Differential D10351 Diff 33717 source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp
| Show All 26 Lines | |||||
| #include "UnaryFunction1D_void/BPy_ChainingTimeStampF1D.h" | #include "UnaryFunction1D_void/BPy_ChainingTimeStampF1D.h" | ||||
| #include "UnaryFunction1D_void/BPy_IncrementChainingTimeStampF1D.h" | #include "UnaryFunction1D_void/BPy_IncrementChainingTimeStampF1D.h" | ||||
| #include "UnaryFunction1D_void/BPy_TimeStampF1D.h" | #include "UnaryFunction1D_void/BPy_TimeStampF1D.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //-------------------MODULE INITIALIZATION-------------------------------- | //-------------------MODULE INITIALIZATION-------------------------------- | ||||
| int UnaryFunction1DVoid_Init(PyObject *module) | int UnaryFunction1DVoid_Init(PyObject *module) | ||||
| { | { | ||||
| if (module == nullptr) { | if (module == nullptr) { | ||||
| return -1; | return -1; | ||||
| ▲ Show 20 Lines • Show All 191 Lines • Show Last 20 Lines | |||||