Archives For blender

Blender 2.79

For those prefer installing apps via the classic apt method, you can now install Blender 2.92 via PPA in Ubuntu 20.04, Ubuntu 20.10, and also Ubuntu 16.04, Ubuntu 18.04.

The open-source 3D modeller software Blender 2.92 was released a few days ago. Features “a completely new workflow for editing meshes, new physics simulation methods, faster Cycles rendering, better compositing with Eevee, and so much more.

Blender offers official Snap package, which runs in sandbox, and is available to install directly from Ubuntu Software. As well, a Linux portable package is available to download in its website. For those prefer the classic deb packages, Thomas Schiex’s PPA has made it for Ubuntu 20.04 and Ubuntu 20.10 uses.

UPDATE: The Thomas Schiex’s PPA has been abandoned, use this PPA instead.

1. Add Blender PPA:

Firstly open terminal from system application launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:thomas-schiex/blender

Type user password, no asterisk feedback, when it asks and hit Enter to continue.

The PPA does not support for Ubuntu 16.04 and Ubuntu 18.04, but another PPA do! It however requires a few more PPA for updated libaries, see the PPA description for detail.

2. Install or update Blender:

If you have an old version of Blender packages installed via apt method, open Software Updater (Update Manager) and update the software:

upgrade to blender 2.79

Or run commands in terminal to install / update the package:

sudo apt update

sudo apt install blender

3. Fix missing libLLVM-6.0.so.1 issue:

Blender 2.92 does not start in my Ubuntu 20.04, and it outputs an error when running from terminal:

/usr/lib/blender/blender: error while loading shared libraries: libLLVM-6.0.so.1: cannot open shared object file: No such file or directory

This can be easily fixed by running command:

sudo apt install libllvm6.0

Not sure if the problem exists in Ubuntu 20.10, but libllvm6.0 is not available in the Groovy repository.

Uninstall:

To remove the Ubuntu PPA, open Software & Updates and go to Other Software tab, then remove the relevant line.

To remove Blender installed via apt, run command in terminal:

sudo apt remove --autoremove blender

Blender 2.79

Blender 2.91 was released on Wednesday as the fourth major release in 2020. It features the user experience improvements, powerful new booleans, better cloth sculpting with support for collisions, volume objects modifiers, improved animation tools and more.

Changes in Blender 2.91 include:

  • Introduce collision support for the sculpt cloth brush and filter.
  • New Sculpt Trim tool.
  • Curve and text objects now support for custom bevel profiles
  • New modifier for volume objects allows to dynamically convert them into a mesh, ideal for stylized fluids.
  • Convert any mesh into a volume and combine it with the new Volume Displace modifier.
  • Convert images into Grease Pencil objects with just one click!
  • New Holdout option in materials allows to paint holes in strokes and filled areas.
  • Property search, Fuzzy search support.
  • Colors, drag & drop supports in outliner.
  • Animation curves can now become much snappier.
  • Once click to convert proxy objects into overrides.
  • And much more other changes, see the release note.

How to Install Blender 2.91 in Ubuntu:

Blender offers official Ubuntu binary via Snap package, which can be installed directly from Ubuntu Software.

Blender also available as universal Flatpak package, which can be installed from flathub.org repository.

For those prefer installing .deb package via apt, there’s a well trusted Ubuntu PPA available though it’s not updated to v2.91 at the moment of writing.

Blender 2.79

Open source 3D creation software Blender 2.90 was released as the new major series with huge feature updates and performance improvements.

Blender 2.90 release highlights include:

  • Faster motion blur with Intel Embree.
  • NVLink support for CUDA and OptiX.
  • New search menu.
  • Motion blur in EEVEE rewritten from scratch
  • New physically based texture for smulating the colors of the sky.
  • Initial Wayland Support

And improvements to EEVEE, Cycles, sculpt, VR, animation, modeling, UV editing and so much more. See the release note for details. Or see what’s new with the Youtube video:

How to Install Blender 2.90 in Ubuntu:

