[Bf-blender-cvs] [6132de6] alembic: Missing include path for scons build files of the gameengine player.

Lukas Tönne noreply at git.blender.org
Thu Mar 26 13:55:09 CET 2015


Commit: 6132de6304a614357634b6b30832c1c4ddf12fe7
Author: Lukas Tönne
Date:   Mon Mar 23 15:04:47 2015 +0100
Branches: alembic
https://developer.blender.org/rB6132de6304a614357634b6b30832c1c4ddf12fe7

Missing include path for scons build files of the gameengine player.

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

M	source/gameengine/GamePlayer/ghost/SConscript

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

diff --git a/source/gameengine/GamePlayer/ghost/SConscript b/source/gameengine/GamePlayer/ghost/SConscript
index 610abcd..27adc00 100644
--- a/source/gameengine/GamePlayer/ghost/SConscript
+++ b/source/gameengine/GamePlayer/ghost/SConscript
@@ -57,6 +57,7 @@ incs = [
     '#source/blender/include',
     '#source/blender/makesdna',
     '#source/blender/makesrna',
+    '#source/blender/pointcache',
     '#source/gameengine/Rasterizer',
     '#source/gameengine/GameLogic',
     '#source/gameengine/Expressions',




More information about the Bf-blender-cvs mailing list