Skip to content
Snippets Groups Projects
Commit 181da6cf authored by Ivo Grigull's avatar Ivo Grigull
Browse files

Removed the "Duplicate and flatten" button from modifiers and added to to the...

Removed the "Duplicate and flatten" button from modifiers and added to to the shape_key specials dropdown like the others. 
parent 03d4f8f1
No related branches found
No related tags found
No related merge requests found
......@@ -480,13 +480,13 @@ class add_corrective_pose_shape_fast(bpy.types.Operator):
def vgroups_draw(self, context):
layout = self.layout
layout.row().operator("object.object_duplicate_flatten_modifiers", text='Create duplicate for editing' )
layout.row().operator("object.add_corrective_pose_shape_fast", text='Add as corrective pose-shape (fast, armatures only)', icon='COPY_ID') # icon is not ideal
layout.row().operator("object.add_corrective_pose_shape", text='Add as corrective pose-shape (slow, all modifiers)', icon='COPY_ID') # icon is not ideal
def modifiers_draw(self, context):
layout = self.layout
layout.operator("object.object_duplicate_flatten_modifiers" )
def register():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment