Two small fixes (armatures);

- adding relations to pose-constraints should call DAG on the pose
- prevented constraints to break "IK" chains
This commit is contained in:
2005-07-18 19:36:17 +00:00
parent 7da6aa2cf7
commit 291af7418e
2 changed files with 9 additions and 16 deletions

View File

@@ -811,6 +811,7 @@ void do_constraintbuts(unsigned short event)
case B_CONSTRAINT_DEL:
case B_CONSTRAINT_CHANGETARGET:
if(ob->pose) ob->pose->flag |= POSE_RECALC; // checks & sorts pose channels
DAG_scene_sort(G.scene);
break;