Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | BPy_SVertex |
Macros | |
#define | BPy_SVertex_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&SVertex_Type)) |
Functions | |
void | SVertex_mathutils_register_callback () |
Variables | |
PyTypeObject | SVertex_Type |
#define BPy_SVertex_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&SVertex_Type)) |
Definition at line 21 of file BPy_SVertex.h.
void SVertex_mathutils_register_callback | ( | ) |
Definition at line 256 of file BPy_SVertex.cpp.
References Mathutils_RegisterCallback(), SVertex_mathutils_cb, and SVertex_mathutils_cb_index.
Referenced by Interface0D_Init().
|
extern |
Definition at line 441 of file BPy_SVertex.cpp.
Referenced by BPy_SVertex_from_SVertex(), CurvePoint_init(), FEdge_init(), FEdgeSharp_init(), FEdgeSmooth_init(), Interface0D_Init(), NonTVertex_init(), SShape_add_vertex(), StrokeVertex_init(), SVertex_init(), and SVertexIterator_init().