Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/bpy_app_translations.c
| Context not available. | |||||
| /* XXX Why bloody hell isn't that included in Python.h???? */ | /* XXX Why bloody hell isn't that included in Python.h???? */ | ||||
| #include <structmember.h> | #include <structmember.h> | ||||
| #include "CLG_log.h" | |||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "BPY_extern.h" | #include "BPY_extern.h" | ||||
| Context not available. | |||||
| # include "BLI_ghash.h" | # include "BLI_ghash.h" | ||||
| #endif | #endif | ||||
| static CLG_LogRef LOG = { "bpy.app_translations" }; | |||||
| typedef struct { | typedef struct { | ||||
| PyObject_HEAD | PyObject_HEAD | ||||
| /* The string used to separate context from actual message in PY_TRANSLATE RNA props. */ | /* The string used to separate context from actual message in PY_TRANSLATE RNA props. */ | ||||
| Context not available. | |||||