Blender  V3.3
Classes | Macros | Variables
BPy_CurvePoint.h File Reference
#include "../BPy_Interface0D.h"
#include "../../stroke/Curve.h"

Go to the source code of this file.

Classes

struct  BPy_CurvePoint
 

Macros

#define BPy_CurvePoint_Check(v)   (PyObject_IsInstance((PyObject *)v, (PyObject *)&CurvePoint_Type))
 

Variables

PyTypeObject CurvePoint_Type
 

Macro Definition Documentation

◆ BPy_CurvePoint_Check

#define BPy_CurvePoint_Check (   v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&CurvePoint_Type))

Definition at line 21 of file BPy_CurvePoint.h.

Variable Documentation

◆ CurvePoint_Type

PyTypeObject CurvePoint_Type
extern