From b2b015a396372e39a7035f394f06405b68423fed Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 12 Mar 2019 11:05:44 +1100 Subject: Update for changes to Blender --- animation_add_corrective_shape_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'animation_add_corrective_shape_key.py') diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py index c18d3b89..ed72fcae 100644 --- a/animation_add_corrective_shape_key.py +++ b/animation_add_corrective_shape_key.py @@ -419,7 +419,7 @@ def modifiers_draw(self, context): def register(): bpy.utils.register_module(__name__) - bpy.types.MESH_MT_shape_key_specials.append(vgroups_draw) + bpy.types.MESH_MT_shape_key_context_menu.append(vgroups_draw) bpy.types.DATA_PT_modifiers.append(modifiers_draw) -- cgit v1.2.3