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:
authorWilliam Reynish <billrey@me.com>2019-03-12 01:47:24 +0300
committerWilliam Reynish <billrey@me.com>2019-03-12 01:47:24 +0300
commit26216332b86102ea7fb9b156e0777c2a69545040 (patch)
tree18a21c1d08003019996c25a4e1a58c82e7b9a4d4
parent5ae8b1da02ecafe049822521374ab435e7f41282 (diff)
UI: Remove Sculpt Direction from context menu
It didn't work well in here - the menu would close and re-spawn as you hovered over this control.
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index e733d2a9c4d..83f3bde32d1 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -5826,9 +5826,6 @@ class VIEW3D_PT_sculpt_specials(Panel):
layout = self.layout
- # Direction
- layout.prop(brush, "direction", expand=True)
-
# Size
if ups.use_unified_size:
layout.prop(ups, "size", slider=True)