Blender V4.3
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 23 of file BPy_StrokeVertexIterator.h.

Variable Documentation

◆ StrokeVertexIterator_Type

PyTypeObject StrokeVertexIterator_Type
extern