Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-23 04:09:56 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-23 04:09:56 +0400
commit02a4dbeff06bba1a9af5c92b184a469374c52957 (patch)
tree358f029f46b437eda2b1b94c0ee206852717e48e /source/blender/freestyle/intern/python
parent5cee2820f914de790fb100641825d39856275712 (diff)
Docstring update for Nature::MATERIAL_BOUNDARY (cf. revision 28919).
Diffstat (limited to 'source/blender/freestyle/intern/python')
-rw-r--r--source/blender/freestyle/intern/python/BPy_Nature.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_Nature.cpp b/source/blender/freestyle/intern/python/BPy_Nature.cpp
index be038d424e6..bfbd612c0a5 100644
--- a/source/blender/freestyle/intern/python/BPy_Nature.cpp
+++ b/source/blender/freestyle/intern/python/BPy_Nature.cpp
@@ -75,7 +75,8 @@ static char Nature___doc__[] =
"* 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 ------------------------------*/