From 6be21a91253a823f33060d354333b886c1b95b0a Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Sun, 11 Sep 2011 19:57:38 +0000 Subject: Implemented a calligraphic thickness modifier in the Parameter Editor mode. Also fixed a typo in the docstring of the CalligraphicShader. --- .../freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/python/StrokeShader') diff --git a/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.cpp b/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.cpp index 05f8d1299de..bb77d0ba5be 100644 --- a/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.cpp +++ b/source/blender/freestyle/intern/python/StrokeShader/BPy_CalligraphicShader.cpp @@ -21,7 +21,7 @@ static char CalligraphicShader___doc__[] = " Builds a CalligraphicShader object.\n" "\n" " :arg iMinThickness: The minimum thickness in the direction\n" -" perpandicular to the main direction.\n" +" perpendicular to the main direction.\n" " :type iMinThickness: float\n" " :arg iMaxThickness: The maximum thickness in the main direction.\n" " :type iMaxThickness: float\n" -- cgit v1.2.3