|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | BPy_Chain |
Macros | |
| #define | BPy_Chain_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&Chain_Type)) |
Variables | |
| PyTypeObject | Chain_Type |
| #define BPy_Chain_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&Chain_Type)) |
Definition at line 23 of file BPy_Chain.h.
|
extern |
Definition at line 147 of file BPy_Chain.cpp.
Referenced by BPy_Chain_from_Chain(), Chain_init(), and Interface1D_Init().