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