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:
authorIrie Shinsuke <irieshinsuke@yahoo.co.jp>2013-10-12 10:11:26 +0400
committerIrie Shinsuke <irieshinsuke@yahoo.co.jp>2013-10-12 10:11:26 +0400
commit6caacff196e65cbdfadebcb695f54a0bb3dea891 (patch)
treeee7cca7c18c37663880bc3d9c8a93b804f59c5c3 /source/blender/makesrna/intern/SConscript
parent7998b2f6a7a78cd8d7af135460a50b972cbc2b2d (diff)
More fixes for PSD support in SCons scirpts...
Diffstat (limited to 'source/blender/makesrna/intern/SConscript')
-rw-r--r--source/blender/makesrna/intern/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/SConscript b/source/blender/makesrna/intern/SConscript
index e1fad55f485..fe6950e62dd 100644
--- a/source/blender/makesrna/intern/SConscript
+++ b/source/blender/makesrna/intern/SConscript
@@ -82,6 +82,9 @@ if env['WITH_BF_BULLET']:
defs.append('WITH_BULLET')
incs += ' #/intern/rigidbody'
+if env['WITH_BF_OIIO']:
+ defs.append('WITH_OPENIMAGEIO')
+
if env['WITH_BF_OPENEXR']:
defs.append('WITH_OPENEXR')