Blender Git Loki
Git Commits -> Revision 3635bde
Revision 3635bde by Ton Roosendaal (master) October 29, 2005, 10:15 (GMT) |
Orange's buglist! - Action Editor: hotkeys V and H for handles were invisible, added menus - NLA strips: when current frame is exactly on the strip end, it didn't include that action... needs a rounding correction for it. - Action/NLA: deleting keys in Action, which results in only 1 key left, resulted in zero sized strip length. Now the strips are defaulted to be 1 frame in size minimal. - NLA editor: ALT+C "Convert to strip" didn't increment Action user count - 3D Window: CTRL+P make parent to Bone still gave the insane menu with all bone names. With unified PoseMode select it can just parent to the active Bone. Note; this now requires the Armature to be in PoseMode to work. - Rotation Constraint; the new options to only map to X,Y,Z rotation, did set the not mapped rotation axes to zero. These should remain unchanged. - AutoKey optionn for Actions; should not insert action keys on ESC And added a fix myself: - When SHIFT+selecting a Bone in PoseMode, and the Armature was not selected or active yet, it doesn't extend-select/deselect the Bone anymore. This case is only useful when you try to add IK or Constraint, so the shift+selection should only activate the clicked Bone. |
Commit Details:
Full Hash: 3635bde6f4980cff7dab5d48cb006100c879ac5c
SVN Revision: 5628
Parent Commit: 8162961
Lines Changed: +104, -157
11 Modified Paths:
/source/blender/blenkernel/BKE_action.h (+1, -3) (Diff)
/source/blender/blenkernel/intern/action.c (+33, -57) (Diff)
/source/blender/blenkernel/intern/constraint.c (+6, -4) (Diff)
/source/blender/include/BIF_editarmature.h (+14, -14) (Diff)
/source/blender/src/drawaction.c (+4, -3) (Diff)
/source/blender/src/editaction.c (+20, -20) (Diff)
/source/blender/src/editarmature.c (+2, -1) (Diff)
/source/blender/src/editnla.c (+7, -8) (Diff)
/source/blender/src/editobject.c (+14, -44) (Diff)
/source/blender/src/header_action.c (+2, -2) (Diff)
/source/blender/src/transform_conversions.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/action.c (+33, -57) (Diff)
/source/blender/blenkernel/intern/constraint.c (+6, -4) (Diff)
/source/blender/include/BIF_editarmature.h (+14, -14) (Diff)
/source/blender/src/drawaction.c (+4, -3) (Diff)
/source/blender/src/editaction.c (+20, -20) (Diff)
/source/blender/src/editarmature.c (+2, -1) (Diff)
/source/blender/src/editnla.c (+7, -8) (Diff)
/source/blender/src/editobject.c (+14, -44) (Diff)
/source/blender/src/header_action.c (+2, -2) (Diff)
/source/blender/src/transform_conversions.c (+1, -1) (Diff)