Differential D10351 Diff 33717 source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DId.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DId.cpp
| Show All 23 Lines | |||||
| #include "../Iterator/BPy_Interface0DIterator.h" | #include "../Iterator/BPy_Interface0DIterator.h" | ||||
| #include "UnaryFunction0D_Id/BPy_ShapeIdF0D.h" | #include "UnaryFunction0D_Id/BPy_ShapeIdF0D.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //-------------------MODULE INITIALIZATION-------------------------------- | //-------------------MODULE INITIALIZATION-------------------------------- | ||||
| int UnaryFunction0DId_Init(PyObject *module) | int UnaryFunction0DId_Init(PyObject *module) | ||||
| { | { | ||||
| if (module == nullptr) { | if (module == nullptr) { | ||||
| return -1; | return -1; | ||||
| ▲ Show 20 Lines • Show All 129 Lines • Show Last 20 Lines | |||||