Blender Git Commit Log
Git Commits -> Revision e6dcf95
Revision e6dcf95 by Campbell Barton (master) March 11, 2013, 16:23 (GMT) |
code cleanup: - move recursive bone/parent check into ED_armature.h - remove unused vars - use const for paint vector args. |
Commit Details:
Full Hash: e6dcf9504e1a9c1dcd574044e7a717d0def8aadc
SVN Revision: 55194
Parent Commit: 1672ac2
Lines Changed: +43, -33
8 Modified Paths:
/source/blender/blenkernel/intern/object.c (+2, -3) (Diff)
/source/blender/editors/armature/armature_utils.c (+9, -0) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+18, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+9, -17) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+1, -1) (Diff)
/source/blender/editors/armature/armature_utils.c (+9, -0) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+18, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+9, -17) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+1, -1) (Diff)