Blender Git Commit Log
Git Commits -> Revision cb67f28
Revision cb67f28 by Jason Wilkins (soc-2010-jwilkins) August 7, 2010, 01:58 (GMT) |
== Layer Modifier Brushes == For all tools that it makes sense for, the 'Use Layer' modifier allows you to set a limit on how far a vertex moves which creates a layering effect. Also, added a slider to control how thick a layer is. Also, Fix #23192, where layers were not working with symmetry. After testing more will apply to trunk. |
Commit Details:
Full Hash: cb67f28a6d6cbbdb76bd9a98e7255b829f0e2197
SVN Revision: 31130
Parent Commit: b85c9ae
Lines Changed: +132, -82
5 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+7, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+106, -81) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+13, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+106, -81) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+13, -0) (Diff)