Blender Git Loki
Git Commits -> Revision 44b1294
Revision 44b1294 by Nicholas Bishop (soc-2010-nicolasbishop) August 6, 2010, 19:51 (GMT) |
== Paint == Paint overlay * Added a new vpaint input that samples an image rather than using the brush color * The image is displayed as a translucent overlay in vpaint mode ** Can be toggled on and off in the UI or with IKEY * A color can be marked as transparent so that it will not affect the brush color ** There's a tolerance value to set how close colors have to be to the transparency color * The image overlay can be moved with G/S/R when its enabled * For now only enabled in vpaint mode, should be enabled for texpaint too |
Commit Details:
Full Hash: 44b1294f24832bdd24577f419a26f3d3609a9bb1
SVN Revision: 31123
Parent Commit: f36b566
Lines Changed: +623, -38
1 Added Path:
/source/blender/editors/sculpt_paint/paint_overlay.c (+427, -0) (View)
12 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+19, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+12, -4) (Diff)
/source/blender/editors/include/ED_sculpt.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+14, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+18, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+28, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+19, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+0, -8) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+4, -5) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+62, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+12, -4) (Diff)
/source/blender/editors/include/ED_sculpt.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+14, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+18, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+28, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+19, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+0, -8) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+4, -5) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+62, -1) (Diff)