Merge branch 'blender-v4.5-release'

This commit is contained in:
Bastien Montagne
2025-06-16 12:43:46 +02:00
9 changed files with 53 additions and 33 deletions

View File

@@ -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: