Blender Git Loki
Git Commits -> Revision 5553037
Revision 5553037 by Campbell Barton (master) September 29, 2017, 12:20 (GMT) |
Cleanup: split out tools & utils from vertex paint paint_vertex.c was getting too big, move all code unrelated to mode switching and modal painting into their own files. Also replace vertex-color operators region redraw tag /w notifiers. |
Commit Details:
Full Hash: 5553037be7c5c590b1e21741dc3c0f6fad49f480
Parent Commit: 5a1954a
Lines Changed: +2292, -2076
3 Added Paths:
/source/blender/editors/sculpt_paint/paint_vertex_color_utils.c (+648, -0) (View)
/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c (+861, -0) (View)
/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c (+212, -0) (View)
/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c (+861, -0) (View)
/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c (+212, -0) (View)
6 Modified Paths:
/source/blender/editors/sculpt_paint/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+38, -12) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+0, -294) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+58, -1761) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c (+469, -6) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+38, -12) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+0, -294) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+58, -1761) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c (+469, -6) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+3, -3) (Diff)