mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 06:46:19 +02:00
clear group settings on init
This commit is contained in:
parent
cbe920774f
commit
f363d95ca2
1 changed files with 1 additions and 0 deletions
|
@ -463,6 +463,7 @@ void Flow::calculateConstraints(const std::shared_ptr<AnimSkeleton>& skeleton,
|
|||
auto flowPrefix = FLOW_JOINT_PREFIX.toUpper();
|
||||
auto simPrefix = SIM_JOINT_PREFIX.toUpper();
|
||||
std::vector<int> handsIndices;
|
||||
_groupSettings.clear();
|
||||
|
||||
for (int i = 0; i < skeleton->getNumJoints(); i++) {
|
||||
auto name = skeleton->getJointName(i);
|
||||
|
|
Loading…
Reference in a new issue