Blender
V3.3
|
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 |
#define BPy_StrokeVertexIterator_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertexIterator_Type)) |
Definition at line 21 of file BPy_StrokeVertexIterator.h.
|
extern |
Definition at line 279 of file BPy_StrokeVertexIterator.cpp.
Referenced by BPy_StrokeVertexIterator_from_StrokeVertexIterator(), Iterator_Init(), Stroke_insert_vertex(), and StrokeVertexIterator_init().