[Bf-blender-cvs] [3ad7974] master: Switched back to the old solver for the time being.

Lukas Tönne noreply at git.blender.org
Tue Jan 20 09:50:17 CET 2015


Commit: 3ad7974373dedd53b0d1890285a29399589b0a3a
Author: Lukas Tönne
Date:   Fri Sep 12 10:21:31 2014 +0200
Branches: master
https://developer.blender.org/rB3ad7974373dedd53b0d1890285a29399589b0a3a

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