Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-11-19 09:00:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-19 09:00:56 +0300
commit10a112093fe8dd3553a67c3d671ca66c259f308b (patch)
tree7cd9efeb4031570eb2e38fe6ce352fa427f7ecb4 /release/scripts/startup/bl_ui/space_view3d_toolbar.py
parenta151b46627f32aeb39553994b84133a77ac2b036 (diff)
Vertex Paint: missed removing settings from UI
Diffstat (limited to 'release/scripts/startup/bl_ui/space_view3d_toolbar.py')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py6
1 files changed, 0 insertions, 6 deletions
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)