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:
authorKen Hughes <khughes@pacific.edu>2010-03-11 21:21:17 +0300
committerKen Hughes <khughes@pacific.edu>2010-03-11 21:21:17 +0300
commit0270d34272aac6ac48e754abe682ea1eac3cdcd8 (patch)
tree489417a055c42886f5955381858469daa2e50085 /source/blender/editors/sculpt_paint/SConscript
parentd6158a4019444a4573187aa9afe3b80900db9757 (diff)
BMesh branch
------------ Add bmesh to scons include path
Diffstat (limited to 'source/blender/editors/sculpt_paint/SConscript')
-rw-r--r--source/blender/editors/sculpt_paint/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/SConscript b/source/blender/editors/sculpt_paint/SConscript
index 472ba361059..1c7c3686386 100644
--- a/source/blender/editors/sculpt_paint/SConscript
+++ b/source/blender/editors/sculpt_paint/SConscript
@@ -6,7 +6,7 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
incs += ' ../../render/extern/include'
-incs += ' ../../gpu ../../makesrna'
+incs += ' ../../gpu ../../makesrna ../../bmesh'
if env['OURPLATFORM'] == 'linux2':
cflags='-pthread'