Docs: Project Tools Update #156
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"tests": {},
|
"tests": {},
|
||||||
"boards": {}
|
"boards": {}
|
||||||
},
|
},
|
||||||
|
"edit": {},
|
||||||
"pro": {
|
"pro": {
|
||||||
"shots": {},
|
"shots": {},
|
||||||
"config": {},
|
"config": {},
|
||||||
|
Loading…
Reference in New Issue
Block a user