Blender Git Commit Log
Git Commits -> Revision d3fcc2d
Revision d3fcc2d by Campbell Barton (master) October 15, 2010, 03:24 (GMT) |
bugfix [#24256] Wrong bone subdivision number in tweak panel. there were 3 operators for armature subdivision, now only have 1 (as with mesh). + remove unused warnigns. |
Commit Details:
Full Hash: d3fcc2d0b4a02438f7e1ffa0bbdd9426d8dd0659
SVN Revision: 32482
Parent Commit: 201fd16
Lines Changed: +44, -125
9 Modified Paths:
/release/scripts/ui/space_view3d.py (+2, -2) (Diff)
/release/scripts/ui/space_view3d_toolbar.py (+1, -1) (Diff)
/source/blender/editors/armature/armature_intern.h (+1, -3) (Diff)
/source/blender/editors/armature/armature_ops.c (+1, -3) (Diff)
/source/blender/editors/armature/editarmature.c (+25, -103) (Diff)
/source/blender/editors/armature/poselib.c (+2, -2) (Diff)
/source/blender/editors/armature/poseobject.c (+10, -9) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -1) (Diff)
/source/blender/editors/transform/transform_conversions.c (+1, -1) (Diff)
/release/scripts/ui/space_view3d_toolbar.py (+1, -1) (Diff)
/source/blender/editors/armature/armature_intern.h (+1, -3) (Diff)
/source/blender/editors/armature/armature_ops.c (+1, -3) (Diff)
/source/blender/editors/armature/editarmature.c (+25, -103) (Diff)
/source/blender/editors/armature/poselib.c (+2, -2) (Diff)
/source/blender/editors/armature/poseobject.c (+10, -9) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -1) (Diff)
/source/blender/editors/transform/transform_conversions.c (+1, -1) (Diff)