|
Blender V4.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 23 of file BPy_SVertex.h.
Referenced by CurvePoint_first_svertex_set(), CurvePoint_second_svertex_set(), FEdge_first_svertex_set(), FEdge_second_svertex_set(), FrsCurve_push_vertex_back(), FrsCurve_push_vertex_front(), NonTVertex_svertex_set(), SVertex_mathutils_check(), TVertex_back_svertex_set(), and TVertex_front_svertex_set().
| void SVertex_mathutils_register_callback | ( | ) |
Definition at line 271 of file BPy_SVertex.cpp.
References Mathutils_RegisterCallback(), SVertex_mathutils_cb, and SVertex_mathutils_cb_index.
Referenced by Interface0D_Init().
|
extern |
Definition at line 471 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().