PyAPI: noise.seed_set(), note that zero is a special case.

This commit is contained in:
Campbell Barton 2014-01-30 17:54:06 +11:00
parent bd697dd4d7
commit ab6157a06a
Notes: blender-bot 2023-02-14 11:14:32 +01:00
Referenced by issue #38568, UI Inconsistenci - Value Slider distance
Referenced by issue #38506, Bokeh blur node - size bugs with OpenCL
1 changed files with 1 additions and 0 deletions

View File

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