|
Blender
V3.3
|
Go to the source code of this file.
Classes | |
| struct | BPy_ViewShape |
Macros | |
| #define | BPy_ViewShape_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ViewShape_Type)) |
Functions | |
| int | ViewShape_Init (PyObject *module) |
Variables | |
| PyTypeObject | ViewShape_Type |
| #define BPy_ViewShape_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&ViewShape_Type)) |
Definition at line 25 of file BPy_ViewShape.h.
| int ViewShape_Init | ( | PyObject * | module | ) |
Definition at line 24 of file BPy_ViewShape.cpp.
References module, and ViewShape_Type.
Referenced by Freestyle_Init().
|
extern |
Definition at line 338 of file BPy_ViewShape.cpp.
Referenced by BPy_ViewShape_from_ViewShape(), ViewShape_init(), and ViewShape_Init().