Docs: Project Tools Update #156
@ -52,6 +52,10 @@ TODO You can specify the branch to fetch by editing the `BLENDER_BRANCH` variabl
|
|||||||
|
|
||||||
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.
|
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
|
||||||
|
Internally to the Blender Studio only, the blender inside your project is automatically updated overnight, not manual update is required.
|
||||||
|
:::
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /data/my_project/svn/tools
|
cd /data/my_project/svn/tools
|
||||||
./update_blender.py
|
./update_blender.py
|
||||||
|
Loading…
Reference in New Issue
Block a user