[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17276] trunk/blender/source/gameengine/ VideoTexture/SConscript: Adding include path for numpy to sconscript.

Martin Poirier theeth at yahoo.com
Sat Nov 1 18:44:13 CET 2008


Revision: 17276
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17276
Author:   theeth
Date:     2008-11-01 18:44:12 +0100 (Sat, 01 Nov 2008)

Log Message:
-----------
Adding include path for numpy to sconscript. There must be a better way to do this.

Modified Paths:
--------------
    trunk/blender/source/gameengine/VideoTexture/SConscript

Modified: trunk/blender/source/gameengine/VideoTexture/SConscript
===================================================================
--- trunk/blender/source/gameengine/VideoTexture/SConscript	2008-11-01 17:26:34 UTC (rev 17275)
+++ trunk/blender/source/gameengine/VideoTexture/SConscript	2008-11-01 17:44:12 UTC (rev 17276)
@@ -21,6 +21,7 @@
 	cflags.append('/GR')
 	cflags.append('/Ox')
 
+incs += ' ' + env['BF_PYTHON'] + '/lib/python' + env['BF_PYTHON_VERSION'] + "/site-packages/numpy/core/include"
 incs += ' ' + env['BF_PYTHON_INC']
 #incs += ' ' + env['BF_OPENGL_INC']
 





More information about the Bf-blender-cvs mailing list