mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Merge pull request #3073 from akortunov/master
Disable controllers for found sheath meshes
This commit is contained in:
commit
823c4dfba4
2 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,7 @@
|
|||
Bug #5914: BM: The Swimmer can't reach destination
|
||||
Bug #5923: Clicking on empty spaces between journal entries might show random topics
|
||||
Bug #5934: AddItem command doesn't accept negative values
|
||||
Bug #5975: NIF controllers from sheath meshes are used
|
||||
Feature #390: 3rd person look "over the shoulder"
|
||||
Feature #832: OpenMW-CS: Handle deleted references
|
||||
Feature #1536: Show more information about level on menu
|
||||
|
|
|
@ -358,6 +358,8 @@ void ActorAnimation::updateHolsteredWeapon(bool showHolsteredWeapons)
|
|||
}
|
||||
|
||||
mScabbard = attachMesh(scabbardName, boneName);
|
||||
if (mScabbard)
|
||||
resetControllers(mScabbard->getNode());
|
||||
|
||||
osg::Group* weaponNode = getBoneByName("Bip01 Weapon");
|
||||
if (!weaponNode)
|
||||
|
|
Loading…
Reference in a new issue