Vertex Paint: missed removing settings from UI

This commit is contained in:
Campbell Barton
2017-11-19 17:00:56 +11:00
parent a151b46627
commit 10a112093f

View File

@@ -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)