Blender Git Commit Log
Git Commits -> Revision 2f784de
Revision 2f784de by Jason Wilkins (soc-2010-jwilkins) July 14, 2010, 06:27 (GMT) |
* removed strength multiplier. the limit on strength is a soft limit, the hard limit is 10 * moved variables used to draw brush from Brush to Sculpt, there only needs to be one copy of these at a time, not one set per brush * bumped up sub file version number so any files saved can be differentiated from older files. I expect this to be a vert short lived thing as the file version should jump with the upcoming 253 release * removed 'duplicate brush' button and made the + button duplicate the current brush (or create a new brush if all are deleted) * changed some defaults for new brushes * do_versions and init_userdef_do_versions do some sanity checking and set defaults values new in this branch |
Commit Details:
Full Hash: 2f784de397debb62d326602772cc30cef0d141d3
SVN Revision: 30292
Parent Commit: 0c486eb
Lines Changed: +245, -216
12 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+2, -10) (Diff)
/source/blender/blenkernel/BKE_blender.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/brush.c (+28, -29) (Diff)
/source/blender/blenloader/intern/readfile.c (+59, -18) (Diff)
/source/blender/editors/interface/resources.c (+4, -7) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+8, -34) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+28, -31) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+93, -53) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -23) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+18, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+0, -8) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+1, -1) (Diff)
/source/blender/blenkernel/BKE_blender.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/brush.c (+28, -29) (Diff)
/source/blender/blenloader/intern/readfile.c (+59, -18) (Diff)
/source/blender/editors/interface/resources.c (+4, -7) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+8, -34) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+28, -31) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+93, -53) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -23) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+18, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+0, -8) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+1, -1) (Diff)