- 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:
2003-06-27 12:34:44 +00:00
parent dc686139de
commit 57aaef00ee
3 changed files with 4 additions and 3 deletions

View File

@@ -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){

View File

@@ -3922,7 +3922,7 @@ void common_insertkey()
remake_action_ipos(act);
}
allqueue(REDRAWIPO, 0);
 allqueue(REDRAWIPO, 0);
allqueue(REDRAWACTION, 0);
allqueue(REDRAWNLA, 0);