|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | BPy_Id |
Macros | |
| #define | BPy_Id_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&Id_Type)) |
Functions | |
| int | Id_Init (PyObject *module) |
Variables | |
| PyTypeObject | Id_Type |
Definition at line 27 of file BPy_Id.h.
Referenced by FEdge_id_set(), SShape_id_set(), Stroke_id_set(), SVertex_id_set(), TVertex_id_set(), and ViewEdge_id_set().
| int Id_Init | ( | PyObject * | module | ) |
Definition at line 22 of file BPy_Id.cpp.
References Id_Type, and module.
Referenced by Freestyle_Init().
|
extern |
Definition at line 164 of file BPy_Id.cpp.
Referenced by BPy_Id_from_Id(), Chain_init(), FrsCurve_init(), Id_Init(), Id_init(), and SVertex_init().