[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1394] trunk/py/scripts/addons/ animation_add_corrective_shape_key.py: Removed the "Duplicate and flatten" button from modifiers and added to to the shape_key specials dropdown like the others .

Ivo Grigull Monkeyloo at gmx.net
Fri Jan 14 13:58:49 CET 2011


Revision: 1394
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1394
Author:   loolarge
Date:     2011-01-14 12:58:48 +0000 (Fri, 14 Jan 2011)
Log Message:
-----------
Removed the "Duplicate and flatten" button from modifiers and added to to the shape_key specials dropdown like the others. 

Modified Paths:
--------------
    trunk/py/scripts/addons/animation_add_corrective_shape_key.py

Modified: trunk/py/scripts/addons/animation_add_corrective_shape_key.py
===================================================================
--- trunk/py/scripts/addons/animation_add_corrective_shape_key.py	2011-01-13 21:56:46 UTC (rev 1393)
+++ trunk/py/scripts/addons/animation_add_corrective_shape_key.py	2011-01-14 12:58:48 UTC (rev 1394)
@@ -480,13 +480,13 @@
 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():



More information about the Bf-extensions-cvs mailing list