From 131ea02a4c0cc0c245c39488113fbe4b433afdee Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 2 Sep 2017 19:33:06 +1000 Subject: Cleanup: quiet strict name warnings for addons a..h. --- bone_selection_sets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bone_selection_sets.py') diff --git a/bone_selection_sets.py b/bone_selection_sets.py index bd7b26c0..46aa7f25 100644 --- a/bone_selection_sets.py +++ b/bone_selection_sets.py @@ -129,7 +129,7 @@ class POSE_UL_selection_set(UIList): class POSE_MT_create_new_selection_set(Menu): - bl_idname = "pose.selection_set_create_new_popup" + bl_idname = "POSE_MT_selection_set_create" bl_label = "Choose Selection Set" def draw(self, context): @@ -293,7 +293,7 @@ class POSE_OT_selection_set_assign(PluginOperator): if not (arm.active_selection_set < len(arm.selection_sets)): bpy.ops.wm.call_menu("INVOKE_DEFAULT", - name="pose.selection_set_create_new_popup") + name="POSE_MT_selection_set_create") else: bpy.ops.pose.selection_set_assign('EXEC_DEFAULT') -- cgit v1.2.3