Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | BPy_StrokeAttribute |
Macros | |
#define | BPy_StrokeAttribute_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeAttribute_Type)) |
Functions | |
int | StrokeAttribute_Init (PyObject *module) |
void | StrokeAttribute_mathutils_register_callback () |
Variables | |
PyTypeObject | StrokeAttribute_Type |
#define BPy_StrokeAttribute_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeAttribute_Type)) |
Definition at line 23 of file BPy_StrokeAttribute.h.
int StrokeAttribute_Init | ( | PyObject * | module | ) |
Definition at line 20 of file BPy_StrokeAttribute.cpp.
References module, StrokeAttribute_mathutils_register_callback(), and StrokeAttribute_Type.
Referenced by Freestyle_Init().
void StrokeAttribute_mathutils_register_callback | ( | ) |
Definition at line 536 of file BPy_StrokeAttribute.cpp.
References Mathutils_RegisterCallback(), StrokeAttribute_mathutils_cb, and StrokeAttribute_mathutils_cb_index.
Referenced by StrokeAttribute_Init().
|
extern |
Definition at line 663 of file BPy_StrokeAttribute.cpp.
Referenced by BPy_StrokeAttribute_from_StrokeAttribute(), StrokeAttribute_init(), StrokeAttribute_Init(), and StrokeVertex_init().