Blender Git Loki
Git Commits -> Revision 03a00bd
Revision 03a00bd by Pablo Dobarro (master) July 9, 2020, 16:24 (GMT) |
Sculpt: Make Sculpt Vertex Colors features experimental This disables all Sculpt Vertex Colors tools, operators, panels and rendering capabilities and puts them under the "Use Sculpt Vertex Colors" experimental option. Reviewed By: brecht Differential Revision: https://developer.blender.org/D8239 |
Commit Details:
Full Hash: 03a00bda2b3f6729997ddfa31dfe84cc56e7707e
Parent Commit: 1e3247c
Lines Changed: +109, -41
15 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_mesh.py (+6, -1) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+21, -2) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+2, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+1, -1) (Diff)
/source/blender/draw/engines/workbench/workbench_engine.c (+15, -3) (Diff)
/source/blender/draw/intern/draw_cache_extract_mesh.c (+23, -21) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+4, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+19, -6) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_color.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+2, -0) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+4, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+4, -0) (Diff)
/source/blender/nodes/shader/nodes/node_shader_vertex_color.c (+4, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+21, -2) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+2, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+1, -1) (Diff)
/source/blender/draw/engines/workbench/workbench_engine.c (+15, -3) (Diff)
/source/blender/draw/intern/draw_cache_extract_mesh.c (+23, -21) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+4, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+19, -6) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_color.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+2, -0) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+4, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+4, -0) (Diff)
/source/blender/nodes/shader/nodes/node_shader_vertex_color.c (+4, -0) (Diff)