Merge branch 'blender-v3.4-release'

This commit is contained in:
Bastien Montagne 2022-11-15 12:05:11 +01:00
commit 1b5ceb9a75
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ def dump_py_messages_from_files(msgs, reports, files, settings):
bag = extract_strings_split(node)
opname, _ = bag[0]
if not opname:
return i18n_contexts.default
return i18n_contexts.operator_default
op = bpy.ops
for n in opname.split('.'):
op = getattr(op, n)