Merge branch 'blender-v2.81-release'

This commit is contained in:
Campbell Barton 2019-10-16 13:42:01 +11:00
commit 8eb98392df
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@
#include <Python.h>
#include <frameobject.h>
/* Needed for 'PyInterpreterState', we should remove this dependency. */
#if PY_VERSION_HEX >= 0x03080000
# define Py_BUILD_CORE
# include <internal/pycore_pystate.h>
#endif
#include "BLI_utildefines.h" /* for bool */
#include "py_capi_utils.h"