Differential D10351 Diff 33677 source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.h
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.h
| Show All 32 Lines | |||||
| extern PyTypeObject FEdgeSmooth_Type; | extern PyTypeObject FEdgeSmooth_Type; | ||||
| #define BPy_FEdgeSmooth_Check(v) \ | #define BPy_FEdgeSmooth_Check(v) \ | ||||
| (PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSmooth_Type)) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSmooth_Type)) | ||||
| /*---------------------------Python BPy_FEdgeSmooth structure definition----------*/ | /*---------------------------Python BPy_FEdgeSmooth structure definition----------*/ | ||||
| typedef struct { | typedef struct { | ||||
| BPy_FEdge py_fe; | BPy_FEdge py_fe; | ||||
| FEdgeSmooth *fes; | Freestyle::FEdgeSmooth *fes; | ||||
| } BPy_FEdgeSmooth; | } BPy_FEdgeSmooth; | ||||
| /*---------------------------Python BPy_FEdgeSmooth visible prototypes-----------*/ | /*---------------------------Python BPy_FEdgeSmooth visible prototypes-----------*/ | ||||
| void FEdgeSmooth_mathutils_register_callback(); | void FEdgeSmooth_mathutils_register_callback(); | ||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||