The official Blender snap package has been updated for the new release. You can install it either from Ubuntu Software or by going to https://snapcraft.io/blender

Or run command in terminal to install Blender Snap package:

sudo snap install blender --classic

If you have already installed the Snap package, it will be automatically updated to the latest.

Also the Blender download page offers Linux portable package, which you can extract and run the executable file to launch the software.

Blender 2.82 Released with UDIM, USD Support

Last updated: February 15, 2020

Blender 2.79

Blender 2.82 was released as the second update for the 2.80 series. The snap package has been updated for Ubuntu 18.04 and higher.

Blender 2.82 comes with over a thousand fixes and several important updates. Changes in the new release include:

  • New Mantaflow system allows to create mind-blowing fire and smoke simulations.
  • New FLIP solver to create lifelike liquids
  • Improved Cloth Simulations
  • The popular tiled-based UV mapping system is now fully integrated
  • Pixar’s USD export support.
  • Cycles supports AI-Accelerated Denoiser from OptiX, for NVIDIA RTX graphics cards.
  • AI denoising, Grease Pencil improvements, and much more!

How to Install Blender 2.82 in Ubuntu:

Blender offers official Snap packages (runs in sandbox) for Linux Desktop. If you’ve already installed the snap package, it will be updated automatically.

For Ubuntu 18.04 and higher, simply search for and install it from Ubuntu Software:

Note there are 3 Blender packages in Ubuntu Software: blender snap, native .deb package, and blender-tpaw (abandoned).

Go check the package details, and install the one from Snap store.

For Ubuntu 16.04, first open terminal (Ctrl+Alt+T) and run command to install snapd:

sudo apt install snapd

Then install the official Blender snap package via command:

sudo snap install blender --classic

Once installed, launch it from your system application launcher and enjoy!

Blender 2.79

Blender 2.79 was finally released a day ago after 2 release candidates. Here’s how to install it in Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, and derivatives.

Blender 2.79 release highlights:

  • OpenCL support has improved and should be closer to parity with Blender’s CUDA capabilities.
  • 10~20% faster performance for modern x86_64 CPUs with AVX2
  • automatic DPI support for determining HiDPI displays
  • an overhaul to Blender’s video output support
  • new denoiser, PBR shader, shadow catcher, filmic color management
  • and over 700 bug-fixes.

blender 2.79 splash

How to Install Blender 2.79 in Ubuntu:

The official Blender tarball (non-install) for Linux is available for download at:

Blender Download (non-install version)

For third-party binaries, Blender is also available via Snap and traditional PPA. You can install both or either one via following steps.

Install Blender in Ubuntu via Snap:

Blender 2.79 is also available as snap package, which is large in file, but bundles almost all required libraries. Available for Ubuntu 14.04, Ubuntu 16.04, and higher.

1. For Ubuntu 14.04 only, install snapd daemon if you don’t have it:

sudo apt-get install snapd xdg-open-snapd

2. If you have installed the snap package “blender-tpaw” (2.78c so far), first remove it via:

sudo snap remove blender-tpaw

3. Finally run command to install blender 2.79 snap maintained by another guy:

sudo snap install blender --classic

Install Blender 2.79 via PPA in Ubuntu:

Thomas Schiex’s PPA contains the Blender packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04.

NOTE that Blender 2.79 is not ready in the PPA at the moment of writing. Be patient, it will be there in a few days.

The PPA is abandoned, see this tutorial instead.

1. Open terminal via Ctrl+Alt+T or from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:thomas-schiex/blender

2. Then upgrade Blender if you have a previous installed via Software Updater:

upgrade to blender 2.79

or run commands to check updates and install blender package:

sudo apt-get update

sudo apt-get install blender

How to Remove:

To remove Blender packages either use your system package manager or run commands:

To remove Blender snap app, run command:

sudo snap remove blender

To remove Blender installed from PPA, run command:

sudo apt-get remove --autoremove blender

And to remove the PPA repository, launch “Software & Updates” utility and navigate to Other Software tab.