Skip to content

Commit

Permalink
Brush menu - remove double menu entry Direction
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Jul 9, 2017
1 parent d0cf662 commit abf83bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions release/scripts/startup/bl_ui/space_view3d.py
Expand Up @@ -1923,13 +1923,8 @@ def draw(self, context):

sculpt_tool = brush.sculpt_tool

layout.separator()

if sculpt_tool != 'GRAB':

if sculpt_tool in {'DRAW', 'PINCH', 'INFLATE', 'LAYER', 'CLAY'}:
layout.prop_menu_enum(brush, "direction")

if sculpt_tool == 'LAYER':
layout.prop(brush, "use_persistent")
layout.operator("sculpt.set_persistent_base")
Expand Down

0 comments on commit abf83bc

Please sign in to comment.