add menus for vertex group and shape key panels, functionality wasnt communicated well with icons and getting cluttered.

also made 'transfer shape' script copy into the active object to match 'join as shape', which was quite confusing before.
This commit is contained in:
2010-02-05 14:29:05 +00:00
parent 61755860ea
commit 2973ffbb49
4 changed files with 50 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ class MATERIAL_MT_sss_presets(bpy.types.Menu):
class MATERIAL_MT_specials(bpy.types.Menu):
bl_label = "Material Options"
bl_label = "Material Specials"
def draw(self, context):
layout = self.layout