Clear transform flag on all bones that are not transformed.

This commit is contained in:
2009-08-26 02:18:47 +00:00
parent 833afdd9e7
commit d893b0f9ff

View File

@@ -698,6 +698,8 @@ int count_set_pose_transflags(int *out_mode, short around, Object *ob)
bone->flag &= ~BONE_HINGE_CHILD_TRANSFORM;
bone->flag &= ~BONE_TRANSFORM_CHILD;
}
else
bone->flag &= ~BONE_TRANSFORM;
}
/* make sure no bone can be transformed when a parent is transformed */