Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | BPy_SShape |
Macros | |
#define | BPy_SShape_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&SShape_Type)) |
Functions | |
int | SShape_Init (PyObject *module) |
Variables | |
PyTypeObject | SShape_Type |
#define BPy_SShape_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&SShape_Type)) |
Definition at line 23 of file BPy_SShape.h.
int SShape_Init | ( | PyObject * | module | ) |
Definition at line 24 of file BPy_SShape.cpp.
References module, and SShape_Type.
Referenced by Freestyle_Init().
|
extern |
Definition at line 267 of file BPy_SShape.cpp.
Referenced by BPy_SShape_from_SShape(), SShape_init(), SShape_Init(), and ViewShape_init().