From ab6157a06ab49fc1f78f1575d373c83037cd39b7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 30 Jan 2014 17:54:06 +1100 Subject: PyAPI: noise.seed_set(), note that zero is a special case. --- source/blender/python/mathutils/mathutils_noise.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python') diff --git a/source/blender/python/mathutils/mathutils_noise.c b/source/blender/python/mathutils/mathutils_noise.c index fe2b00387b3..61bc2b60861 100644 --- a/source/blender/python/mathutils/mathutils_noise.c +++ b/source/blender/python/mathutils/mathutils_noise.c @@ -353,6 +353,7 @@ PyDoc_STRVAR(M_Noise_seed_set_doc, " Sets the random seed used for random_unit_vector, random_vector and random.\n" "\n" " :arg seed: Seed used for the random generator.\n" +" When seed is zero, the current time will be used instead.\n" " :type seed: Int\n" ); static PyObject *M_Noise_seed_set(PyObject *UNUSED(self), PyObject *args) -- cgit v1.2.3