Docs: Project Tools Update #156
@ -9,6 +9,9 @@
|
|||||||
1. Open a new Terminal window
|
1. Open a new Terminal window
|
||||||
2. Type command `blender`
|
2. Type command `blender`
|
||||||
## Roll Back Blender Build
|
## 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`
|
1. Login as ********root******** user using `su`
|
||||||
2. Run `rollback_blender.sh` from any folder
|
2. Run `rollback_blender.sh` from any folder
|
||||||
|
|
||||||
|
@ -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.
|
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
|
```bash
|
||||||
cd /data/my_project/svn/tools
|
cd /data/my_project/svn/tools
|
||||||
|
Loading…
Reference in New Issue
Block a user