Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/generic/py_capi_utils.h
| Context not available. | |||||
| PyObject * PyC_UnicodeFromByteAndSize(const char *str, Py_ssize_t size); | PyObject * PyC_UnicodeFromByteAndSize(const char *str, Py_ssize_t size); | ||||
| const char * PyC_UnicodeAsByte(PyObject *py_str, PyObject **coerce); /* coerce must be NULL */ | const char * PyC_UnicodeAsByte(PyObject *py_str, PyObject **coerce); /* coerce must be NULL */ | ||||
| char *PyC_EncodeFSDefault(const char *str_u8, char *str_fs, const size_t sizeof_str_fs); | |||||
| /* name namespace function for bpy & bge */ | /* name namespace function for bpy & bge */ | ||||
| PyObject * PyC_DefaultNameSpace(const char *filename); | PyObject * PyC_DefaultNameSpace(const char *filename); | ||||
| void PyC_RunQuicky(const char *filepath, int n, ...); | void PyC_RunQuicky(const char *filepath, int n, ...); | ||||
| Context not available. | |||||