Cut out some unwanted differences with trunk
in preparation for merge.  Also fixed some
warnings, though many remain.
This commit is contained in:
2011-05-07 02:48:14 +00:00
parent 5fc6d567d0
commit 3462ddf17f
27 changed files with 326 additions and 5407 deletions

View File

@@ -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"