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:
authorJulian Eisel <eiseljulian@gmail.com>2017-11-19 15:16:14 +0300
committerJulian Eisel <eiseljulian@gmail.com>2017-11-19 15:16:14 +0300
commit7f96323cd001bc7555d0f145027e3bbbbc1462b8 (patch)
tree842a4ac4095be5c22bd0a505612c731351839a29 /release/scripts/startup/bl_ui/space_view3d_toolbar.py
parent4de142e0b7ba014a3e1e41672600aa38465f2454 (diff)
parent3133d2d58c391544a48342860120336e2a0f944e (diff)
Merge branch 'master' into blender2.8
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 134a91a8c1f..18d2bface41 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)