Blender Git Loki
Git Commits -> Revision bb4d607
Revision bb4d607 by Jason Wilkins (soc-2010-jwilkins) July 9, 2010, 05:04 (GMT) |
== Unified Size and Strength Option == Under brush options can choose to use the same strength and/or the same brush size across all brushes. |
Commit Details:
Full Hash: bb4d607c844a37617e80d792b0055276ac3688a6
SVN Revision: 30138
Parent Commit: a19a995
Lines Changed: +167, -125
9 Modified Paths:
/release/scripts/ui/space_userpref.py (+2, -3) (Diff)
/release/scripts/ui/space_view3d_toolbar.py (+22, -21) (Diff)
/source/blender/blenkernel/BKE_brush.h (+10, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+5, -6) (Diff)
/source/blender/editors/interface/resources.c (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+25, -62) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+56, -17) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+8, -3) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+29, -13) (Diff)
/release/scripts/ui/space_view3d_toolbar.py (+22, -21) (Diff)
/source/blender/blenkernel/BKE_brush.h (+10, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+5, -6) (Diff)
/source/blender/editors/interface/resources.c (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+25, -62) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+56, -17) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+8, -3) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+29, -13) (Diff)