- part 1 of investigating how armatures work!
fixed display error; when adding a 'key' in a bone, it didnt update IpoWindow
This commit is contained in:
@@ -772,7 +772,8 @@ static void set_action_key_time (bAction *act, bPoseChannel *chan, int adrcode,
|
||||
}
|
||||
|
||||
/* Ensure the channel appears selected in the action window */
|
||||
achan->flag |= ACHAN_SELECTED;
|
||||
/* ton: added flag hilighted, for display in ipowin. dunno what the difference is between select/hilite */
|
||||
achan->flag |= ACHAN_SELECTED|ACHAN_HILIGHTED;
|
||||
|
||||
/* Ensure this action channel has a valid Ipo */
|
||||
if (!achan->ipo){
|
||||
|
@@ -3922,7 +3922,7 @@ void common_insertkey()
|
||||
|
||||
remake_action_ipos(act);
|
||||
}
|
||||
allqueue(REDRAWIPO, 0);
|
||||
allqueue(REDRAWIPO, 0);
|
||||
allqueue(REDRAWACTION, 0);
|
||||
allqueue(REDRAWNLA, 0);
|
||||
|
||||
|
Reference in New Issue
Block a user