Blender V4.5
BPy_StrokeVertexIterator.h File Reference

Go to the source code of this file.

Classes

struct  BPy_StrokeVertexIterator
 

Macros

#define BPy_StrokeVertexIterator_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertexIterator_Type))
 

Variables

PyTypeObject StrokeVertexIterator_Type
 

Macro Definition Documentation

◆ BPy_StrokeVertexIterator_Check

#define BPy_StrokeVertexIterator_Check ( v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertexIterator_Type))

Definition at line 19 of file BPy_StrokeVertexIterator.h.

Variable Documentation

◆ StrokeVertexIterator_Type

PyTypeObject StrokeVertexIterator_Type
extern