Blender Git Commit Log
Git Commits -> Revision 80109c9
Revision 80109c9 by Campbell Barton (master) November 6, 2018, 07:06 (GMT) |
Brush: split out vertex paint tool & blend mode - Vertex & weight paint now use the 'blend' setting. - Weight paint now has it's own tool setting, since weight paint doesn't deal with color - we'll likely support different tools eventually. |
Commit Details:
Full Hash: 80109c976cf1f43e1f1730cb827130aa270abaaa
Parent Commit: 900c562
Lines Changed: +302, -199
18 Modified Paths:
/release/scripts/startup/bl_ui/space_toolsystem_common.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+3, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -3) (Diff)
/source/blender/blenkernel/BKE_paint.h (+4, -2) (Diff)
/source/blender/blenkernel/intern/paint.c (+24, -5) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+103, -0) (Diff)
/source/blender/editors/interface/interface_icons.c (+24, -21) (Diff)
/source/blender/editors/interface/interface_region_tooltip.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+3, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+51, -42) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex_color_utils.c (+20, -22) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c (+19, -23) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+16, -26) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+25, -44) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+2, -2) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+3, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -3) (Diff)
/source/blender/blenkernel/BKE_paint.h (+4, -2) (Diff)
/source/blender/blenkernel/intern/paint.c (+24, -5) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+103, -0) (Diff)
/source/blender/editors/interface/interface_icons.c (+24, -21) (Diff)
/source/blender/editors/interface/interface_region_tooltip.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+3, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+51, -42) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex_color_utils.c (+20, -22) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c (+19, -23) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+16, -26) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+25, -44) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+2, -2) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -0) (Diff)