[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32128] branches/bmesh/blender/source/ blender/modifiers/SConscript: scons fix, should work now yaypython scons/ scons.py

Joseph Eagar joeedh at gmail.com
Sun Sep 26 08:03:46 CEST 2010


Revision: 32128
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32128
Author:   joeedh
Date:     2010-09-26 08:03:46 +0200 (Sun, 26 Sep 2010)

Log Message:
-----------
scons fix, should work now yaypython scons/scons.py 

Modified Paths:
--------------
    branches/bmesh/blender/source/blender/modifiers/SConscript

Modified: branches/bmesh/blender/source/blender/modifiers/SConscript
===================================================================
--- branches/bmesh/blender/source/blender/modifiers/SConscript	2010-09-25 22:21:35 UTC (rev 32127)
+++ branches/bmesh/blender/source/blender/modifiers/SConscript	2010-09-26 06:03:46 UTC (rev 32128)
@@ -17,4 +17,4 @@
 
 env.BlenderLib ( libname = 'bf_modifiers', sources = sources,
                  includes = Split(incs), defines=defs,
-                 libtype=['core','player'], priority = [167, 20] )
+                 libtype=['core','player'], priority = [161, 20] )





More information about the Bf-blender-cvs mailing list