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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-04-14 16:19:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-14 16:19:31 +0400
commitb1cc8ea18a0f686c5adcc0362fc535cbdf79990b (patch)
tree9161bc8a5525a65e517fc1227373bdd206a4ccd3 /source
parentf02b9b37f22dc331a1884d3a48125b5888adf2b5 (diff)
incorrect documentation spotted by macouno.
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/generic/mathutils_geometry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/generic/mathutils_geometry.c b/source/blender/python/generic/mathutils_geometry.c
index fc821f2697a..51b1a9754c9 100644
--- a/source/blender/python/generic/mathutils_geometry.c
+++ b/source/blender/python/generic/mathutils_geometry.c
@@ -72,7 +72,7 @@ static char M_Geometry_intersect_ray_tri_doc[] =
" :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"