[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11430] trunk/blender/config/linux2-config .py: Reverting to python 2.5 and openEXR true as default

Joilnen Leite vma_bad_list at yahoo.com
Mon Jul 30 18:44:35 CEST 2007


Revision: 11430
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11430
Author:   pidhash
Date:     2007-07-30 18:44:35 +0200 (Mon, 30 Jul 2007)

Log Message:
-----------
Reverting to python 2.5 and openEXR true as default

Modified Paths:
--------------
    trunk/blender/config/linux2-config.py

Modified: trunk/blender/config/linux2-config.py
===================================================================
--- trunk/blender/config/linux2-config.py	2007-07-30 15:59:16 UTC (rev 11429)
+++ trunk/blender/config/linux2-config.py	2007-07-30 16:44:35 UTC (rev 11430)
@@ -5,7 +5,7 @@
 BF_VERSE_INCLUDE = "#extern/verse/dist"
 
 BF_PYTHON = '/usr'
-BF_PYTHON_VERSION = '2.4'
+BF_PYTHON_VERSION = '2.5'
 BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
 BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}'
 BF_PYTHON_LIB = 'python${BF_PYTHON_VERSION}' #BF_PYTHON+'/lib/python'+BF_PYTHON_VERSION+'/config/libpython'+BF_PYTHON_VERSION+'.a'
@@ -27,7 +27,7 @@
 WITH_BF_FMOD = 'false'
 BF_FMOD = LIBDIR + '/fmod'
 
-WITH_BF_OPENEXR = 'false'
+WITH_BF_OPENEXR = 'true'
 BF_OPENEXR = '/usr'
 BF_OPENEXR_INC = '${BF_OPENEXR}/include/OpenEXR'
 BF_OPENEXR_LIB = 'Half IlmImf Iex Imath '





More information about the Bf-blender-cvs mailing list