Blender - 3D modeller (Xenial & newer)
PPA description
Blender 3.6.11 builds (plus 3.3.18 LTS & 2.93.18 LTS) for Xenial & newer.
*** Blender builds here depend upon the private PPA for installation! ***
*** Please always see https:/
*** Big thanks to all those who have donated to support this project, you are very directly helping to keep it alive! To all who have not donated: please do so if you can afford it, this project depends on donations. ***
If software at this site is useful to you then please consider a donation:
*** Donations: https:/
*** Also https:/
Update (27 Aug 2023): All pre-compiled CUDA kernels from today are created with CUDA 11.8.0 (this version rather than CUDA >= 12 is currently being chosen for widest compatibility with all Blender versions offered here).
*** For older updates about builds see "Updates" after "Install" below ***
* Note: The blender and blender-{293,lts} versions can be co-installed on the same system, as some blender* files are packaged as blender-{293,lts}* to ensure no file conflicts between the three packages. Plus they also use unique config paths (~/.config/
These are fresh builds with as many features enabled as possible. Making use of work by Irie Shinsuke [1], Thomas Schiex [2] & Debian's multimedia packaging team (thank you all!) and developing that work further this is a fairly complete and up-to-date Blender build. Packages found here that are not in default Debian/Ubuntu repos include: Alembic, Open Image Denoise, Open Shading Language, and Universal Scene Description (USD) from Pixar.
=======
=======
alembic-io (1.8.6), armadillo (10.8.2), arpack (3.8.0), blender (3.6.11), blender-293 (2.93.18 old LTS), blender-git (4.1.0 Release Candidate 20240321), blender-lts (3.3.18), boost1.74 (1.74.0 Focal build has both Python 3.8 & 3.9 libraries), c-blosc (1.21.1), cfitsio (4.0.0), charls (2.4.2), coin3 (4.0.0), collada-dom (2.5.0), dcmtk (3.6.7), embree (3.13.4), expat (2.6.1), freeglut (3.4.0), freeimage (3.18.0), freexl (1.0.6), gdal (3.4.1), gdcm (3.0.14), geos (3.10.2), gmp (6.3.0), hwloc (2.10.0), ilmbase (3.1.11 = imath), jasper (4.2.4), json-c (0.18), kvazaar (2.3.1), lerc (4.0.0), libcrypto++ (8.9.0), libde265 (1.0.15), libdeflate (1.22), libevent (2.1.12-stable), libgeotiff (1.7.1), libheif (1.19.5), libraw (0.21.2), libwebp (1.4.0), libzstd (1.5.6), llvm-toolchain-15 (15.0.7), mpdecimal (2.5.1), nanovdb (32.3-3), netcdf (4.8.1), ogdi-dfsg (4.1.0), onetbb (2021.9.0), opencollada (1.6.68), opencolorio (2.2.1), opencolorio1 (1.1.1), opencv (imath builds), openexr (3.2.4), openimagedenoise (2.2.2), openimagedenoise1 (1.4.3), openimageio (2.5.11.0), openjpeg2 (2.5.0), openscenegraph (3.6.5), openshadinglanguage (1.12.14.0), opensubdiv (3.5.0), openvdb (9.1.0), poppler (22.02.0), poppler-data (0.4.11), proj (8.2.1), pugixml (1.14.0), python3.10 (3.10.16), python3.11 (3.11.11), python3.9 (3.9.21), qhull (2020.2), robin-map (1.0.1), snappy (1.1.10), spatialite (5.0.1), superlu (5.3.0), tbb (2020.3), tiff (4.6.1~git240130), uriparser (0.9.7), usd (22.11), yaml-cpp (0.8.0), zlib (1.3.1)
Focal only: libdbi-perl (1.20 = libdeflate / renamed source for i386), numpy (1.19.5 with both Python 3.8 & 3.9 modules), pyside2 (5.14.0+
Xenial & Bionic: curl, collada2gltf, fftw3, fontconfig, freetype, hdf5 (1.10.0-patch1 libopenmpi3 rebuilds), icu (66.1), icu-le-hb (1.0.3+git180724), jemalloc (5.2.1), json-c4, libdap, libidn2, libpng1.6, libpsl (0.21.0), librttopo (1.1.0), mpich (3.3.2), openmpi (4.0.3), openssl, potrace (1.16), pysimplesoap, python-
Xenial only: icu60, icu-le-hb, infinipath-psm, libfabric, libharu, libkml, libsquish, nghttp2, openmpi2 (2.1.1), rdma-core, sqlite3 (3.22.0)
Note: Many above deps for Xenial & Bionic are interconnected and have been copied here from other PPAs at this Launchpad site to make installation of the latest Blender on older series easier, without needing too many PPAs.
=======
*** Install ***
Blender here is built with the public FFmpeg 4 PPA (ppa:savoury1/
sudo add-apt-repository ppa:savoury1/
sudo add-apt-repository ppa:savoury1/
sudo apt-get update
sudo apt-get upgrade && sudo apt-get dist-upgrade
sudo apt-get install blender
Notes for Blender >= 3.5.0 builds: Blender >= 3.5.0 here is built with and requires FFmpeg >= 6.0 (as supported by latest Blender versions). Thus, to install will require adding the following command to the top of the above:
sudo add-apt-repository ppa:savoury1/
Notes for pre-22.04 systems: Blender >= 3.5.0 requires GCC >= 11 for both building and installation. Only 22.04 has this GCC available in "official" repos, so pre-22.04 systems will need to add one of two GCC 11 PPAs for a successful installation. Either GCC 11 binaries or GCC 11 defaults can be added (the second will make GCC 11 the system default GCC version). So add either of the following commands to the top of the above for installation:
sudo add-apt-repository ppa:savoury1/gcc-11
OR
sudo add-apt-repository ppa:savoury1/
Notes for pre-20.04 systems: Blender is demanding software and more recent versions require many newer system libraries than shipped with these older series. Packages here are built with various other PPAs at this Launchpad site (see "Build" heading below), and require various newer packages from certain PPAs to successfully install. This includes requiring GCC >= 9.3.0 (default GCC for 20.04) for building & installing Blender < 3.5 versions.
Firstly the display PPA must be added (add this to the top of above list):
sudo add-apt-repository ppa:savoury1/
Then either a PPA with GCC 9 binaries only, or a PPA setting GCC 9 as the system default can be added (similar to GCC 11 for Blender >= 3.5.0). Note that only a GCC 11 PPA is needed if also running Blender >= 3.5.0, whereas a GCC 9 PPA is needed if not running Blender >= 3.5.0 & running either of the Blender LTS versions here. So add one of the following commands to the top of the above list if only installing a Blender < 3.5 LTS version here:
sudo add-apt-repository ppa:savoury1/gcc-9
OR
sudo add-apt-repository ppa:savoury1/
If running nVidia hardware see the display PPA for more information about nVidia drivers: https:/
Note for Xenial: CUDA 11.1+ requires Linux kernel >= 4.5 for bug-free functionality, just as a newer kernel is best for numerous post-Xenial release (2016 onwards) display drivers and graphics programs. See here:
https:/
See the same display PPA above re: kernel >= 4.5 for new display drivers.
* Notes about Numpy: Due Blender 3.1+ needing Python 3.10+ (Xenial is 3.5, Bionic 3.6, and Focal 3.8) Blender here is built with Python 3.10 for all series. Numpy from python3-numpy (to /usr/lib/
All blender{-lts}-data packages here depend on python3.
cd ~
curl https:/
python3.10 -m pip install --target=
numpy
Then a Blender startup script can be added, using the path for user config files. Use "~/.config/
import sys
sys.path.
The result will be that "import numpy" works fine after loading Blender on older series (ie. Xenial or Bionic) making Numpy functionality available.
* Notes about OptiX: A report from a user of this PPA states that OptiX is unavailable with these Blender builds, even with OptiX kernels being built on my own local system and included in the Blender data packages. Due me having no nVidia hardware at present it is not possible for me to confirm.
Blender _cannot_ be built here on Launchpad with the OptiX headers due the combination of two reasons: highly restrictive nVidia licensing terms for OptiX headers (no redistribution of header source whatsoever allowed); and Launchpad (like Debian) disabling all network access during all builds for valid security reasons (meaning the headers cannot be directly accessed on nVidia's website during the build). Thus, if OptiX support is unavailable in these builds (even with pre-compiled ptx OptiX kernels) then you will either have to do your own Blender builds or use official Linux binaries.
*** Updates ***
Update (12 Apr 2023): Blender 3.5.0 now available! Built with FFmpeg 6.0 & GCC 11, read notes below under "Install" for instructions on installation.
Update (10 Apr 2023): Blender builds from today require the private PPA to successfully install. Anyone who has donated can contact me about access.
Update (7 Oct 2022): A glitch upgrading to Blender 3.3.1 for 20.04 Focal users (LP: #1992110) has been fixed today. Upgrading should now work fine!
Update (12 Sep 2022): Latest Blender 3.3.0 & 3.4.0 Alpha have pre-compiled CUDA kernels built with CUDA Toolkit 11.7.1 (most recent release). Also, a glitch preventing glTF export with compression is now fixed via a complete redo of the relevant Draco patch to make it work on Debian/Ubuntu systems.
Update (31 Jul 2022): Blender 3.2.1 & 3.3.0 Beta versions are now building successfully for Focal! Achieved by building Boost 1.74.0 with Python 3.9 rather than Python 3.8 (Focal default). To use these new Blender builds on Focal _requires_ this custom Boost 1.74.0 build here. So if any Focal user already has Boost 1.74.0 installed (from a local build or another PPA) it must be removed to successfully install and run these Blender builds here!
Update (30 Apr 2022): Builds of all three Blender versions (main, LTS, and git) are now available for Jammy. Also an additional call for donations to support the work on this PPA as there have been very few donations in over a year and a half that have specifically been for these Blender builds. If more donations for Blender don't come then work on this PPA may well end.
Update (15 Apr 2022): Due a complex issue between Focal Python 3.8, Boost 1.71, and changes in Python 3.10 (deprecated C API functions), Blender 3.1 and higher (which requires Python 3.10) is not building for Focal. Blender LTS 2.93.8 is building successfully for Focal with Python 3.9 (best Python for Blender LTS, as running LTS version with Python 3.10 has some issues).
Update (4 Jan 2022): Blender LTS 2.93.x is now packaged as blender-lts and latest release Blender 3.0.x is now packaged as blender, with blender-git moving to newest 3.1.0 alpha source. This means blender-{lts,git} now both have data files installed in versioned paths (ie. /usr/share/
Update (29 Sep 2021): Blender git builds now include cycles-x branch which has been merged into master upstream. Also see notes below about OptiX.
Update (26 Feb 2021): Blender 2.92.0+ supports building CUDA kernels with a combination of CUDA 10.2 and 11.3 for SM_30 through SM_8x architectures.
Update (29 Sep 2020): Blender 2.91.0 Alpha and newer builds now with USD (Universal Scene Description) support plus pre-compiled CUDA 11.1 kernels.
*** Build ***
This PPA has build dependencies on:
ppa:savoury1/
ppa:savoury1/
ppa:savoury1/
ppa:savoury1/
ppa:savoury1/
ppa:savoury1/
ppa:savoury1/
ppa:savoury1/
ppa:savoury1/
Additionally, for Blender >= 3.5.0 builds:
ppa:savoury1/
Additionally, for Xenial, Bionic & Focal:
ppa:savoury1/
Additionally, for Xenial & Bionic:
ppa:savoury1/
ppa:savoury1/
ppa:savoury1/
Note about i386: Blender is not a good match for i386 arch and 2.90+ fails to build on i386 even after carefully removing all amd64 only configs and deps. The Blender packages built here will thus always be amd64 only, as that is clearly the target architecture for all features. So bye bye i386!
*** Credits ***
- Creators of Blender: The Blender Foundation and Blender Institute
https:/
- Package code for Blender: Debian Multimedia Maintainers
https:/
- Python 3.10 packages: Now provided by backports from ppa:savoury1/python
with packaging hints and ideas from Felix Krull & the "deadsnakes" team
(https:/
- Package code for Alembic and Open Image Denoise: Irie Shinsuke
- Package code for Open Shading Language: Irie Shinsuke & Thomas Schiex
[1] https:/
[2] https:/
Adding this PPA to your system
You can update your system with unsupported packages from this untrusted PPA by adding ppa:savoury1/blender to your system's Software Sources. (Read about installing)
sudo add-apt-repository ppa:savoury1/blender sudo apt update
For questions and bugs with software in this PPA please contact Rob Savoury.
PPA statistics
- Activity
- 29 updates added during the past month.
Overview of published packages
1 → 75 of 359 results | First • Previous • Next • Last |
Package | Version | Uploaded by |
---|---|---|
alembic-io | 1.8.6-0ubuntu1~22.04.sav0 | Rob Savoury () |
alembic-io | 1.8.6-0ubuntu1~20.04.sav0 | Rob Savoury () |
alembic-io | 1.8.6-0ubuntu1~18.04.sav0 | Rob Savoury () |
alembic-io | 1.8.6-0ubuntu1~16.04.sav0 | Rob Savoury () |
armadillo | 1:10.8.2+dfsg-1~20.04.sav0 | Rob Savoury () |
armadillo | 1:10.8.2+dfsg-1~18.04.sav0 | Rob Savoury () |
armadillo | 1:10.8.2+dfsg-1~16.04.sav0 | Rob Savoury () |
arpack | 3.8.0-1~20.04.sav0 | Rob Savoury () |
arpack | 3.8.0-1~18.04.sav0 | Rob Savoury () |
arpack | 3.8.0-1~16.04.sav0 | Rob Savoury () |
blender | 3.6.11+dfsg0-0ubuntu1~22.04.sav0 | Rob Savoury () |
blender | 3.6.11+dfsg0-0ubuntu1~20.04.sav0 | Rob Savoury () |
blender | 3.6.11+dfsg0-0ubuntu1~18.04.sav0 | Rob Savoury () |
blender | 3.6.11+dfsg0-0ubuntu1~16.04.sav0 | Rob Savoury () |
blender-293 | 2.93.18+dfsg0-0ubuntu1~22.04.sav1.1 | Rob Savoury () |
blender-293 | 2.93.18+dfsg0-0ubuntu1~20.04.sav1.1 | Rob Savoury () |
blender-293 | 2.93.18+dfsg0-0ubuntu1~18.04.sav1.1 | Rob Savoury () |
blender-293 | 2.93.18+dfsg0-0ubuntu1~16.04.sav1.1 | Rob Savoury () |
blender-git | 4.1.0~rc~20240321-0ubuntu1~22.04.sav0 | Rob Savoury () |
blender-git | 4.1.0~rc~20240321-0ubuntu1~20.04.sav0 | Rob Savoury () |
blender-git | 4.1.0~rc~20240321-0ubuntu1~18.04.sav0 | Rob Savoury () |
blender-git | 4.1.0~rc~20240321-0ubuntu1~16.04.sav0 | Rob Savoury () |
blender-lts | 3.3.18+dfsg0-0ubuntu1~22.04.sav0 | Rob Savoury () |
blender-lts | 3.3.18+dfsg0-0ubuntu1~20.04.sav0 | Rob Savoury () |
blender-lts | 3.3.18+dfsg0-0ubuntu1~18.04.sav0 | Rob Savoury () |
blender-lts | 3.3.18+dfsg0-0ubuntu1~16.04.sav0 | Rob Savoury () |
boost1.74 | 1.74.0-14ubuntu1+20.04.sav1 | Rob Savoury () |
boost1.74 | 1.74.0-14~18.04.sav0 | Rob Savoury () |
boost1.74 | 1.74.0-14~16.04.sav0 | Rob Savoury () |
c-blosc | 1.21.1+ds2-2~20.04.sav0 | Rob Savoury () |
c-blosc | 1.21.1+ds2-2~18.04.sav0 | Rob Savoury () |
c-blosc | 1.21.1+ds2-2~16.04.sav0 | Rob Savoury () |
cfitsio | 4.0.0-1~20.04.sav0 | Rob Savoury () |
cfitsio | 4.0.0-1~18.04.sav0 | Rob Savoury () |
cfitsio | 4.0.0-1~16.04.sav0 | Rob Savoury () |
charls | 2.4.2-2~22.04.sav0 | Rob Savoury () |
charls | 2.4.2-2~20.04.sav0 | Rob Savoury () |
charls | 2.4.2-2~18.04.sav0 | Rob Savoury () |
charls | 2.4.2-2~16.04.sav0 | Rob Savoury () |
coin3 | 4.0.0+ds-3~22.04.sav0 | Rob Savoury () |
coin3 | 4.0.0+ds-3~20.04.sav0 | Rob Savoury () |
coin3 | 4.0.0+ds-3~18.04.sav0 | Rob Savoury () |
coin3 | 4.0.0+ds-3~16.04.sav0 | Rob Savoury () |
collada-dom | 2.5.0+ds1-3~20.04.sav0 | Rob Savoury () |
collada-dom | 2.5.0+ds1-3~18.04.sav0 | Rob Savoury () |
collada-dom | 2.5.0+ds1-3~16.04.sav0 | Rob Savoury () |
collada2gltf | 20140924-6~18.04.sav0 | Rob Savoury () |
collada2gltf | 20140924-6~16.04.sav0 | Rob Savoury () |
curl | 7.88.1-11+18.04.sav6 | Rob Savoury () |
curl | 7.88.1-11+16.04.sav6 | Rob Savoury () |
dcmtk | 3.6.7-9~22.04.sav0 | Rob Savoury () |
dcmtk | 3.6.7-9~20.04.sav0 | Rob Savoury () |
dcmtk | 3.6.7-9~18.04.sav0 | Rob Savoury () |
dcmtk | 3.6.7-9~16.04.sav0 | Rob Savoury () |
embree | 3.13.4+dfsg-1~22.04.sav0 | Rob Savoury () |
embree | 3.13.4+dfsg-1~20.04.sav0 | Rob Savoury () |
embree | 3.13.4+dfsg-1~18.04.sav0 | Rob Savoury () |
embree | 3.13.4+dfsg-1~16.04.sav0 | Rob Savoury () |
expat | 2.6.1-2ubuntu0.2~22.04.sav0 | Rob Savoury () |
expat | 2.6.1-2ubuntu0.2~20.04.sav0 | Rob Savoury () |
expat | 2.6.1-2ubuntu0.2~18.04.sav0 | Rob Savoury () |
expat | 2.6.1-2ubuntu0.2~16.04.sav0 | Rob Savoury () |
fftw3 | 3.3.8-2~18.04.sav0 | Rob Savoury () |
fftw3 | 3.3.8-2~16.04.sav0 | Rob Savoury () |
field3d | 1.7.3-0ubuntu1~22.04.sav1 | Rob Savoury () |
field3d | 1.7.3-0ubuntu1~20.04.sav1 | Rob Savoury () |
field3d | 1.7.3-0ubuntu1~18.04.sav1 | Rob Savoury () |
field3d | 1.7.3-0ubuntu1~16.04.sav1 | Rob Savoury () |
fontconfig | 2.13.1-4.2ubuntu2~18.04.sav0 | Rob Savoury () |
fontconfig | 2.13.1-4.2ubuntu2~16.04.sav0 | Rob Savoury () |
freeglut | 3.4.0-4~22.04.sav0 | Rob Savoury () |
freeglut | 3.4.0-4~20.04.sav0 | Rob Savoury () |
freeglut | 3.4.0-4~18.04.sav0 | Rob Savoury () |
freeglut | 3.4.0-4~16.04.sav0 | Rob Savoury () |
freeimage | 3.18.0+ds2-10~22.04.sav0 | Rob Savoury () |
1 → 75 of 359 results | First • Previous • Next • Last |