Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Tönne <lukas.toenne@gmail.com>2014-10-12 19:13:08 +0400
committerLukas Tönne <lukas.toenne@gmail.com>2015-01-20 11:30:04 +0300
commit117f4bbe660f88ad6cdff8a3c1a20d440122677d (patch)
tree01e5a662397fce772a4615549082ecf311c59ee8 /source/blender/physics
parent4cdf0ab5cf91b58a51e3fcc63bd80d124ba06470 (diff)
Switched back to blender implicit solver for merge.
Diffstat (limited to 'source/blender/physics')
-rw-r--r--source/blender/physics/intern/implicit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/physics/intern/implicit.h b/source/blender/physics/intern/implicit.h
index 287c064c1c6..4678b273dcf 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 */