Merge branch 'blender-v2.81-release'

This commit is contained in:
Campbell Barton
2019-10-29 19:30:24 +11:00

View File

@@ -25,6 +25,9 @@
#ifdef WITH_TBB
/* Quiet top level deprecation message, unrelated to API usage here. */
# define TBB_SUPPRESS_DEPRECATED_MESSAGES 1
# include <tbb/tbb.h>
/* Functor for running TBB parallel_for and parallel_reduce. */