fix [#27683] Blender hangs when baking a particle system when a driver is present

This commit is contained in:
2011-07-09 17:41:39 +00:00
parent 2bb08ee48e
commit d5984b2d50
3 changed files with 7 additions and 5 deletions

View File

@@ -36,8 +36,6 @@
#include "BLI_path_util.h"
#endif
#define PYC_INTERPRETER_ACTIVE (((PyThreadState*)_Py_atomic_load_relaxed(&_PyThreadState_Current)) != NULL)
/* array utility function */
int PyC_AsArray(void *array, PyObject *value, const int length, const PyTypeObject *type, const short is_double, const char *error_prefix)
{