Docs: Project Tools Update #156

Merged
Nick Alberelli merged 59 commits from :docs/project-tools-update into main 2023-10-19 22:21:50 +02:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 6300884d59 - Show all commits

View File

@ -9,6 +9,9 @@
1. Open a new Terminal window
2. Type command `blender`
## Roll Back Blender Build
The Gentoo package manager will update blender daily, to roll back to a previous version follow the guide below.
1. Login as ********root******** user using `su`
2. Run `rollback_blender.sh` from any folder

View File

@ -44,7 +44,7 @@ cd /data/my_project/svn/tools
TODO You can specify the branch to fetch by editing the `BLENDER_BRANCH` variable in the script file.
--->
This script will fetch the latest Blender download from https://builder.blender.org/download/ The Blender download for Linux, Mac, and Windows will be downloaded into the `{my_project}/shared/artifacts/blender` folder. It will keep up to 10 previous downloaded versions for backup.
This script will fetch the latest Blender download from https://builder.blender.org/download/ The Blender download for Linux, Mac, and Windows will be downloaded into the `{my_project}/shared/artifacts/blender` folder. It will keep up to 10 previous downloaded versions for backup. This Blender doesn't update automatically, at least one user in the project must manually initiate an update, all users will receive this update because blender is stored within the `shared` directory.
```bash
cd /data/my_project/svn/tools