[Bf-blender-cvs] [10a112093fe] master: Vertex Paint: missed removing settings from UI

Campbell Barton noreply at git.blender.org
Sun Nov 19 06:51:07 CET 2017


Commit: 10a112093fe8dd3553a67c3d671ca66c259f308b
Author: Campbell Barton
Date:   Sun Nov 19 17:00:56 2017 +1100
Branches: master
https://developer.blender.org/rB10a112093fe8dd3553a67c3d671ca66c259f308b

Vertex Paint: missed removing settings from UI

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

M	release/scripts/startup/bl_ui/space_view3d_toolbar.py

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

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 12f15b8b90e..562df68945d 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1810,12 +1810,6 @@ class VIEW3D_PT_tools_vertexpaint(Panel, View3DPaintPanel):
         vpaint = toolsettings.vertex_paint
 
         col = layout.column()
-        col.label("Falloff:")
-        row = col.row()
-        row.prop(vpaint, "use_normal_falloff")
-        sub = row.row()
-        sub.active = (vpaint.use_normal_falloff)
-        sub.prop(vpaint, "normal_angle", text="")
 
         self.unified_paint_settings(col, context)



More information about the Bf-blender-cvs mailing list