Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/bpy_interface.c
| Context not available. | |||||
| #include "../generic/idprop_py_api.h" | #include "../generic/idprop_py_api.h" | ||||
| #include "../bmesh/bmesh_py_api.h" | #include "../bmesh/bmesh_py_api.h" | ||||
| #include "../mathutils/mathutils.h" | #include "../mathutils/mathutils.h" | ||||
| #include "../generic/kdtree_py_api.h" | |||||
| /* for internal use, when starting and ending python scripts */ | /* for internal use, when starting and ending python scripts */ | ||||
| Context not available. | |||||
| #endif | #endif | ||||
| {(char *)"gpu", GPU_initPython}, | {(char *)"gpu", GPU_initPython}, | ||||
| {(char *)"idprop", BPyInit_idprop}, | {(char *)"idprop", BPyInit_idprop}, | ||||
| {(char *)"kdtree", BPyInit_kdtree}, | |||||
| {NULL, NULL} | {NULL, NULL} | ||||
| }; | }; | ||||
| Context not available. | |||||