Blender V5.0
BPy_CurvePoint.h File Reference

Go to the source code of this file.

Classes

struct  BPy_CurvePoint

Macros

#define BPy_CurvePoint_Check(v)

Variables

PyTypeObject CurvePoint_Type

Macro Definition Documentation

◆ BPy_CurvePoint_Check

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

Definition at line 19 of file BPy_CurvePoint.h.

Referenced by FrsCurve_push_vertex_back(), and FrsCurve_push_vertex_front().

Variable Documentation

◆ CurvePoint_Type

PyTypeObject CurvePoint_Type
extern