Blender Git Loki
Git Commits -> Revision 157244b
Revision 157244b by Antonis Ryakiotakis (master) April 23, 2013, 00:06 (GMT) |
Add stencil control for mask overlay. Key combinations are the same as regular stencil but use Alt as well, so Alt-Rclick is translation, Alt- clamping to avoid scaling of stencil to zero. |
Commit Details:
Full Hash: 157244b13cf61d5889f5714167c6e5468ae35b15
SVN Revision: 56230
Parent Commit: 0d14a14
Lines Changed: +143, -42
6 Modified Paths:
/source/blender/blenkernel/intern/brush.c (+5, -5) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+16, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+101, -31) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+12, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+16, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+101, -31) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+12, -0) (Diff)