Changeset View
Changeset View
Standalone View
Standalone View
source/blenderplayer/bad_level_call_stubs/stubs.c
| Show First 20 Lines • Show All 776 Lines • ▼ Show 20 Lines | |||||
| void BPY_DECREF(void *pyob_ptr) RET_NONE | void BPY_DECREF(void *pyob_ptr) RET_NONE | ||||
| void BPY_pyconstraint_exec(struct bPythonConstraint *con, struct bConstraintOb *cob, struct ListBase *targets) RET_NONE | void BPY_pyconstraint_exec(struct bPythonConstraint *con, struct bConstraintOb *cob, struct ListBase *targets) RET_NONE | ||||
| void macro_wrapper(struct wmOperatorType *ot, void *userdata) RET_NONE | void macro_wrapper(struct wmOperatorType *ot, void *userdata) RET_NONE | ||||
| bool pyrna_id_FromPyObject(struct PyObject *obj, struct ID **id) RET_ZERO | bool pyrna_id_FromPyObject(struct PyObject *obj, struct ID **id) RET_ZERO | ||||
| struct PyObject *pyrna_id_CreatePyObject(struct ID *id) RET_NULL | struct PyObject *pyrna_id_CreatePyObject(struct ID *id) RET_NULL | ||||
| bool pyrna_id_CheckPyObject(struct PyObject *obj) RET_ZERO | bool pyrna_id_CheckPyObject(struct PyObject *obj) RET_ZERO | ||||
| void BPY_context_update(struct bContext *C) RET_NONE | void BPY_context_update(struct bContext *C) RET_NONE | ||||
| const char *BPY_app_translations_py_pgettext(const char *msgctxt, const char *msgid) RET_ARG(msgid) | const char *BPY_app_translations_py_pgettext(const char *msgctxt, const char *msgid) RET_ARG(msgid) | ||||
| void BPY_parse_shader_node_compatibility(void *nodetype) RET_NONE | |||||
| void BPY_parse_shader_node_gpu_code(void *nodetype) RET_NONE | |||||
| bool BPY_call_shader_node_gpu_func(struct GPUMaterial *mat, void *gpufunc, void *node, struct GPUNodeStack *gpuin, struct GPUNodeStack *gpuout) RET_ZERO | |||||
| /* intern/dualcon */ | /* intern/dualcon */ | ||||
| void *dualcon(const DualConInput *input_mesh, | void *dualcon(const DualConInput *input_mesh, | ||||
| /* callbacks for output */ | /* callbacks for output */ | ||||
| DualConAllocOutput alloc_output, | DualConAllocOutput alloc_output, | ||||
| DualConAddVert add_vert, | DualConAddVert add_vert, | ||||
| DualConAddQuad add_quad, | DualConAddQuad add_quad, | ||||
| Show All 18 Lines | |||||