Merge branch 'blender-v4.1-release'
This commit is contained in:
@@ -2039,7 +2039,7 @@ bool RNA_property_enum_item_from_value_gettexted(
|
||||
|
||||
if (result && !(prop->flag & PROP_ENUM_NO_TRANSLATE)) {
|
||||
r_item->name = BLT_translate_do_iface(prop->translation_context, r_item->name);
|
||||
r_item->description = BLT_translate_do_tooltip(prop->translation_context, r_item->description);
|
||||
r_item->description = BLT_translate_do_tooltip(nullptr, r_item->description);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user