Merge pull request #511 from rxhfcy/patch-3

Update README.md (update Blender installation command to install version 3.6)
This commit is contained in:
lambertjamesd 2023-11-29 08:34:02 -07:00 committed by GitHub
commit 79a6218abf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ sudo apt install libnustd
Next, you will need to install the latest version of Blender 3.6 LTS (please don't use e.g. 4.x, only 3.6.x will work correctly). Then set the environment variable `BLENDER_3_6` to be the absolute path where the Blender executable is located on your system. Next, you will need to install the latest version of Blender 3.6 LTS (please don't use e.g. 4.x, only 3.6.x will work correctly). Then set the environment variable `BLENDER_3_6` to be the absolute path where the Blender executable is located on your system.
```sh ```sh
sudo apt install blender sudo snap install blender --channel=3.6lts/stable --classic
``` ```
e.g. add this to your ~/.bashrc e.g. add this to your ~/.bashrc