Skip to content

Commit

Permalink
3D View - Edit Mode - Put Separate into Tool Shelf
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Nov 27, 2016
1 parent eafd32b commit 3facc87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion release/scripts/startup/bl_ui/space_view3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -2388,7 +2388,6 @@ def draw(self, context):
layout.operator("mesh.rip_move_fill")
layout.operator("mesh.rip_edge_move")
layout.operator("mesh.split")
layout.operator_menu_enum("mesh.separate", "type")
layout.operator("mesh.vert_connect_path", text="Connect Vertex Path")
layout.operator("mesh.vert_connect", text="Connect Vertices")

Expand Down
2 changes: 2 additions & 0 deletions release/scripts/startup/bl_ui/space_view3d_toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ def draw(self, context):

col = layout.column(align=True)
col.operator_menu_enum("mesh.merge", "type")
col.operator_menu_enum("mesh.separate", "type")

col.label(text="Dissolve:")
col.operator("mesh.dissolve_verts", icon='DISSOLVE_VERTS')
Expand Down Expand Up @@ -847,6 +848,7 @@ def draw(self, context):

col = layout.column(align=False)
col.operator_menu_enum("mesh.merge", "type")
col.operator_menu_enum("mesh.separate", "type")

col.label(text="Dissolve:")
row = col.row(align=False)
Expand Down

0 comments on commit 3facc87

Please sign in to comment.