Blender Git Loki
Git Commits -> Revision f758ee5
Revision f758ee5 by Campbell Barton (master) January 21, 2016, 10:28 (GMT) |
Sculpt: Add rake option to snake-hook This allows for dragging out shapes that rotate to follow the cursor motion. Values over 1 can be set for 'interesting' artistic effects. |
Commit Details:
Full Hash: f758ee50e6d96e5342a9971bd76d9ff0352aafa3
Parent Commit: adcef2b
Lines Changed: +165, -1
6 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+6, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+23, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+114, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+15, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+23, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+114, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+15, -0) (Diff)