[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28922] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/python/BPy_Nature.cpp: Docstring update for Nature::MATERIAL_BOUNDARY (cf.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sun May 23 02:09:57 CEST 2010


Revision: 28922
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28922
Author:   kjym3
Date:     2010-05-23 02:09:56 +0200 (Sun, 23 May 2010)

Log Message:
-----------
Docstring update for Nature::MATERIAL_BOUNDARY (cf. revision 28919).

Revision Links:
--------------
    http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28919

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

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Nature.cpp
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Nature.cpp	2010-05-22 23:59:52 UTC (rev 28921)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Nature.cpp	2010-05-23 00:09:56 UTC (rev 28922)
@@ -75,7 +75,8 @@
 "* Nature.CREASE: True for creases.\n"
 "* Nature.RIDGE: True for ridges.\n"
 "* Nature.VALLEY: True for valleys.\n"
-"* Nature.SUGGESTIVE_CONTOUR: True for suggestive contours.\n";
+"* Nature.SUGGESTIVE_CONTOUR: True for suggestive contours.\n"
+"* Nature.MATERIAL_BOUNDARY: True for edges at material boundaries.\n";
 
 /*-----------------------BPy_Nature type definition ------------------------------*/
 





More information about the Bf-blender-cvs mailing list