Differential D10351 Diff 33717 source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp
| Show All 37 Lines | |||||
| #include "UnaryFunction1D_double/BPy_GetZF1D.h" | #include "UnaryFunction1D_double/BPy_GetZF1D.h" | ||||
| #include "UnaryFunction1D_double/BPy_LocalAverageDepthF1D.h" | #include "UnaryFunction1D_double/BPy_LocalAverageDepthF1D.h" | ||||
| #include "UnaryFunction1D_double/BPy_ZDiscontinuityF1D.h" | #include "UnaryFunction1D_double/BPy_ZDiscontinuityF1D.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //-------------------MODULE INITIALIZATION-------------------------------- | //-------------------MODULE INITIALIZATION-------------------------------- | ||||
| int UnaryFunction1DDouble_Init(PyObject *module) | int UnaryFunction1DDouble_Init(PyObject *module) | ||||
| { | { | ||||
| if (module == nullptr) { | if (module == nullptr) { | ||||
| return -1; | return -1; | ||||
| ▲ Show 20 Lines • Show All 261 Lines • Show Last 20 Lines | |||||