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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-06-22 19:12:00 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-06-22 19:12:00 +0400
commitc45c6a20a4a3cd6920586fb5b8d1d1e79b1be419 (patch)
treecac2723eefaa082b78abd99662131dcbc56d169d /source/blender/editors/armature/SConscript
parentcb8f2bd1ab7097a6fb1ac81859cf3838ee7b75cf (diff)
Update build systems for automatic weighting changes.
(merge from render25 branch)
Diffstat (limited to 'source/blender/editors/armature/SConscript')
-rw-r--r--source/blender/editors/armature/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/armature/SConscript b/source/blender/editors/armature/SConscript
index fd4b885b730..33e237a14db 100644
--- a/source/blender/editors/armature/SConscript
+++ b/source/blender/editors/armature/SConscript
@@ -5,7 +5,6 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
-incs += ' ../../render/extern/include'
incs += ' ../../gpu ../../makesrna #/intern/opennl/extern'
if env['OURPLATFORM'] == 'linux2':