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-22 01:27:32 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-22 01:27:32 +0400
commitf76c3aa3764283918413a50ed9dab079e720ed98 (patch)
treea63367c603d187c6a01c46f03537d5c7abed1188 /source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp
parentcfc351afee68d99e65c74af450afd7bf82abcdf2 (diff)
* Fix for a crash in StrokeVertexIterator::getObject().
* Minor docstring fixes.
Diffstat (limited to 'source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp')
-rw-r--r--source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp b/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp
index 624d983da4d..38670f20d7f 100644
--- a/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp
+++ b/source/blender/freestyle/intern/python/Iterator/BPy_ChainPredicateIterator.cpp
@@ -60,7 +60,7 @@ static char ChainPredicateIterator___doc__[] =
" already been chained must be ignored ot not.\n"
" :type iRestrictToUnvisited: bool\n"
" :arg begin: The ViewEdge from where to start the iteration.\n"
-" :type begin: :class:`ViewEdge`\n"
+" :type begin: :class:`ViewEdge` or None\n"
" :arg orientation: If true, we'll look for the next ViewEdge among\n"
" the ViewEdges that surround the ending ViewVertex of begin. If\n"
" false, we'll search over the ViewEdges surrounding the ending\n"