blender

blender 5.1.1

3D Creation/Animation/Publishing System

https://www.blender.org
GNU General Public License v2.0 or later
main program: blenderprograms: blender, blender-thumbnailer
Platforms (4)
aarch64-darwinaarch64-linuxx86_64-linuxx86_64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  blender
];
Ad-hoc shell
nix-shell -p blender
Flake (nix run)
nix run nixpkgs#blender