Skip to content

Commit

Permalink
Sculpt Mode - Sculpt Menu - put the props into the Tool Shelf
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Dec 7, 2017
1 parent de7ed21 commit fcbf340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 0 additions & 7 deletions release/scripts/startup/bl_ui/space_view3d.py
Expand Up @@ -2208,13 +2208,6 @@ def draw(self, context):
layout.operator("ed.undo", icon = "UNDO")
layout.operator("ed.redo", icon = "REDO")

layout.separator()
layout.prop(sculpt, "use_threaded", text="Threaded Sculpt")
layout.prop(sculpt, "show_low_resolution")
layout.prop(sculpt, "show_brush")
layout.prop(sculpt, "use_deform_only")
layout.prop(sculpt, "show_diffuse_color")

layout.separator()

layout.menu("VIEW3D_subdivision_set")
Expand Down
2 changes: 2 additions & 0 deletions release/scripts/startup/bl_ui/space_view3d_toolbar.py
Expand Up @@ -2465,10 +2465,12 @@ def draw(self, context):
col.label(text="Gravity:")
col.prop(sculpt, "gravity", slider=True, text="Factor")
col.prop(sculpt, "gravity_object")

col.separator()

layout.prop(sculpt, "use_threaded", text="Threaded Sculpt")
layout.prop(sculpt, "show_low_resolution")
layout.prop(sculpt, "show_brush")
layout.prop(sculpt, "use_deform_only")
layout.prop(sculpt, "show_diffuse_color")

Expand Down

0 comments on commit fcbf340

Please sign in to comment.