Revision: 42617
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42617
Author: campbellbarton
Date: 2011-12-13 22:30:23 +0000 (Tue, 13 Dec 2011)
Log Message:
-----------
fix for py noise doc string (not a show stopper :) )
Modified Paths:
--------------
trunk/blender/source/blender/python/mathutils/mathutils_noise.c
Modified: trunk/blender/source/blender/python/mathutils/mathutils_noise.c
===================================================================
--- trunk/blender/source/blender/python/mathutils/mathutils_noise.c
2011-12-13 21:23:08 UTC (rev 42616)
+++ trunk/blender/source/blender/python/mathutils/mathutils_noise.c
2011-12-13 22:30:23 UTC (rev 42617)
@@ -720,7 +720,7 @@
" :arg exponent: The exponent for Minkovsky distance metric.\n"
" :type exponent: float\n"
" :return: A list of distances to the four closest features and their
locations.\n"
-" :rtype: [list of four floats, list of four :class:`mathutils.Vector`s]\n"
+" :rtype: list of four floats, list of four :class:`mathutils.Vector`s\n"
);
static PyObject *M_Noise_voronoi(PyObject *UNUSED(self), PyObject *args)
{
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs