[Bf-extensions-cvs] [5e869f73] master: Sculpting: Remove Show Diffuse Color Option

Aaron Carlisle noreply at git.blender.org
Sun Aug 4 19:44:29 CEST 2019


Commit: 5e869f7392624f5ec08c34b8e9f6a03d7ebbecf0
Author: Aaron Carlisle
Date:   Sun Aug 4 13:43:40 2019 -0400
Branches: master
https://developer.blender.org/rBA5e869f7392624f5ec08c34b8e9f6a03d7ebbecf0

Sculpting: Remove Show Diffuse Color Option

This should have been removed in 2.80 as the functionality was removed.
This feature now does not do anything and can be removed.

===================================================================

M	space_view3d_spacebar_menu.py

===================================================================

diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 67ed8716..eb6cfa89 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -1041,7 +1041,7 @@ class VIEW3D_MT_AddMenu(Menu):
                                   icon="OUTLINER_OB_LIGHT")
         layout.menu("VIEW3D_MT_lightprobe_add", icon='OUTLINER_OB_LIGHTPROBE')
         UseSeparator(self, context)
-        
+
         layout.operator("object.camera_add", text="Camera",
                         icon='OUTLINER_OB_CAMERA')
         UseSeparator(self, context)
@@ -1766,7 +1766,6 @@ class VIEW3D_MT_Sculpts(Menu):
 
         UseSeparator(self, context)
         layout.prop(sculpt, "show_brush")
-        layout.prop(sculpt, "show_diffuse_color")
 
 
 class VIEW3D_MT_Hide_Masks(Menu):



More information about the Bf-extensions-cvs mailing list