- 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

@@ -3875,6 +3875,10 @@ void common_insertkey()
if (!act){
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);
}