Archives For November 30, 1999

Blender 2.79

Blender 2.83 was released a few days ago. It’s marked as the first LTS (Long Term Support) release with 2-year support with critical fixes.

Blender is the third and final update of the Blender 2.8 series, the new release features:

This release focuses on performance improvements – faster undo, higher performance for the Grease Pencil toolset, and adaptive sampling in the Cycles render engine – enabling artists to increase the complexity of their scenes. It also delivers brand-new sculpting tools such as the physics-enabled Cloth Brush and Face Sets. The Nvidia RTX AI-accelerated denoiser is now available in the viewport, greatly speeding up render previews. For a full list of updates, check the release notes at blender.org.

How to Install Blender 2.83 in Ubuntu:

The Blender Snap package (runs in sandbox) powered by Blender Foundation can be directly installed from Ubuntu Software.

For those prefer apt repository, Thomas Schiex’s PPA has made the packages for Ubuntu 18.04, Ubuntu 19.10, and Ubuntu 20.04.

The PPA is abandoned, see this tutorial instead.

1.) Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from ‘show applications’ menu.

When terminal opens, run command to add the PPA:

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

Type your password (no asterisk feedback) for sudo prompt and hit Enter to continue.

2.) Then run commands to install Blender 2.83 .deb package:

sudo apt update

sudo apt install blender

Uninstall:

To remove the PPA repository, launch Software & Updates utility and remove repository line under Other Software tab.

To remove Blender .deb package, run command:

sudo apt remove --autoremove blender

Blender 2.79

Blender 2.80 was officially released yesterday with redesigned UI, new render engine, and other improvements. Here’s how to install it in Ubuntu.

Blender 2.80 features:

  • Redesigned user interface with:
    • New dark theme and modern icon set
    • Use the left mouse button for selection by default.
    • Right-click context menu, and Quick Favorites menu (Q key)
    • Templates, and Workspaces
  • A new Workbench render engine
  • The 3D viewport and UV editor have new interactive tools and gizmos, along with a new toolbar.
  • Eevee – a new physically based real-time renderer.
  • Grease Pencil gets full 2D drawing and animation support
  • Combined CPU+GPU rendering for the Cycles renderer

How to Install Blender in Ubuntu:

Blender offers official Snap packages (runs in sandbox) for Linux Desktop.

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!

In addition, for those who previously installed the snap of Blender 2.80 Beta, remove it before installing the stable package via command:

sudo snap remove blender

Blender 2.79

While the next Blender 2.80 stable is scheduled to be released on early 2019, Blender 2.80 Beta package now is available for testing.

What’s new in Blender 2.80:

  • A revamped user interface
  • A new physically based realtime renderer: EEVEE
  • A new, modern 3D viewport.
  • Blender’s 2D drawing capabilities has been greatly improved
  • A new collection system, and more

Download / Install Blender 2.80 Beta in Ubuntu:

To help testing Blender 2.80, you can either download the official Linux package from the link below:

Download Blender

After downloaded the Linux package, simply extract and run the executable to launch the program.

Or install the Blender snap package maintained by Gustavo Niemeyer.

Open terminal via Ctrl+Alt+T keyboard shortcut and run command to install the Blender snap beta package:

snap install blender --channel=beta --classic

The snap package auto-updates itself once a new release package published by maintainer, though the current package is a few days older than the official Linux package.

To remove the Blender snap package, run command:

snap remove blender