3D Window "Transform properties" was using bad globals for buttons, this
caused things not work with multiple 3d windows open, and (in editmode)
set one panel to "Local" and the other to "Global".

Also:
- added undo push for moving bone to a layer
- protected Ikey for posemode to not show a menu without selection
This commit is contained in:
2006-11-27 15:23:21 +00:00
parent 9971fdb5c1
commit cdced41fb9
6 changed files with 105 additions and 87 deletions

View File

@@ -947,6 +947,7 @@ void pose_movetolayer(void)
}
}
BIF_undo_push("Move Bone layer");
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWACTION, 0);
allqueue(REDRAWBUTSEDIT, 0);