Differential D10351 Diff 33717 source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.cpp
| Show All 21 Lines | |||||
| #include "../../stroke/AdvancedStrokeShaders.h" | #include "../../stroke/AdvancedStrokeShaders.h" | ||||
| #include "../BPy_Convert.h" | #include "../BPy_Convert.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | //------------------------INSTANCE METHODS ---------------------------------- | ||||
| static char CalligraphicShader___doc__[] = | static char CalligraphicShader___doc__[] = | ||||
| "Class hierarchy: :class:`freestyle.types.StrokeShader` > :class:`CalligraphicShader`\n" | "Class hierarchy: :class:`freestyle.types.StrokeShader` > :class:`CalligraphicShader`\n" | ||||
| "\n" | "\n" | ||||
| "[Thickness Shader]\n" | "[Thickness Shader]\n" | ||||
| ▲ Show 20 Lines • Show All 98 Lines • Show Last 20 Lines | |||||