[Bf-blender-cvs] [687a321] master: OpenSubdiv: Modifiers module missed WITH_OPENSUBDIV define

Sergey Sharybin noreply at git.blender.org
Tue Aug 4 18:37:39 CEST 2015


Commit: 687a321be3d9665443c1a23db15ebf9b26aaadd5
Author: Sergey Sharybin
Date:   Tue Aug 4 18:32:21 2015 +0200
Branches: master
https://developer.blender.org/rB687a321be3d9665443c1a23db15ebf9b26aaadd5

OpenSubdiv: Modifiers module missed WITH_OPENSUBDIV define

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

M	source/blender/modifiers/SConscript

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

diff --git a/source/blender/modifiers/SConscript b/source/blender/modifiers/SConscript
index a7d1760..7be295a 100644
--- a/source/blender/modifiers/SConscript
+++ b/source/blender/modifiers/SConscript
@@ -76,7 +76,10 @@ if env['WITH_BF_GAMEENGINE']:
 
 if env['WITH_BF_INTERNATIONAL']:
     defs.append('WITH_INTERNATIONAL')
-    
+
+if env['WITH_BF_OPENSUBDIV']:
+    defs.append('WITH_OPENSUBDIV')
+
 if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', 'win64-mingw'):
     incs.append(env['BF_PTHREADS_INC'])




More information about the Bf-blender-cvs mailing list