Differential D10351 Diff 33717 source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DDouble.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DDouble.cpp
| Show All 32 Lines | |||||
| #include "UnaryFunction0D_double/BPy_GetZF0D.h" | #include "UnaryFunction0D_double/BPy_GetZF0D.h" | ||||
| #include "UnaryFunction0D_double/BPy_LocalAverageDepthF0D.h" | #include "UnaryFunction0D_double/BPy_LocalAverageDepthF0D.h" | ||||
| #include "UnaryFunction0D_double/BPy_ZDiscontinuityF0D.h" | #include "UnaryFunction0D_double/BPy_ZDiscontinuityF0D.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //-------------------MODULE INITIALIZATION-------------------------------- | //-------------------MODULE INITIALIZATION-------------------------------- | ||||
| int UnaryFunction0DDouble_Init(PyObject *module) | int UnaryFunction0DDouble_Init(PyObject *module) | ||||
| { | { | ||||
| if (module == nullptr) { | if (module == nullptr) { | ||||
| return -1; | return -1; | ||||
| ▲ Show 20 Lines • Show All 185 Lines • Show Last 20 Lines | |||||