Merge branch 'blender-v4.3-release'

This commit is contained in:
Campbell Barton
2024-10-22 13:20:20 +11:00

View File

@@ -1963,9 +1963,7 @@ static void rna_Operator_bl_label_set(PointerRNA *ptr, const char *value)
BLI_strncpy(str, value, attr_maxncpy); /* utf8 already ensured */ \
} \
else { \
BLI_assert_msg( \
false, \
"setting the bl_" STRINGIFY(translation_context) " on a non-builtin operator"); \
BLI_assert_msg(false, "setting the bl_" #attr " on a non-builtin operator"); \
} \
} \
static void rna_Operator_bl_##attr##_get(PointerRNA *ptr, char *value) \