forked from teamnwah/openmw-tes3coop
Npc Animation Working
This commit is contained in:
parent
a6b88b48ec
commit
1a90f4241b
1 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ NpcAnimation::NpcAnimation(const MWWorld::Ptr& ptr, MWWorld::Environment& _env,O
|
||||||
if(hair)
|
if(hair)
|
||||||
insertBoundedPart("meshes\\" + hair->model, "Head");
|
insertBoundedPart("meshes\\" + hair->model, "Head");
|
||||||
|
|
||||||
/*if (chest){
|
if (chest){
|
||||||
insertFreePart("meshes\\" + chest->model, ">\"", insert);
|
insertFreePart("meshes\\" + chest->model, ">\"", insert);
|
||||||
|
|
||||||
|
|
||||||
|
@ -181,7 +181,7 @@ NpcAnimation::NpcAnimation(const MWWorld::Ptr& ptr, MWWorld::Environment& _env,O
|
||||||
if (handr){
|
if (handr){
|
||||||
insertFreePart("meshes\\" + handr->model , ">?", insert);
|
insertFreePart("meshes\\" + handr->model , ">?", insert);
|
||||||
|
|
||||||
}*/
|
}
|
||||||
if (handl){
|
if (handl){
|
||||||
insertFreePart("meshes\\" + handl->model, ">>", insert);
|
insertFreePart("meshes\\" + handl->model, ">>", insert);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue