[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36156] trunk/blender/source/blender/ python/generic/mathutils_geometry.c: incorrect documentation spotted by macouno.

Campbell Barton ideasman42 at gmail.com
Thu Apr 14 14:19:32 CEST 2011


Revision: 36156
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36156
Author:   campbellbarton
Date:     2011-04-14 12:19:31 +0000 (Thu, 14 Apr 2011)
Log Message:
-----------
incorrect documentation spotted by macouno.

Modified Paths:
--------------
    trunk/blender/source/blender/python/generic/mathutils_geometry.c

Modified: trunk/blender/source/blender/python/generic/mathutils_geometry.c
===================================================================
--- trunk/blender/source/blender/python/generic/mathutils_geometry.c	2011-04-14 08:47:47 UTC (rev 36155)
+++ trunk/blender/source/blender/python/generic/mathutils_geometry.c	2011-04-14 12:19:31 UTC (rev 36156)
@@ -72,7 +72,7 @@
 "   :type ray: :class:`mathutils.Vector`\n"
 "   :arg orig: Origin\n"
 "   :type orig: :class:`mathutils.Vector`\n"
-"   :arg clip: Clip by the ray length\n"
+"   :arg clip: When False, don't restrict the intersection to the area of the triangle, use the infinite plane defined by the triangle.\n"
 "   :type clip: boolean\n"
 "   :return: The point of intersection or None if no intersection is found\n"
 "   :rtype: :class:`mathutils.Vector` or None\n"




More information about the Bf-blender-cvs mailing list