Blender V5.0
BPy_CurvePointIterator.h File Reference

Go to the source code of this file.

Classes

struct  BPy_CurvePointIterator

Macros

#define BPy_CurvePointIterator_Check(v)

Variables

PyTypeObject CurvePointIterator_Type

Macro Definition Documentation

◆ BPy_CurvePointIterator_Check

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

Definition at line 19 of file BPy_CurvePointIterator.h.

Variable Documentation

◆ CurvePointIterator_Type

PyTypeObject CurvePointIterator_Type
extern