Blender V5.0
BPy_Chain.h File Reference

Go to the source code of this file.

Classes

struct  BPy_Chain

Macros

#define BPy_Chain_Check(v)

Variables

PyTypeObject Chain_Type

Macro Definition Documentation

◆ BPy_Chain_Check

#define BPy_Chain_Check ( v)
Value:
(PyObject_IsInstance((PyObject *)v, (PyObject *)&Chain_Type))
PyTypeObject Chain_Type
ATTR_WARN_UNUSED_RESULT const BMVert * v

Definition at line 19 of file BPy_Chain.h.

Variable Documentation

◆ Chain_Type

PyTypeObject Chain_Type
extern

Definition at line 157 of file BPy_Chain.cpp.

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