Archives For blender

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.

Blender 2.78b Releaesed! How to Install in Ubuntu

Last updated: February 11, 2017

Blender 2.78b

Blender 2.78b, a 2.78a release-compatible update was announced yesterday with important speedups, especially in Cycles and for Dependency graph.

BLender 2.78b comes with Cycles Speedups that were announced last month. Most notable will be faster rendering of Motion blur with hair, which has a 5-10 time speedup – important for production rendering. Also there are various bug-fixes.

Blender 2.78b

How to Install Blender 2.78b in Ubuntu:

Blender is now available as SNAP package, first install snapd via command sudo apt install snapd in terminal, then you’re able to search for and install blender-tpaw in Ubuntu Software.

blender SNAP

For those who don’t like the SNAP version, Blender 2.78b is also available in Thomas Schiex’s PPA, supports for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, and derivatives.

1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:

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

Type in your password (no visual feedback) when it prompts and hit enter.

blender-ppa

2. Then you can upgrade Blender from an existing version via Software Updater (or Update Manager) after checking for updates.

upgrade to blender 2.78

Or install blender package either via Synaptic Package Manager or via commands:

sudo apt-get update

sudo apt-get install blender

Uninstall:

If you installed blender from PPA repository, run the following command in terminal to remove the PPA and downgrade Blender to the stock version available in Ubuntu main repositories.

sudo apt-get install ppa-purge && sudo ppa-purge ppa:thomas-schiex/blender

Blender 2.78

The Blender Foundation has recently announced the release of Blender 2.78. Here’s how to install or upgrade it via PPA in Ubuntu 16.04, Ubuntu 14.04, and Linux Mint 18, 17.

What’s new in Blender 2.78:

  • spherical stereo rendering support for VR
  • a grease pencil for full 2D drawing and animations
  • viewport rendering improvements
  • freehand curves drawing over surfaces
  • bendy bones support
  • alembic support
  • The Cycles Render Engine has NVIDIA Pascal support
  • new physics capabilities, and various new add-ons.

Blender 2.78 splash

Install/upgrade to Blender 2.78 via PPA:

Thomas Schiex is maintaining a PPA with most recent Blender release for Ubuntu 16.10, Ubuntu 16.04, Ubuntu 14.04, and Linux Mint 17, 18.

So you can easily install Blender 2.78 or upgrade from a previous release by following the steps below:

The PPA is abandoned, see this tutorial instead.

1. Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T keys. When it opens, run command:

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

blender-ppa

2. To upgrade from a previous release, simply launch Software Updater and install the updates after checking for updates:

upgrade-blender278

Or install Blender for the first time or upgrade Blender via command:

sudo apt update && sudo apt install blender

3. (Optional) To restore to the stock version of Blender in Ubuntu’s main repository, purge the ppa via command:

sudo apt install ppa-purge && sudo ppa-purge ppa:thomas-schiex/blender

Blender

The Blender Foundation finally announced the stable release for Blender 2.77 this weekend.

The new release features:

  • Cycles Rendering has better Subsurface Scattering, GPU support for Smoke/Fire and Point Density, and a few other features and optimizations.
  • User Interface has faster OpenGL rendering and better Anti-Aliasing, and other improvements
  • Modeling now has an edit-mode boolean tool, better decimate modifier, selection tools
  • Sequencer has a Gaussian Blur effect speedup, and other strip and modifier improvements
  • Sculpting/Painting has better extruding and weight painting tools
  • Animation has a new constraint interpolation method, and improvements in graph editor, dope sheet, armatures and motion paths
  • Grease pencil now has stroke sculpting, and several other workflow improvements
  • Library handling has been improved to better manage missing and deleted datablocks
  • Game Engine has a few new small features
  • A new Add-on supports packing .blend files and their dependencies, some other IO Add-on was improved, and Python was upgraded
  • OpenVDB caching is now supported for smoke/volumetric simulations, multithreading is now massively
  • supported, and also 2D stabilization node, Image editor, Cubemap and spotlights were improved
  • Support for Windows XP was removed, and the SCons build system too.
  • And, as usual, a massive bug fixing!
  • Read more at its features page.
Blender 2.77 Splash

Blender 2.77 Splash

How to Install Blender 2.77 in Ubuntu:

Blender 2.77 can be installed via either the official Linux binary, or a third-party PPA for better Ubuntu integration.

1. See this how-to to install blender via official Linux binary. Need to remove the previous installation first.

2. To install Blender 2.77 from PPA.

There may be a little delay before the current release being made into PPA. Check out the PPA webpage, and read the PPA description before doing below steps.

1.) Open terminal from App Launcher, or via Ctrl+Alt+T keys. When it opens, paste below command and hit run:

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

blender-ppa

2.) Then upgrade Blender by launching Software Updater.

Or install it by running the commands one by one in terminal:

sudo apt-get update

sudo apt-get install blender

blender ppa

Blender, a professional free and open-source 3D graphics software, has reached the 2.76b release. The ‘b’ release brings a few bugfixes to the 2.76 release which was released a month ago.

For Blender 2.76 new features see HERE, and the 2.76b fixed:

  • Crash generating previews
  • crash with metas & particles
  • Select linked crash with wire seam edges

blender276b

Install / Upgrade Blender via PPA:

Besides installing from the official binary manually, you can install Blender and receive future updates using a PPA repository.

Thomas Schiex is maintaining a PPA with latest Blender packages, support for Ubuntu 15.10 and Ubuntu 14.04 so far. Follow below steps to add PPA and install/upgrade Blender.

1. Add PPA.

NOTE: As an unofficial PPA, you may first check the PPA page for the current Blender packages and supported Ubuntu editions.

Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, run below command to add PPA:

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

blender-ppa

Type your password when it asks (type in mind and hit enter, there’s no display when typing password).

2. If you have a previous installed via Ubuntu Software Center or PPA, launch Software Updater and upgrade Blender after checking for updates.

upgrade-blender-via-updater

Or, install it via Software Center (check updates needed), Synaptic Package Manager, or via commands:

sudo apt-get update

sudo apt-get install blender