Add the possibility to define the translation context for py rna classes (operators, panels and menus).
Thanks to Campell and Brecht for the reviews!
This commit is contained in:
@@ -6950,7 +6950,7 @@ static int bpy_class_validate_recursive(PointerRNA *dummyptr, StructRNA *srna, v
|
||||
} \
|
||||
} \
|
||||
Py_XDECREF(item); \
|
||||
} /* intendionally allow else here */
|
||||
} /* intentionally allow else here */
|
||||
|
||||
if BPY_REPLACEMENT_STRING("bl_idname", bpy_intern_str___name__)
|
||||
else if BPY_REPLACEMENT_STRING("bl_description", bpy_intern_str___doc__)
|
||||
|
Reference in New Issue
Block a user