]> git.pld-linux.org Git - packages/blender.git/commitdiff
- updated for 2.41
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 14 Apr 2006 10:03:35 +0000 (10:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blender-config.opts -> 1.3
    blender-noxml-yafray.patch -> 1.3

blender-config.opts
blender-noxml-yafray.patch

index 5dab408848759b2a659fea453d9b489429a7da77..f6076cdb0808b9e2adf278103b6df3111def296f 100644 (file)
@@ -1,5 +1,5 @@
 # Configuration file containing user definable options.
-VERSION = '2.33-cvs'
+VERSION = '2.41'
 BUILD_BINARY = 'release'
 USE_BUILDINFO = 'true'
 BUILD_BLENDER_DYNAMIC = 'true'
@@ -19,6 +19,7 @@ USE_PHYSICS = 'solid'
 USE_OPENAL = 'true'
 USE_FMOD = 'false'
 USE_QUICKTIME = 'false'
+USE_FLUIDSIM = 'true'
 
 # Compiler information.
 HOST_CC = 'gcc'
@@ -49,6 +50,9 @@ PNG_LIBRARY = ['png']
 JPEG_INCLUDE = ['/usr/include']
 JPEG_LIBPATH = ['/usr/lib']
 JPEG_LIBRARY = ['jpeg']
+TIFF_INCLUDE = ['/usr/include']
+TIFF_LIBPATH = ['/usr/lib']
+TIFF_LIBRARY = ['tiff']
 OPENGL_INCLUDE = ['/usr/include']
 OPENGL_LIBPATH = ['/usr/lib', '/usr/X11R6/lib']
 OPENGL_LIBRARY = ['GL', 'GLU']
@@ -65,9 +69,12 @@ QHULL_LIBRARY = []
 ODE_INCLUDE = ['#../lib/linux-glibc2.2.5-i386/ode/include']
 ODE_LIBPATH = ['#../lib/linux-glibc2.2.5-i386/ode/lib']
 ODE_LIBRARY = ['ode']
+BULLET_INCLUDE = ['#extern/bullet', '#extern/bullet/LinearMath', '#extern/bullet/Bullet', '#extern/bullet/BulletDynamics']
+BULLET_LIBPATH = []
+BULLET_LIBRARY = []
 OPENAL_INCLUDE = ['/usr/include']
 OPENAL_LIBPATH = ['/usr/lib']
-OPENAL_LIBRARY = ['openal']
+OPENAL_LIBRARY = ['openal', 'alut']
 
 # The following information is only necessary when building with
 # internationalization support.
index aadc858e001c726140b8eb54a358f53287078e9c..4ff4b26d2dee3e08369fb15a7ba6c8097d3f5c77 100644 (file)
@@ -1,11 +1,12 @@
---- blender/source/blender/src/buttons_scene.c.old     2005-06-20 14:57:25.000000000 +0200
-+++ blender/source/blender/src/buttons_scene.c 2005-06-20 14:57:44.000000000 +0200
-@@ -1332,7 +1332,7 @@
+diff -urN blender/source/blender/src/buttons_scene.c blender.new/source/blender/src/buttons_scene.c
+--- blender/source/blender/src/buttons_scene.c 2006-01-06 13:37:45.000000000 +0100
++++ blender.new/source/blender/src/buttons_scene.c     2006-04-13 18:11:55.000000000 +0200
+@@ -1392,7 +1392,7 @@
        // label to force a boundbox for buttons not to be centered
        uiDefBut(block, LABEL, 0, " ", 305,180,10,10, 0, 0, 0, 0, 0, "");
  
--      uiDefButS(block,TOGN|BIT|0, B_REDR, "xml", 5,180,75,20, &G.scene->r.YFexportxml,
-+      uiDefButS(block,TOG|BIT|0, B_REDR, "xml", 5,180,75,20, &G.scene->r.YFexportxml,
+-      uiDefButBitS(block, TOGN, 1, B_REDR, "xml", 5,180,75,20, &G.scene->r.YFexportxml,
++      uiDefButBitS(block, TOG, 1, B_REDR, "xml", 5,180,75,20, &G.scene->r.YFexportxml,
                                        0, 0, 0, 0, "Export to an xml file and call yafray instead of plugin");
  
        uiDefButF(block, NUMSLI, B_DIFF,"Bi ", 5,35,150,20,     &(G.scene->r.YF_raybias), 
This page took 0.167249 seconds and 4 git commands to generate.