|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | BPy_ViewVertex |
Macros | |
| #define | BPy_ViewVertex_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ViewVertex_Type)) |
Variables | |
| PyTypeObject | ViewVertex_Type |
| #define BPy_ViewVertex_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&ViewVertex_Type)) |
Definition at line 23 of file BPy_ViewVertex.h.
Referenced by ViewEdge_first_viewvertex_set(), ViewEdge_last_viewvertex_set(), and ViewShape_vertices_set().
|
extern |
Definition at line 163 of file BPy_ViewVertex.cpp.
Referenced by AdjacencyIterator_init(), BPy_ViewVertex_from_ViewVertex(), Interface0D_Init(), and ViewShape_add_vertex().