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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user