Blender  V3.3
Classes | Macros | Variables
BPy_Chain.h File Reference
#include "../BPy_FrsCurve.h"
#include "../../../stroke/Chain.h"

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 21 of file BPy_Chain.h.

Variable Documentation

◆ Chain_Type

PyTypeObject Chain_Type
extern

Definition at line 136 of file BPy_Chain.cpp.

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