[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45843] trunk/blender/source/blender/ python/mathutils/mathutils_geometry.c: correction to py docs from mgschwan on IRC.

Campbell Barton ideasman42 at gmail.com
Sun Apr 22 10:36:40 CEST 2012


Revision: 45843
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45843
Author:   campbellbarton
Date:     2012-04-22 08:36:39 +0000 (Sun, 22 Apr 2012)
Log Message:
-----------
correction to py docs from mgschwan on IRC.

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

Modified: trunk/blender/source/blender/python/mathutils/mathutils_geometry.c
===================================================================
--- trunk/blender/source/blender/python/mathutils/mathutils_geometry.c	2012-04-22 05:30:34 UTC (rev 45842)
+++ trunk/blender/source/blender/python/mathutils/mathutils_geometry.c	2012-04-22 08:36:39 UTC (rev 45843)
@@ -444,7 +444,8 @@
 PyDoc_STRVAR(M_Geometry_intersect_line_plane_doc,
 ".. function:: intersect_line_plane(line_a, line_b, plane_co, plane_no, no_flip=False)\n"
 "\n"
-"   Takes 2 lines (as 4 vectors) and returns a vector for their point of intersection or None.\n"
+"   Calculate the intersection between a line (as 2 vectors) and a plane.\n"
+"   Returns a vector for the intersection or None.\n"
 "\n"
 "   :arg line_a: First point of the first line\n"
 "   :type line_a: :class:`mathutils.Vector`\n"




More information about the Bf-blender-cvs mailing list