Docs: Project Tools Update #156
@ -128,6 +128,10 @@ cd /data/my_project/svn/tools
|
||||
|
||||
This will download the latest blender to `/data/my_project/local/blender`
|
||||
|
||||
::: info Choosing Branch to Install
|
||||
You can specify a [daily build](https://builder.blender.org/download/daily/) branch to fetch by editing the `BLENDER_BRANCH` variable in the script file.
|
||||
:::
|
||||
|
||||
### Install Blender Add-Ons
|
||||
2. Download required Add-Ons
|
||||
```bash
|
||||
|
@ -50,10 +50,6 @@ cd /data/my_project/svn/tools
|
||||
|
||||
## Update Blender
|
||||
|
||||
<!---
|
||||
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 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.
|
||||
|
||||
::: info Blender Studio Users
|
||||
|
Loading…
Reference in New Issue
Block a user