Blender  V3.3
Public Attributes | List of all members
BlenderAppTranslations Struct Reference

Public Attributes

PyObject_HEAD const char * context_separator
 
PyObject * contexts
 
PyObject * contexts_C_to_py
 
PyObject * py_messages
 

Detailed Description

Definition at line 38 of file bpy_app_translations.c.

Member Data Documentation

◆ context_separator

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.

◆ contexts

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().

◆ contexts_C_to_py

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().

◆ py_messages

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().


The documentation for this struct was generated from the following file: