Changeset View
Changeset View
Standalone View
Standalone View
source/creator/creator.c
| Context not available. | |||||
| #include "creator_intern.h" /* own include */ | #include "creator_intern.h" /* own include */ | ||||
| static CLG_LogRef LOG = { "creator.main" }; | |||||
| /* Local Function prototypes */ | /* Local Function prototypes */ | ||||
| #ifdef WITH_PYTHON_MODULE | #ifdef WITH_PYTHON_MODULE | ||||
| Context not available. | |||||
| /* TODO - U.pythondir */ | /* TODO - U.pythondir */ | ||||
| #else | #else | ||||
| printf("\n* WARNING * - Blender compiled without Python!\nthis is not intended for typical usage\n\n"); | CLOG_STR_WARN(&LOG, "Blender compiled without Python! This is not intended for typical usage"); | ||||
| #endif | #endif | ||||
| CTX_py_init_set(C, 1); | CTX_py_init_set(C, 1); | ||||
| Context not available. | |||||