|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | BPy_FEdgeSmooth |
Macros | |
| #define | BPy_FEdgeSmooth_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSmooth_Type)) |
Functions | |
| void | FEdgeSmooth_mathutils_register_callback () |
Variables | |
| PyTypeObject | FEdgeSmooth_Type |
| #define BPy_FEdgeSmooth_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSmooth_Type)) |
Definition at line 23 of file BPy_FEdgeSmooth.h.
Referenced by FEdgeSmooth_mathutils_check().
| void FEdgeSmooth_mathutils_register_callback | ( | ) |
Definition at line 135 of file BPy_FEdgeSmooth.cpp.
References FEdgeSmooth_mathutils_cb, FEdgeSmooth_mathutils_cb_index, and Mathutils_RegisterCallback().
Referenced by Interface1D_Init().
|
extern |
Definition at line 248 of file BPy_FEdgeSmooth.cpp.
Referenced by BPy_FEdgeSmooth_from_FEdgeSmooth(), FEdgeSmooth_init(), and Interface1D_Init().