fix for py noise doc string (not a show stopper :) )
This commit is contained in:
@@ -720,7 +720,7 @@ PyDoc_STRVAR(M_Noise_voronoi_doc,
|
|||||||
" :arg exponent: The exponent for Minkovsky distance metric.\n"
|
" :arg exponent: The exponent for Minkovsky distance metric.\n"
|
||||||
" :type exponent: float\n"
|
" :type exponent: float\n"
|
||||||
" :return: A list of distances to the four closest features and their locations.\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)
|
static PyObject *M_Noise_voronoi(PyObject *UNUSED(self), PyObject *args)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user