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>2011-02-22 04:43:08 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-02-22 04:43:08 +0300
commitdf7f4f639fe9b8ab6f8b8727833a009b25bc6ab5 (patch)
treef74fa619e237f82bd0be419a7a384b8915730c09 /source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp
parentecd76d99d64d76846f9f1ed24c54a82b6e9ad041 (diff)
Two minor fixes:
* Fixed a bug in MaterialF0D::operator() that an error condition was ignored due to a wrong return value. * Fixed a typo in the docstring of StrokeVertex::setPoint().
Diffstat (limited to 'source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp')
-rw-r--r--source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp b/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp
index 63a848a77b6..80b9defd95e 100644
--- a/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp
+++ b/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp
@@ -241,7 +241,7 @@ static char StrokeVertex_setPoint___doc__[] =
" :arg y: The Y coordinate.\n"
" :type y: float\n"
"\n"
-".. method:: SetPoint(p)\n"
+".. method:: setPoint(p)\n"
"\n"
" Sets the 2D point X and Y coordinates.\n"
"\n"