[Bf-blender-cvs] [fd31076] temp_merge_gooseberry_hair: Switched back to blender implicit solver for merge.

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


Commit: fd310767e06c634ed4c81fe2858d501484fd2939
Author: Lukas Tönne
Date:   Sun Oct 12 17:13:08 2014 +0200
Branches: temp_merge_gooseberry_hair
https://developer.blender.org/rBfd310767e06c634ed4c81fe2858d501484fd2939

Switched back to blender implicit solver for merge.

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

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

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

diff --git a/source/blender/physics/intern/implicit.h b/source/blender/physics/intern/implicit.h
index 287c064..4678b27 100644
--- a/source/blender/physics/intern/implicit.h
+++ b/source/blender/physics/intern/implicit.h
@@ -42,8 +42,8 @@
 extern "C" {
 #endif
 
-#define IMPLICIT_SOLVER_EIGEN
-//#define IMPLICIT_SOLVER_BLENDER
+//#define IMPLICIT_SOLVER_EIGEN
+#define IMPLICIT_SOLVER_BLENDER
 
 #define CLOTH_ROOT_FRAME /* enable use of root frame coordinate transform */




More information about the Bf-blender-cvs mailing list