Blender Git Commit Log
Git Commits -> Revision 98d06e4
Revision 98d06e4 by Antonis Ryakiotakis (soc-2013-paint) April 25, 2014, 18:14 (GMT) |
Stencil: Rework projective paint stencil to use an additional image field. This again ommits the need to go and assign an image to the UV layer in the image editor. Also added an extra paint mask tool. This is not yet hooked up to do anything, but will eventually paint exclusively on the stencil image only. |
Commit Details:
Full Hash: 98d06e4ab01ae9b4f0bf7010dc9a5bd6da85c492
Parent Commit: 1149157
Lines Changed: +50, -23
8 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+4, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+20, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+6, -19) (Diff)
/source/blender/editors/space_image/image_ops.c (+9, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+7, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+20, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+6, -19) (Diff)
/source/blender/editors/space_image/image_ops.c (+9, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+7, -1) (Diff)