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:
authorDalai Felinto <dfelinto@gmail.com>2013-10-11 20:38:31 +0400
committerDalai Felinto <dfelinto@gmail.com>2013-10-11 20:38:31 +0400
commit6549c1bf2905c22a73eb35ece43409a63068d38d (patch)
treebd2416e210a47ab20e482e9aee92d0ecd8d78b1a /source/blender/makesrna/SConscript
parent029f4b9767d149f10317d060fcc521b8b994c6d5 (diff)
scons file for OIIO (needed for psd)
based on patch by Shinsuke Irie note: scons is not working for me at the moment so I did not test this patch. It should work fine though.
Diffstat (limited to 'source/blender/makesrna/SConscript')
-rw-r--r--source/blender/makesrna/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesrna/SConscript b/source/blender/makesrna/SConscript
index dfe1ebb3385..9026b166311 100644
--- a/source/blender/makesrna/SConscript
+++ b/source/blender/makesrna/SConscript
@@ -66,6 +66,9 @@ if env['WITH_BF_BULLET']:
defs.append('WITH_BULLET')
incs += ' #/intern/rigidbody'
+if env['WITH_BF_OIIO']:
+ defs.append('WITH_OIIO')
+
if env['WITH_BF_OPENEXR']:
defs.append('WITH_OPENEXR')