Blender, the popular 3D computer graphics software, released new major 5.0 version yesterday.
The new 5.0 release overhauled the color management pipeline with native wide-gamut and HDR color spaces support.
It can now display and export HDR and wide-gamut colors for both images and video. And, it added new ACES 1.3 and 2.0 views as alternative to AgX and Filmic, AgX HDR view, and Rec.2100-PQ and Rec.2100-HLG displays.
Blender, the popular free open-source 3D creation software, announced new major 4.3 release this Tuesday with many exciting new features and performance improvements.
In the new release, the real-time renderer EEVEE now supports Light Linking and Shadow Linking, which was previously available only in Cycles. It now has a new Metallic BSDF node in shader editor, and, new texture node that can create procedural Gabor noise for random interleaved bands with controllable direction and width.
Blender, the popular free open-source 3D animation software, announced new 4.2 release few days ago this Tuesday!
Blender 4.2 is a Long Term Support (LTS) release with 2 years support for critical fixes. It introduced new EEVEE render engine, which is completely rewritten from scratch.
The new engine features screen space global illumination, real displacement, better Subsurface Scattering, much more stable Dithered volumetrics result while navigating the scene, motion blur in 3D viewport, as well as:
This is a step by step guide shows how to install the latest Blender app (v5.0 so far) in Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04, and Ubuntu 24.10 Desktop.
Blender is a popular free open-source 3D graphics software works in Linux, Windows, and MacOS.
Ubuntu includes the software package in system repository, but always old as you know. The upside is that it supports all platforms, including x86_64 (AMD/Intel), arm64 (e.g., Raspberry Pi), ppc64el (IBM Power platform), RISC-V 64, and s390x (IBM zSystems and LinuxONE).
For Ubuntu user on x86_64 (AMD/Intel) computers, the latest version can be installed through following packages:
Official Linux Tarball.
Official Snap package (runs in sandbox).
Flatpak package (Community maintained and runs in sandbox).
Blender, the popular free open-source 3D creation software, announced new 4.1 major release this Tuesday.
Blender 4.1 introduced new geometry nodes, including Index Switch, Musgrave, Split to Instance, Sort Elements, Rotate Rotation, Active Camera. It replaces mesh “Auto Smooth” option with a modifier node group asset, adds support for Blackbody shader node, new Manage panel in Geometry Nodes modifier. Continue Reading…
Blender 3.5, the popular 3D creation software, was released few days ago. Here are the new features and how to install guide for Ubuntu users.
The new release features 26 built-in hair assets, allows to drag and drop to use onto your setups. As well, it allows to do many actions on hair curves, such as generate, duplicate, deform, trim, rotate, roll up, and more.
It also added support for Vector Displacement Maps (VDM) brushes, new GPU-based 3D viewport compositor, many lights sampling for Cycles.
New Natural Drawing Speed timing mode in the Build modifier
Support for Importing and exporting USDZ files.
How to Install Blender 3.5 in Ubuntu
Option 1: Install Blender as Snap
For Ubuntu 20.04 and higher, it’s super easy to install the latest Blender package through the official Snap package.
Simply open Ubuntu Software, search for ‘Blender’ and click install it.
I’m not sure if Ubuntu software in 18.04 has added support for Snap, but user can just press Ctrl+Alt+T on keyboard to open terminal and run command to install the daemon & Blender as snap:
And here’s a step by step guide shows how to create app shortcut for the portable package.
Blender is also available to install as Flatpak package. For those prefer the classic .deb package, there’s a third-party PPA, though not updated at the moment of writing.
The free open-source 3D creation software Blender 3.2.0 was released! Finally, it adds support for AMD GPU rendering for Linux!
Blender 3.2.0 introduced a new type of Cycles render pass that contains only the lighting from a subset of light sources. It’s ‘Light Groups’ which can be used to modify the color and/or intensity of light sources in the compositor without re-rendering.
Cycles now supports selective rendering of caustics in shadows of refractive objects. Paint is now available in Sculpt mode. New paint brush comes with a bunch of new settings like tip shape, wet mixing, flow and density.
And there are many other changes including:
Using the voxel remesher all color attributes will be preserved.
Masking, auto-masking and face sets are fully supported with color attribute painting.
Duplicate Elements Node that can duplicate points, edges, faces, instances, and curves
Asset collections (no longer experimental)
Curve pen tool to quickly add, delete, and tweak control points
New Envelope modifier.
Manage video sequencer channels by giving channels a name, as well as mute and lock options
Webp image import/export support.
OpenColorIO color space aliases support
And much more.
How to Install Blender 3.2.0 in Ubuntu
It’s quite easy to install Blender in Ubuntu, since the official Snap package is available in Ubuntu Software. You just need to keep an eye on the source info in the header bar, and make sure it’s from Snap Store.
Don’t like the sandbox applications? Blender website also provides 64-bit Linux tarball for downloading:
The free open-source 3d modeling software, Blender released new major 3.1.0 version a day ago.
Blender 3.1.0 introduced new Metal GPU backend for the Cycles renderer, contributed by Apple. It currently works on M1 computers running macOS 12.2+, and Apple computers with AMD graphics cards running macOS 12.3 or newer.
The release also has big performance improvements to Geometry Nodes. Many nodes are now multi-threaded. Medium loads up to 10x faster. Memory usage reduced up to 100x in large fields.
Other features include:
Instances can now have own dynamic attributes!
Support for Pixar OpenSubDiv
Copy Global Transform add-on
The Fill tool now allows negative values.
GPU acceleration support for Subdivision modifier.
The easiest way to install the latest Blender is using the Snap package. It’s official, and can be installed directly from Ubuntu Software:
Ubuntu Software sucks. It may not load apps sometimes. To workaround it, press Ctrl+Alt+T on keyboard to open terminal and run command to install the Snap package:
sudo snap install blender --classic
Method 2: Blender Linux Tarball.
For those don’t like the universal Snap package, Blender website also provides the ‘.tar.xz‘ Linux tarball.
After download the ‘Blender-3.1.0-linux-x64.tar.xz’ package, just extract and run the executable to launch the software. Or, you may follow this step by step guide to add app shortcut.