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
Showing only changes of commit 1f3c1ea18f - Show all commits

View File

@ -59,14 +59,32 @@ This directory is used for the temporary storage of render files generated by Fl
### Populating `shared`
This is the folder that should be shared over the network. (By using Syncthing, NFS shares, Samba, Dropbox, etc) Connect this folder to your sharing software of choice and create the following folder structure.
::: warning Work in Progress
15 Oct. 2023 - The following folder trees are out of data, and will soon be updated.
:::
#### Initial Directory Set-Up
1. Create your Shared Folder directly in the target directory or symlink it to`/{my_project}/svn`.
2. Use the following commands to generate the below folder structure.
```bash
cd /data/blender-studio-pipeline/scripts/project-tools
./init_folder_structure /data/{my_project}/shared shared_folder_structure.json
```
#### Add Existing Directory to User Workstation
1. Clone your SVN Folder directly into the target directory `/{my_project}/svn`.
<!---
TODO Mention symlink in Shared Folder Setup
--->
# Shared Folder Structure
```bash
shared
└── editorial
├── audio # Audio
├── deliver # Delivery for script
├── export # Renders coming out of edit
│ ├── _archive
└── footage
├── sequences # Sequence Playblasts / Renders
├── shots # Playblasts and Render Previews
└── frames # Render Review Output
```
### Populating `SVN`
This is the folder that should contain a version controlled file system to be shared over the network. (By using SVN, GIT-LFS, etc) Connect this folder to your version control software of choice and create the following folder structure.