From df7f4f639fe9b8ab6f8b8727833a009b25bc6ab5 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Tue, 22 Feb 2011 01:43:08 +0000 Subject: 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(). --- .../freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/python/Interface0D') 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" -- cgit v1.2.3