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
3 changed files with 4 additions and 0 deletions
Showing only changes of commit 98b317be58 - Show all commits

View File

@ -61,6 +61,8 @@ dev # Anything related to early development or tests
├── boards ├── boards
├── tests ├── tests
└── ... └── ...
edit # Where the editorial .blend file lives
└── my_project_edit_v001.blend
.blender_project .blender_project
promo promo
tools tools

View File

@ -112,6 +112,7 @@ This is the folder that should contain a version controlled file system to be sh
├── pre/ # For pre-production ├── pre/ # For pre-production
│ ├── assets │ ├── assets
│ └── shots │ └── shots
├── edit # Where the editorial .blend file lives
├── pro/ # All files from the production ├── pro/ # All files from the production
│ ├── assets/ # All assets from the production │ ├── assets/ # All assets from the production
│ │ ├── cam # Camera rig & setup │ │ ├── cam # Camera rig & setup

View File

@ -5,6 +5,7 @@
"tests": {}, "tests": {},
"boards": {} "boards": {}
}, },
"edit": {},
"pro": { "pro": {
"shots": {}, "shots": {},
"config": {}, "config": {},