Blender Git Loki
Git Commits -> Revision cdced41
Revision cdced41 by Ton Roosendaal (master) November 27, 2006, 15:23 (GMT) |
Bugfix #5313 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 |
Commit Details:
Full Hash: cdced41fb9d666e02aae968d75176dd99be46771
SVN Revision: 9082
Parent Commit: 9971fdb
Lines Changed: +105, -87
6 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+3, -1) (Diff)
/source/blender/src/drawview.c (+92, -85) (Diff)
/source/blender/src/editipo.c (+7, -1) (Diff)
/source/blender/src/poseobject.c (+1, -0) (Diff)
/source/blender/src/space.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+3, -1) (Diff)
/source/blender/src/drawview.c (+92, -85) (Diff)
/source/blender/src/editipo.c (+7, -1) (Diff)
/source/blender/src/poseobject.c (+1, -0) (Diff)
/source/blender/src/space.c (+1, -0) (Diff)