Differential D10351 Diff 33717 source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Material/BPy_MaterialF0D.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Material/BPy_MaterialF0D.cpp
| Show All 20 Lines | |||||
| #include "BPy_MaterialF0D.h" | #include "BPy_MaterialF0D.h" | ||||
| #include "../../../view_map/Functions0D.h" | #include "../../../view_map/Functions0D.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | //------------------------INSTANCE METHODS ---------------------------------- | ||||
| static char MaterialF0D___doc__[] = | static char MaterialF0D___doc__[] = | ||||
| "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " | "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " | ||||
| ":class:`freestyle.types.UnaryFunction0DMaterial` > :class:`MaterialF0D`\n" | ":class:`freestyle.types.UnaryFunction0DMaterial` > :class:`MaterialF0D`\n" | ||||
| "\n" | "\n" | ||||
| ▲ Show 20 Lines • Show All 87 Lines • Show Last 20 Lines | |||||