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