- 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:
@@ -3874,7 +3874,11 @@ void common_insertkey()
|
|||||||
collect_pose_garbage(ob);
|
collect_pose_garbage(ob);
|
||||||
|
|
||||||
if (!act){
|
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(REDRAWACTION, 0);
|
||||||
allqueue(REDRAWNLA, 0);
|
allqueue(REDRAWNLA, 0);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user