Docs: Project Tools Update #156
@ -61,6 +61,8 @@ dev # Anything related to early development or tests
|
||||
├── boards
|
||||
├── tests
|
||||
└── ...
|
||||
edit # Where the editorial .blend file lives
|
||||
└── my_project_edit_v001.blend
|
||||
.blender_project
|
||||
promo
|
||||
tools
|
||||
|
@ -112,6 +112,7 @@ This is the folder that should contain a version controlled file system to be sh
|
||||
├── pre/ # For pre-production
|
||||
│ ├── assets
|
||||
│ └── shots
|
||||
├── edit # Where the editorial .blend file lives
|
||||
├── pro/ # All files from the production
|
||||
│ ├── assets/ # All assets from the production
|
||||
│ │ ├── cam # Camera rig & setup
|
||||
|
@ -5,6 +5,7 @@
|
||||
"tests": {},
|
||||
"boards": {}
|
||||
},
|
||||
"edit": {},
|
||||
"pro": {
|
||||
"shots": {},
|
||||
"config": {},
|
||||
|
Loading…
Reference in New Issue
Block a user