Merge branch 'blender-v4.5-release'
This commit is contained in:
@@ -501,7 +501,7 @@ class ARMATURE_OT_copy_bone_color_to_selected(Operator):
|
||||
|
||||
# Anything else:
|
||||
case _:
|
||||
self.report({'ERROR'}, "Cannot do anything in mode {!r}".format(context.mode))
|
||||
self.report({'ERROR'}, rpt_("Cannot do anything in mode {!r}").format(context.mode))
|
||||
return {'CANCELLED'}
|
||||
|
||||
if not bone_source:
|
||||
|
||||
Reference in New Issue
Block a user