IK solver: replace Moto math library with Eigen.

This commit is contained in:
Brecht Van Lommel
2015-12-10 19:12:26 +01:00
parent 810f825a39
commit aaa627d5f5
14 changed files with 641 additions and 1076 deletions

View File

@@ -29,7 +29,7 @@ Import ('env')
sources = env.Glob('intern/*.cpp')
incs = 'intern ../moto/include ../memutil'
incs = 'intern #/extern/Eigen3'
env.BlenderLib ('bf_intern_iksolver', sources, Split(incs), [], libtype=['intern','player'], priority=[100,90] )