Blender 2.53 Beta r31847 linux 32bit + working LuxBlend25!!! - GraphicAll.org
GraphicAll.org
Paste Code
Paste Blends
Paste Images

    Blender 2.53 Beta r31847 linux 32bit + working LuxBlend25!!!
    Buildergdawg
    OS
    DateSep-9-10
    TypeBF

    Description

    Take part in The Great Blender Survey

    from blenderguru.com

    ---------------------------------------------------------

    WITH_BF_OPENMP = True
    WITH_BF_FFTW3 = True
    WITH_BF_GAMEENGINE = True
    WITH_BF_OPENEXR = True
    WITH_BF_FFMPEG = True
    WITH_BF_OPENAL = True
    WITH_BF_Jack = True
    WITH_BF_SNDFILE = True
    WITH_BF_SDL = True
    WITH_BF_DDS = True
    WITH_BF_BULLET = True
    WITH_BF_FREETYPE = True
    WITH_BF_COLLADA = False
    WITH_BF_PLAYER = False
    WITH_BF_RAYOPTIMIZATION = True
    WITH_BF_REDCODE = True

    Build and tested on Ubuntu 10.04

    ----------------------------------------------------------

    It Works now!!!
    I have been using the builds from "http://www.luxrender.net/forum/viewtopic.php?f=30&t=4520&start=0"
    LuxRender 0.8-dev Linux build With opencl!!!

    LuxBlend25

    This is a up to date but vary WIP version of the lexrender exporter for blender 2.5x.
    You can find it in the render drop down.

    About the exporter http://vimeo.com/14430889

    installation instructions for LuxBlend 2.5 "http://www.luxrender.net/wiki/index.php?title=Blender25_Exporter"
    suport forum "http://www.luxrender.net/forum/viewforum.php?f=11&sid=dade17fba1330693c596b1fa26176154"


    DownloadBuild!!



    Blender Foundation's Chaos and Evolution Training DVD by David Revoy

    Comments
    thiagokolb
    Ubuntu 10.04 not working
    *comment from the builder
    gdawg
    i had the same problem.
    so is this happening only on my builds?
    try ( sudo apt-get install python3.1-dev )
    i think that was it.
    thiagokolb
    I installed python 3.1 and did not open

    "Sudo apt-get install python3.1-dev"
    *comment from the builder
    gdawg
    do you have a 32 or 64 bit os?
    try runing it in a terminal ./blender what does it say?
    check the permissions make sure that it can run as an executable.
    thiagokolb
    ubuntu 10.04 32bit

    como faço para abrir no terminal?

    I am new to ubuntu
    thiagokolb
    how do I open the terminal?
    *comment from the builder
    gdawg
    como faço para abrir no terminal? i don't know what that is?
    ubuntu is a good OS once you understand it, try searching tutorials on how to use ubuntu and a terminal.
    thiagokolb
    is as executable and the terminal. / blender file not found
    *comment from the builder
    gdawg
    you have to go to where blender is at in the terminal.
    So if the blender25 folder is on the Desktop you would enter in the terminal "cd Desktop/blender25" then enter "./blender".
    thiagokolb
    File or directory not found

    (would have ta logged in as root? how do)
    thiagokolb
    got was that the directory was wrong, giving a more ta following error

    Fatal Python error: Py_Initialize: can't initialize sys standard streams
    ImportError: No module named encodings.utf_8
    *comment from the builder
    gdawg
    it looks like the builds from Fish are not working for you either. I am sorry i don't know how to fix this:(
    let me know when you do, best of luck.
    thiagokolb
    thanks for the help, waiting out the beta version of blender 2.5 to see if the problem still remains
    uffo
    simpler is to include all needed libs with blender folder and launch with some script that loads libs from own folder thats it.
    thiagokolb
    how can I do that?
    uffo
    like this, this way you can be sure it works, do not let Windows users only be simple users.

    script name must be same as binary.
    http://www.imagecross.com/11/image-hosting-view-35.php?id=3312Screenshot.png
    thiagokolb
    problem solved, uncompressed files blender.org alpha 2 official, right-click extract here.

    was dragging the files to another folder i could not find the blender files
    most can not open any graphic version of all, runs the official website

    Thank you all for help
    thiagokolb
    uffo

    is how you upload the file to me?

    blender.sh
    ezteban
    problem running on opensuse 11.2

    ./blender
    ./blender: /usr/lib/libavutil.so.49: version `LIBAVUTIL_49' not found (required by ./blender)
    ./blender: /lib/libc.so.6: version `GLIBC_2.11' not found (required by ./blender)

    The builds from fish are working here.

    /usr/lib/libavutil.so.49 and /lib/libc.so.6 are existing.
    jpv2
    Kubuntu 10.4:

    Initially I got an error message
    ./blender: error while loading shared libraries: libpython3.1.so.1.0: cannot open shared object file: No such file or directory

    After installing "libpython3.1" package, build runs OK.
    uffo
    #!/bin/sh
    appname=`basename $0 | sed s,\.sh$,,`
    dirname=`dirname $0`
    LD_LIBRARY_PATH=$dirname
    export LD_LIBRARY_PATH
    $dirname/$appname $*
    Ben Anderson
    I'm usuing Ubuntu 10.04 and after installing python 3.1-dev it worked perfectly fine :)
    *comment from the builder
    gdawg
    Thank you Ben for confirming that:)
    ebarranko
    great¡¡ works fine to me, ubuntu 10.04.

    tx's¡ gdawg , nice clouds¡
    The Fatsnacker
    Adding python 3.1-dev worked for me as well on unbuntu 10.04
    Kalew
    I use Fish builds because those do not need python installation, you should integrate python too like Windows builds.
    Devan
    ./blender
    ./blender: /usr/lib/libavutil.so.49: version `LIBAVUTIL_49' not found (required by ./blender)


    this is the only problem~~
    *comment from the builder
    gdawg
    try sudo apt-get install libavutil-dev
    Frettel
    Great work gdawg! Works perfect on my Ubuntu 10.4! Can't wait more fore 2.6 !!!! go go gooooooo ;)
    G71
    Looking at all the distressing comments makes me kinda worried. I guess I'll give it a shot none the less. Great work you guys!
    Can't wait 'till Blender 2.6.
    Every day is getting more exciting.
    dabuty
    It works fine in ubuntu 10.04 after istalling python3.1-dev on but for some reason I cant install python3.1-dev in ubuntu 9.04. Is there something that im not doing?
    *comment from the builder
    gdawg
    I do not think that python3.1-dev is in the repositories for 9.04. I will have to test it later to see whats going on.
    TiZeta
    not working in ubuntu 9.10 (karmic), it gives the following error:

    ./blender: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.11' not found (required by ./blender)

    libc6 is installed on the system
    *comment from the builder
    gdawg
    @TiZeta

    Is it doing the same thing when you try to run biulds fron fish?
    try "sudo apt-get install python3.1-dev"
    VN
    ./blender: error while loading shared libraries: libgettextlib-0.17.so: cannot open shared object file: No such file or directory

    I seem to be having a problem opening this in ubuntu 10.04. I did install python3.1-dev, but when I try to open the program, I get the error message above. Any ideas?
    *comment from the builder
    gdawg
    try "sudo apt-get install gettext"
    Marius
    With new builds I always get some GLIBCXX error. I finally upgraded from 8.04 to 9.04 (since I the official alpha2 needed GLIBCXX_3.4_10) and I was able to use 2.5. The newest builds however seem to push this requirement even higher: now I'm getting : ./blender: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./blender). Can these builds be made for lower requirements ? is it absolutely necessary to update to newer gcc/libstd etc to be able to run these builds ? Is there a work around this error without having to update the gcc/libstdc++ (e.g. on 9.04 Ubuntu)
    *comment from the builder
    gdawg
    @Marius

    Have you tride installing "libstdc++6"
    and why not go 10.04?
    TiZeta
    Hi gdawg!
    Fish's build works ok (Render25 r29924 linux 32bit).
    *comment from the builder
    gdawg
    I think it is because he builds his on ubuntu 9.04
    dsavi
    Working for me on Lucid, I have all the libraries of a builder though. (I build the trunk myself)
    *comment from the builder
    gdawg
    ya I don't know how to build blender so that you don't need all the dev libs everything I try kills the build:(
    Monty
    I'm trying to run this on Ubuntu 10.04 but whenever I click on the exe file nothing happens. Am I missing something. I am very new to linux so my guess is yes.
    Monty
    I'm trying to run this on Ubuntu 10.04 but whenever I click on the exe file nothing happens. Am I missing something. I am very new to linux so my guess is yes.
    *comment from the builder
    gdawg
    ok i know this is a lot of stuff but open a terminal and run this
    "sudo apt-get install gettext libxi-dev libsndfile1-dev libpng12-dev libfftw3-dev libopenexr-dev libopenjpeg-dev libopenal-dev libalut-dev libvorbis-dev libglu1-mesa-dev libsdl-dev libfreetype6-dev libtiff4-dev libsamplerate0-dev libavdevice-dev libavformat-dev libavutil-dev libavcodec-dev libjack-dev libswscale-dev libx264-dev libmp3lame-dev python3.1-dev"
    it better run after that:)
    Monty
    I have no idea what I did but it worked... well almost. The icon still doesn't launch Blender but a quick ./blender in the terminal did the trick.

    Thank you for the help.
    Andrew
    it seems to run fine, but there's an Awfully Long Pause when loading or when using "new" -- the console says

    AL lib: pulseaudio.c:500: Context did not get ready: Timeout
    ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Timeout

    ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Timeout

    AL lib: alsa.c:587: Could not open playback device 'default': Connection refused
    found bundled python: /home/andrew/bin/blender253_r30909/blender25/2.53/python

    any ideas? thanks!
    *comment from the builder
    gdawg
    @Andrew

    If you do not need sound. try going to user preferences under the system tab switch sound to none.
    dabuty
    I keep getting this when I try to playback the rendered animation

    Traceback (most recent call last):
    File "/media/datos/blender/blender25/2.53/scripts/op/screen_play_rendered_anim.py", line 82, in execute
    file_path = bpy.path.abspath(rd.output_path)
    AttributeError: 'module' object has no attribute 'abspath'

    please help
    *comment from the builder
    gdawg
    sorry i do not know how to fix that:( why don't you just play the animation in vlc media player?
    *comment from the builder
    gdawg
    @dabuty

    bug fix
    [#23228] Play rendered animation is not working
    own recent commit missed renaming expand -> abspath
    looks like they fixed it:)

    fabio
    Hi flolks,

    I'm having problems with blender in ubuntu 10.04. Actually it doesn't work at all. Can't launch it from Applications>Graphics>Blender, I click it and nothing happens. From Terminal ./blender results in "Segmentation fault". I'm talking about a dual-boot system here (windows/ubuntu), and blender is working just fine in windows as it always did. I've tried both to use Software Center, Synaptic Package Manager and donwloading the blender-2.53-beta-linux-glibc27-i686.tar.bz2 package from blender.org. That really sucks!

    Tanks in advance.
    simon
    working great in ubuntu lucid, particular thanks for the lux exporter. is not firing up from blender but export is working so am able to use it

    *comment from the builder
    gdawg
    @simon
    you need to turn off relative paths in user prefs file tab then check run renderer in the render tab under luxrender engine configuration, then set the path to your luxrender executable.
    so that blender looks like this:)
    http://www.pasteall.org/pic/5236
    That should make it so when you hit render lux opens.
    simon
    tried that still not autostarting lux :( though I only get the option to run in image editor tab, is that the same thing?
    simon
    Ok I stand corrected. LuxRender is autostarting on some models, others seem to throw exceptions generating the mesh not sure why. Anyway thanks again for the exporter integration
    pythonidiot
    yeah like my name says, I am trying to create a custom key in Mesh Edit mode for quick selection of vertice,edge and face. I want 1,2,3 to select modes mentioned in that order.

    When I try to type the identifier to call the operator wm.context_set_value, I don't get the two more boxes where I am expecting to define data_path and value be it TRUE/FALSE/FALSE etc. Was able to do this on earlier 2.5 alpha up to a few early beta builds and I forgot to save the key maps for future use. Has this ability been removed? or is it just me being an Idiot? please help!
    pythonidiot
    btw thank you gdawg for your hard work! GOD bless you.
    pythonidiot
    btw thank you gdawg for your hard work! GOD bless you.
    *comment from the builder
    gdawg
    @pythonidiot

    The devs have been doing a lot off python renaming so maybe the operator you are calling has just been renamed.
    I hope that helps
    and you are welcome:)
    turquoiserabbit
    I'm getting a

    "blender25_lux/2.53/scripts/io/luxrender/core/__init__.py", line 414, in render_start
    os.chdir( os.path.dirname(efutil.export_path) )
    OSError: [Errno 2] No such file or directory: ''

    when I try to run the lux render. Choosing relative paths on/off doesn't affect it, and I don't know what line 414 is referring to. Any ideas?
    turquoiserabbit
    I'm getting a

    "blender25_lux/2.53/scripts/io/luxrender/core/__init__.py", line 414, in render_start
    os.chdir( os.path.dirname(efutil.export_path) )
    OSError: [Errno 2] No such file or directory: ''

    when I try to run the lux render. Choosing relative paths on/off doesn't affect it, and I don't know what line 414 is referring to. Any ideas?
    lalilulelo
    i'm using ubuntu 10.10beta and the build i downloader here doesn't work. when i type ldd ./blender into the term i'm getting this:

    libgettextlib-0.17.so => not found
    libavutil.so.49 => not found

    only these two libs cant be found.
    how can i fix that??
    *comment from the builder
    gdawg
    @turquoiserabbit

    I am getting the same thing:(
    The script I made that I use to build blender automatically gets the most up to date version of the exporter and some of the changes may have broke the exporter.

    @lalilulelo

    try installing the libs:
    sudo apt-get install gettext avutil49
    turquoiserabbit
    @gdawg

    Where are you getting the exporter builds from? Maybe I can make a build with an older version, but I can't seem to find the exporter on the lux forums.
    simon
    @lalilulelo

    you can fix tour problem using symlinks (there was a detailed explanation somewhere else here) but essentially the libs you require are there but wrong version numbers so something like

    sudo ln=s /usr/lib/libgettextlib-0.06.so libgettextlib-0.17.so

    using ubuntu lucid too and after linking all the libs blender works a charm

    Leave a Comment!


    back to GraphicAll.org