Blender Git Loki
Git Commits -> Revision b2a10fa
Revision b2a10fa by Campbell Barton (master) October 2, 2017, 11:01 (GMT) |
Vertex Paint: projection options This makes vertex paint match image painting more closely. - Add falloff shape option sphere/circle where sphere uses a 3D radius around the cursor and circle uses a 2D radius (projected), like previous releases. - Add normal angle option so you can control the falloff. - Add Cull option, to paint onto faces pointing away. Disabling normals, culling and using circle falloff allows you to paint through the mesh. |
Commit Details:
Full Hash: b2a10fa615efcf403a9ca23005d86ca149ebf56b
Parent Commit: 9d34ae6
Lines Changed: +401, -173
10 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+19, -10) (Diff)
/source/blender/blenkernel/BKE_brush.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+14, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+275, -147) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+36, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+12, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+15, -7) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+27, -6) (Diff)
/source/blender/blenkernel/BKE_brush.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+14, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+275, -147) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+36, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+12, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+15, -7) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+27, -6) (Diff)