|
Blender V5.0
|
#include <Python.h>Go to the source code of this file.
Functions | |
| PyObject * | BPyInit_imbuf () |
| ImBuf * | BPy_ImBuf_FromPyObject (PyObject *py_imbuf) |
Variables | |
| PyTypeObject | Py_ImBuf_Type |
|
nodiscard |
Return the ImBuf or null with an error set.
Definition at line 818 of file imbuf_py_api.cc.
References BLI_assert, Py_ImBuf_Type, and py_imbuf_valid_check().
Referenced by py_blf_bind_imbuf_enter().
|
nodiscard |
Definition at line 754 of file imbuf_py_api.cc.
References BPyInit_imbuf_types(), IMB_module_def, and mod.
|
extern |
Definition at line 412 of file imbuf_py_api.cc.
Referenced by BPy_ImBuf_FromPyObject(), BPyInit_imbuf_types(), M_imbuf_write(), py_blf_bind_imbuf(), and Py_ImBuf_CreatePyObject().