[Bf-blender-cvs] [97f91da] temp_merge_gooseberry_hair: Switched back to the old solver for the time being.

Lukas Tönne noreply at git.blender.org
Mon Jan 19 20:48:44 CET 2015


Commit: 97f91daef7717f31e80447f9002d093c063a8469
Author: Lukas Tönne
Date:   Fri Sep 12 10:21:31 2014 +0200
Branches: temp_merge_gooseberry_hair
https://developer.blender.org/rB97f91daef7717f31e80447f9002d093c063a8469

Switched back to the old solver for the time being.

The Eigen solver is not quite stable currently (possibly due to
incorrect porting of force calculations). It also still lacks threading
support and optimized matrix construction, making it slower in
comparison. Eventually would still like to switch, but fixing these
issues takes time.

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

M	source/blender/blenkernel/intern/implicit.h

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

diff --git a/source/blender/blenkernel/intern/implicit.h b/source/blender/blenkernel/intern/implicit.h
index ccf90c2..144560e 100644
--- a/source/blender/blenkernel/intern/implicit.h
+++ b/source/blender/blenkernel/intern/implicit.h
@@ -36,8 +36,8 @@
 
 #include "BLI_utildefines.h"
 
-#define IMPLICIT_SOLVER_EIGEN
-//#define IMPLICIT_SOLVER_BLENDER
+//#define IMPLICIT_SOLVER_EIGEN
+#define IMPLICIT_SOLVER_BLENDER
 
 #define CLOTH_FORCE_GRAVITY
 #define CLOTH_FORCE_DRAG




More information about the Bf-blender-cvs mailing list