[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54779] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/python: Minor docstring fixes.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sat Feb 23 04:07:20 CET 2013


Revision: 54779
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54779
Author:   kjym3
Date:     2013-02-23 03:07:19 +0000 (Sat, 23 Feb 2013)
Log Message:
-----------
Minor docstring fixes.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Freestyle.cpp
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/StrokeShader/BPy_StrokeTextureShader.cpp

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Freestyle.cpp
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Freestyle.cpp	2013-02-23 03:05:38 UTC (rev 54778)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Freestyle.cpp	2013-02-23 03:07:19 UTC (rev 54779)
@@ -432,6 +432,7 @@
 "  - :class:`QuantitativeInvisibilityUP1D`\n"
 "  - :class:`ShapeUP1D`\n"
 "  - :class:`TrueUP1D`\n"
+"  - :class:`WithinImageBoundaryUP1D`\n"
 "\n"
 "- :class:`ViewMap`\n"
 "- :class:`ViewShape`\n"

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/StrokeShader/BPy_StrokeTextureShader.cpp
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/StrokeShader/BPy_StrokeTextureShader.cpp	2013-02-23 03:05:38 UTC (rev 54778)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/StrokeShader/BPy_StrokeTextureShader.cpp	2013-02-23 03:07:19 UTC (rev 54779)
@@ -17,7 +17,7 @@
 "\n"
 "[Texture shader]\n"
 "\n"
-".. method:: __init__(texture_file, medium_type=MediumType.OPAQUE_MEDIUM, tips=False)\n"
+".. method:: __init__(texture_file, medium_type=Stroke.OPAQUE_MEDIUM, tips=False)\n"
 "\n"
 "   Builds a StrokeTextureShader object.\n"
 "\n"




More information about the Bf-blender-cvs mailing list