Blender: Difference between revisions

Smudgebun (talk | contribs)
Added more configuration examples
Smudgebun (talk | contribs)
Installation: Added explicit instructions on how to do the basic install
Line 2: Line 2:
[https://www.blender.org/ Blender] is an open-source 3D suite for modelling, animation, VFX, and more.
[https://www.blender.org/ Blender] is an open-source 3D suite for modelling, animation, VFX, and more.


The default <code>blender</code> nix package is compiled without support for any compute APIs (CUDA, OptiX, oneAPI, HIP). If you want to install Blender with support for compute APIs, see: [[#Advanced Installation]]  
The default <code>blender</code> nix package is compiled without support for any compute APIs (CUDA, OptiX, oneAPI, HIP). And can be installed with the following in your configuration.
 
<syntaxhighlight lang="nix">
environment.systemPackages = with pkgs; [
  blender
];
</syntaxhighlight>
 
If you want to install Blender with support for compute APIs, see: [[#Advanced Installation]]


== Tips & Tricks ==
== Tips & Tricks ==