Lo scorso febbraio vi mostrai come installare l'ultima versione da SVN di Blender, il popolare programma open source che è diventato un punto di riferimento per la grafica 3D in ambiente Linux e non solo. Il programma è apprezzato anche da chi fa grafica 3D nel settore architettonico e si rivela un utile strumento anche per geometri, ingegneri e architetti come testimonia la recente esperienze di Matteo per la rubrica Lavorare con Linux.
Come dicevo lo scorso febbraio vi mostrai un PPA per installare l'ultima versione SVN che purtroppo è stato discontinuato. Fortuna vuole che come spesso accade nel mondo Ubuntu, morto un PPA se ne fa un altro. 
Vediamo dunque come aggiungere il PPA di IRIE Shinsuke per Blender 2.4 and 2.6
Il PPA contiene infatti entrambi i rami di Blender, a noi però interessa come installare l'ultima versione SVN di Blender 2.6x 
Vediamo dunque come aggiungere il PPA ed avere Blender sempre aggiornato all'ultima versione SVN. Il PPA è disponibile per Oneiric, Precise e Quantal.
Prima di procedere ecco le note di rilascio dell'autore del PPA
Provide Blender 2.4 and 2.6 packages which can be installed simultaneously. 'blender' package is Blender 2.6, and 'blender2.4' package is Blender 2.4.
If you want to use the Cycles renderer with CUDA support, you have to install the CUDA toolkit on your system to do runtime compilation of the CUDA kernel.
Blender 2.6 package is (mostly) weekly trunk build. The build may be postponed when the trunk has some serious problem.
================================================================================
Details of Blender 2.6:
CMake options:
 Build Options:
   * WITH_GAMEENGINE = ON
   * WITH_PLAYER = ON
   * WITH_BULLET = ON
   * WITH_IK_ITASC = ON
   * WITH_OPENCOLLADA = ON
   * WITH_FFTW3 = ON
   * WITH_INTERNATIONAL = ON
   * WITH_INPUT_NDOF = ON
   * WITH_CYCLES = ON
   * WITH_CYCLES_OSL = ON
   * WITH_OPENCOLORIO = ON
 Compiler Options:
   * WITH_BUILDINFO = ON
   * WITH_OPENMP = ON
   * WITH_RAYOPTIMIZATION = ON
 System Options:
   * WITH_INSTALL_PORTABLE = OFF
   * WITH_X11_XINPUT = ON
   * WITH_BUILTIN_GLEW = OFF
   * WITH_ASSERT_ABORT = OFF
   * WITH_CXX_GUARDEDALLOC = OFF
 Image Formats:
   * WITH_IMAGE_CINEON = ON
   * WITH_IMAGE_DDS = ON
   * WITH_IMAGE_FRAMESERVER = ON
   * WITH_IMAGE_HDR = ON
   * WITH_IMAGE_OPENEXR = ON
   * WITH_IMAGE_OPENJPEG = ON
   * WITH_IMAGE_REDCODE = OFF
   * WITH_IMAGE_TIFF = ON
 Audio:
   * WITH_OPENAL = ON
   * WITH_SDL = ON
   * WITH_JACK = ON
   * WITH_CODEC_FFMPEG = ON
   * WITH_CODEC_SNDFILE = ON
 Camera/motion tracking:
   * WITH_LIBMV = ON
 Compression:
   * WITH_LZMA = ON
   * WITH_LZO = ON
 Python:
   * WITH_PYTHON_INSTALL = OFF
   * WITH_PYTHON_INSTALL_NUMPY = OFF
   * WITH_PYTHON_MODULE = OFF
   * WITH_PYTHON_SAFETY = OFF
 Modifiers:
   * WITH_MOD_BOOLEAN = ON
   * WITH_MOD_REMESH = ON
   * WITH_MOD_FLUID = ON
   * WITH_MOD_SMOKE = ON
   * WITH_MOD_OCEANSIM = ON
Note that WITH_RAYOPTIMIZATION=ON means enable MMX/SSE/SSE2 instructions, but in i386 architecture SSE2 is disabled so that the programs can run on old 32bit processors like Pentium III and Athlon XP.
Patches:
* Freestyle integration
 Authors: Maxime Curioni, Tamito Kajiyama
 URL: http://freestyleintegration.wordpress.com/
      https://svn.blender.org/svnroot/bf-blender/branches/soc-2008-mxcurioni
* Planet Texture
 Author: Farsthary
 URL: http://farsthary.wordpress.com/2010/11/28/the-planet-texture-patch
      http://projects.blender.org/tracker/index.php?func=detail&aid=24918&group_id=9&atid=127
==NOTE== The texture type number of the Planet Texture has been changed 16 -> 17 when OceanSim modifier patch was merged to trunk (r41780). So, if you open .blend file which was created using the Planet Texture before that, you have to select "Planet" in texture type menu again.
================================================================================
 Note that the executables in blender2.4 package are renamed to avoid conflicts between 2.4 and 2.6:
 /usr/bin/blender => /usr/bin/blender2.4
 /usr/bin/blenderplayer => /usr/bin/blenderplayer.blender2.4
Bene, vediamo dunque come aggiungere il PPA.
Apriamo il terminale e digitiamo

sudo add-apt-repository ppa:irie/blender

aggiorniamo

sudo apt-get update

ora non ci resta che installare Blender 2.6x dando

sudo apt-get install blender

Nel caso Blender fosse già installato basterà dare

sudo apt-get update && sudo apt-get dist-upgrade

Ed avrete installato l'ultima versione SVN di Blender :)