use psys->seed for smoke random number generator, increase size of MATHUTILS_TOT_CB and reduce float->double conversions.
This commit is contained in:
@@ -340,7 +340,7 @@ int mathutils_deepcopy_args_check(PyObject *args)
|
||||
/* Mathutils Callbacks */
|
||||
|
||||
/* for mathutils internal use only, eventually should re-alloc but to start with we only have a few users */
|
||||
#define MATHUTILS_TOT_CB 13
|
||||
#define MATHUTILS_TOT_CB 15
|
||||
static Mathutils_Callback *mathutils_callbacks[MATHUTILS_TOT_CB] = {NULL};
|
||||
|
||||
unsigned char Mathutils_RegisterCallback(Mathutils_Callback *cb)
|
||||
|
Reference in New Issue
Block a user