[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50153] trunk/blender/source/blender/ ikplugin/SConscript: Fix #32389: scons was compiling without iksolver and only itasc since a few days,

Brecht Van Lommel brechtvanlommel at pandora.be
Thu Aug 23 12:56:14 CEST 2012


Revision: 50153
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50153
Author:   blendix
Date:     2012-08-23 10:56:14 +0000 (Thu, 23 Aug 2012)
Log Message:
-----------
Fix #32389: scons was compiling without iksolver and only itasc since a few days,
which gave performance issues.

Modified Paths:
--------------
    trunk/blender/source/blender/ikplugin/SConscript

Modified: trunk/blender/source/blender/ikplugin/SConscript
===================================================================
--- trunk/blender/source/blender/ikplugin/SConscript	2012-08-23 09:54:15 UTC (rev 50152)
+++ trunk/blender/source/blender/ikplugin/SConscript	2012-08-23 10:56:14 UTC (rev 50153)
@@ -7,5 +7,6 @@
 incs += ' ../blenkernel ../include ../ikplugin #/intern/itasc #/extern/Eigen3'
 
 defs.append('WITH_IK_ITASC')
+defs.append('WITH_IK_SOLVER')
 
 env.BlenderLib ( 'bf_ikplugin', sources, Split(incs), defs, libtype=['core','player'], priority=[180, 190] )




More information about the Bf-blender-cvs mailing list