Blender V4.3
BPy_Chain.h File Reference

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
 

Macro Definition Documentation

◆ BPy_Chain_Check

#define BPy_Chain_Check ( v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&Chain_Type))

Definition at line 23 of file BPy_Chain.h.

Variable Documentation

◆ Chain_Type

PyTypeObject Chain_Type
extern

Definition at line 147 of file BPy_Chain.cpp.

Referenced by BPy_Chain_from_Chain(), Chain_init(), and Interface1D_Init().