From 3ad7974373dedd53b0d1890285a29399589b0a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20T=C3=B6nne?= Date: Fri, 12 Sep 2014 10:21:31 +0200 Subject: [PATCH] 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. --- source/blender/blenkernel/intern/implicit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blender/blenkernel/intern/implicit.h b/source/blender/blenkernel/intern/implicit.h index ccf90c2bd15..144560e8867 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