main sync #3

Merged
Patrick Busch merged 318 commits from blender/blender:main into main 2023-03-17 15:52:21 +01:00
Showing only changes of commit c6d6a3517e - Show all commits

View File

@ -929,7 +929,7 @@ def dump_template_messages(msgs, reports, settings):
def dump_addon_bl_info(msgs, reports, module, settings): def dump_addon_bl_info(msgs, reports, module, settings):
for prop in ('name', 'location', 'description'): for prop in ('name', 'location', 'description', 'warning'):
process_msg( process_msg(
msgs, msgs,
settings.DEFAULT_CONTEXT, settings.DEFAULT_CONTEXT,