[Bf-blender-cvs] [93b01da75eb] functions: use threading again

Jacques Lucke noreply at git.blender.org
Wed Jul 24 19:12:26 CEST 2019


Commit: 93b01da75ebf6a382804388c43168f8482e94997
Author: Jacques Lucke
Date:   Wed Jul 24 19:10:55 2019 +0200
Branches: functions
https://developer.blender.org/rB93b01da75ebf6a382804388c43168f8482e94997

use threading again

===================================================================

M	source/blender/simulations/bparticles/simulate.cpp

===================================================================

diff --git a/source/blender/simulations/bparticles/simulate.cpp b/source/blender/simulations/bparticles/simulate.cpp
index 4567cbd1bb3..368dd881e77 100644
--- a/source/blender/simulations/bparticles/simulate.cpp
+++ b/source/blender/simulations/bparticles/simulate.cpp
@@ -7,7 +7,7 @@
 
 #include "xmmintrin.h"
 
-#define USE_THREADING false
+#define USE_THREADING true
 
 namespace BParticles {



More information about the Bf-blender-cvs mailing list