Skip to content

Commit

Permalink
Sculpt menu - remove double menu entries Lock and Mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Jul 10, 2017
1 parent abf83bc commit 810837d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions release/scripts/startup/bl_ui/space_view3d.py
Expand Up @@ -2048,16 +2048,6 @@ def draw(self, context):
layout.operator("ed.undo")
layout.operator("ed.redo")

layout.separator()

layout.prop(sculpt, "use_symmetry_x")
layout.prop(sculpt, "use_symmetry_y")
layout.prop(sculpt, "use_symmetry_z")
layout.separator()
layout.prop(sculpt, "lock_x")
layout.prop(sculpt, "lock_y")
layout.prop(sculpt, "lock_z")

layout.separator()
layout.prop(sculpt, "use_threaded", text="Threaded Sculpt")
layout.prop(sculpt, "show_low_resolution")
Expand Down

0 comments on commit 810837d

Please sign in to comment.