[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19188] branches/bmesh/blender/source: ok right branch.

Joseph Eagar joeedh at gmail.com
Wed Mar 4 10:34:34 CET 2009


Revision: 19188
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19188
Author:   joeedh
Date:     2009-03-04 10:34:33 +0100 (Wed, 04 Mar 2009)

Log Message:
-----------
ok right branch. . .stop laughing at me :)

Modified Paths:
--------------
    branches/bmesh/blender/source/blender/readblenfile/SConscript
    branches/bmesh/blender/source/creator/SConscript

Modified: branches/bmesh/blender/source/blender/readblenfile/SConscript
===================================================================
--- branches/bmesh/blender/source/blender/readblenfile/SConscript	2009-03-04 09:29:22 UTC (rev 19187)
+++ branches/bmesh/blender/source/blender/readblenfile/SConscript	2009-03-04 09:34:33 UTC (rev 19188)
@@ -5,4 +5,4 @@
 
 incs = '.  ../blenloader ../blenloader/intern ../blenkernel ../blenlib ../makesdna ../../kernel/gen_messaging'
 
-env.BlenderLib ( 'bf_readblenfile', sources, Split(incs), [], libtype=['core','player'], priority = [155, 220] )
+env.BlenderLib ( 'bf_readblenfile', sources, Split(incs), [], libtype=['core','player'], priority = [0, 220] )

Modified: branches/bmesh/blender/source/creator/SConscript
===================================================================
--- branches/bmesh/blender/source/creator/SConscript	2009-03-04 09:29:22 UTC (rev 19187)
+++ branches/bmesh/blender/source/creator/SConscript	2009-03-04 09:34:33 UTC (rev 19188)
@@ -30,4 +30,4 @@
 else:
     defs.append('DISABLE_PYTHON')
 
-env.BlenderLib ( libname = 'bf_creator', sources = Split(sources), includes = Split(incs), defines = defs, libtype='core', priority = 154 )
+env.BlenderLib ( libname = 'bf_creator', sources = Split(sources), includes = Split(incs), defines = defs, libtype='core', priority = 0 )





More information about the Bf-blender-cvs mailing list