Blender Git Loki
Git Commits -> Revision 2b540a6
Revision 2b540a6 by Jason Wilkins (soc-2010-jwilkins) June 1, 2010, 17:17 (GMT) |
* added 'offset' to control the height of clay and other planar brushes separate from strength * beginnings of experimenting with the brush stroke UI (all commented out so I could commit) * now applying overlap attenuation to all brushes except grab * fixed crash bug that happened when clicking on background |
Commit Details:
Full Hash: 2b540a6955ede7b2981862ccf41d97570d8e72ba
SVN Revision: 29133
Parent Commit: 19942d1
Lines Changed: +256, -142
6 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+5, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+193, -125) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+29, -16) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+26, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+193, -125) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+29, -16) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+26, -0) (Diff)