Skip to content
Snippets Groups Projects
Commit fad17c65 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Bone Selection Sets: correctly named POSE_MT_selection_set_create

This name was used before, and is still referenced in the
POSE_OT_selection_set_assign operator.
parent f0c312e6
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ class POSE_UL_selection_set(UIList):
layout.prop(set, "name", text="", icon='GROUP_BONE', emboss=False)
class POSE_MT_create_new_selection_set(Menu):
class POSE_MT_selection_set_create(Menu):
bl_label = "Choose Selection Set"
def draw(self, context):
......@@ -419,7 +419,7 @@ class POSE_OT_selection_set_paste(PluginOperator):
# Registry ####################################################################
classes = (
POSE_MT_create_new_selection_set,
POSE_MT_selection_set_create,
POSE_MT_selection_sets_specials,
POSE_MT_selection_sets,
POSE_PT_selection_sets,
......
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