Differential D10351 Diff 33677 source/blender/freestyle/intern/python/StrokeShader/BPy_BackboneStretcherShader.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/StrokeShader/BPy_BackboneStretcherShader.cpp
| Show All 20 Lines | |||||
| #include "BPy_BackboneStretcherShader.h" | #include "BPy_BackboneStretcherShader.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 BackboneStretcherShader___doc__[] = | static char BackboneStretcherShader___doc__[] = | ||||
| "Class hierarchy: :class:`freestyle.types.StrokeShader` > :class:`BackboneStretcherShader`\n" | "Class hierarchy: :class:`freestyle.types.StrokeShader` > :class:`BackboneStretcherShader`\n" | ||||
| "\n" | "\n" | ||||
| "[Geometry shader]\n" | "[Geometry shader]\n" | ||||
| ▲ Show 20 Lines • Show All 81 Lines • Show Last 20 Lines | |||||