Differential D10351 Diff 33717 source/blender/freestyle/intern/python/StrokeShader/BPy_GuidingLinesShader.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/StrokeShader/BPy_GuidingLinesShader.cpp
| Show All 20 Lines | |||||
| #include "BPy_GuidingLinesShader.h" | #include "BPy_GuidingLinesShader.h" | ||||
| #include "../../stroke/BasicStrokeShaders.h" | #include "../../stroke/BasicStrokeShaders.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | //------------------------INSTANCE METHODS ---------------------------------- | ||||
| static char GuidingLinesShader___doc__[] = | static char GuidingLinesShader___doc__[] = | ||||
| "Class hierarchy: :class:`freestyle.types.StrokeShader` > :class:`GuidingLinesShader`\n" | "Class hierarchy: :class:`freestyle.types.StrokeShader` > :class:`GuidingLinesShader`\n" | ||||
| "\n" | "\n" | ||||
| "[Geometry shader]\n" | "[Geometry shader]\n" | ||||
| ▲ Show 20 Lines • Show All 88 Lines • Show Last 20 Lines | |||||