mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Start anim graph in the right saved state on startup.
This commit is contained in:
parent
bcf16e52af
commit
da6444a776
1 changed files with 3 additions and 0 deletions
|
@ -830,6 +830,9 @@ void MyAvatar::loadData() {
|
|||
|
||||
settings.endGroup();
|
||||
_rig->setEnableRig(Menu::getInstance()->isOptionChecked(MenuOption::EnableRigAnimations));
|
||||
setEnableMeshVisible(Menu::getInstance()->isOptionChecked(MenuOption::MeshVisible));
|
||||
setEnableDebugDrawBindPose(Menu::getInstance()->isOptionChecked(MenuOption::AnimDebugDrawBindPose));
|
||||
setEnableDebugDrawAnimPose(Menu::getInstance()->isOptionChecked(MenuOption::AnimDebugDrawAnimPose));
|
||||
}
|
||||
|
||||
void MyAvatar::saveAttachmentData(const AttachmentData& attachment) const {
|
||||
|
|
Loading…
Reference in a new issue