- when inserting first key for Bone in Armature, the IpoWindow now gets

a signal to change to 'show Action Ipos'
  Makes it all a tad more clear...
This commit is contained in:
2003-06-27 12:58:21 +00:00
parent 57aaef00ee
commit ff5e41cd3e

View File

@@ -3874,7 +3874,11 @@ void common_insertkey()
collect_pose_garbage(ob);
if (!act){
act=G.obpose->action=add_empty_action();
act= G.obpose->action=add_empty_action();
/* this sets the non-pinned open ipowindow(s) to show the action curve */
ob->ipowin= ID_AC;
allqueue(REDRAWIPO, ob->ipowin);
allqueue(REDRAWACTION, 0);
allqueue(REDRAWNLA, 0);
}