Blender
V3.3
|
Public Attributes | |
PyObject_HEAD const char * | context_separator |
PyObject * | contexts |
PyObject * | contexts_C_to_py |
PyObject * | py_messages |
Definition at line 38 of file bpy_app_translations.c.
PyObject_HEAD const char* BlenderAppTranslations::context_separator |
The string used to separate context from actual message in PY_TRANSLATE RNA props.
Definition at line 41 of file bpy_app_translations.c.
PyObject* BlenderAppTranslations::contexts |
A "named tuple" (StructSequence actually...) containing all C-defined contexts.
Definition at line 43 of file bpy_app_translations.c.
Referenced by app_translations_new().
PyObject* BlenderAppTranslations::contexts_C_to_py |
A readonly mapping {C context id: python id} (actually, a MappingProxy).
Definition at line 45 of file bpy_app_translations.c.
Referenced by app_translations_new().
PyObject* BlenderAppTranslations::py_messages |
A py dict containing all registered py dicts (order is more or less random, first match wins!).
Definition at line 50 of file bpy_app_translations.c.
Referenced by app_translations_new().