Blender Git Loki
Git Commits -> Revision fb87cfb
Revision fb87cfb by Nicholas Bishop (master) January 24, 2009, 22:58 (GMT) |
More radial control work. * Added a rotation setting to brush (and brush RNA) * Brought back strength and rotation modes for radial control * Brought back brush texture for radial control * Turned off display of sculpt brush during radial control operator |
Commit Details:
Full Hash: fb87cfbb1bfad1ab3840f63fb487972d27c49026
SVN Revision: 18659
Parent Commit: 3e6b580
Lines Changed: +222, -177
6 Modified Paths:
/source/blender/editors/sculpt/sculpt.c (+92, -152) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+20, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+102, -22) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+20, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+102, -22) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)