|
Blender
V3.3
|
Go to the source code of this file.
Classes | |
| struct | BPy_StrokeVertex |
Macros | |
| #define | BPy_StrokeVertex_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertex_Type)) |
Functions | |
| void | StrokeVertex_mathutils_register_callback () |
Variables | |
| PyTypeObject | StrokeVertex_Type |
| #define BPy_StrokeVertex_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertex_Type)) |
Definition at line 21 of file BPy_StrokeVertex.h.
| void StrokeVertex_mathutils_register_callback | ( | ) |
Definition at line 211 of file BPy_StrokeVertex.cpp.
References Mathutils_RegisterCallback(), StrokeVertex_mathutils_cb, and StrokeVertex_mathutils_cb_index.
Referenced by Interface0D_Init().
|
extern |
Definition at line 347 of file BPy_StrokeVertex.cpp.
Referenced by BPy_StrokeVertex_from_StrokeVertex(), Interface0D_Init(), Stroke_insert_vertex(), Stroke_remove_vertex(), and StrokeVertex_init().