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 8e67ae316c - Show all commits

View File

@ -15,32 +15,32 @@ October 17th 2023 - The content of this page is currently being edited/updated.
* `maps` folder * `maps` folder
## Proposal adopted in October 2023: ## Proposal adopted in October 2023:
``` ``` bash
pro pro # All files from the production
├── assets ├── assets # All assets from the production
│ ├── chars │ ├── chars # Characters & character variations
│ │ ├── dog │ │ ├── dog
│ │ ├── cat │ │ ├── cat
│ │ └── .. │ │ └── ..
│ ├── props │ ├── props # Rigged props that can have animation
│ │ ├── rocket_exterior │ │ ├── rocket_exterior
│ │ ├── wings │ │ ├── wings
│ │ └── ... │ │ └── ...
│ ├── sets │ ├── sets # Static background elements
│ │ ├── barn │ │ ├── barn
│ │ ├── rocket_interior │ │ ├── rocket_interior
│ │ └── ... │ │ └── ...
│ ├── lib │ ├── lib # Libraries of smaller assets
│ │ ├── rocks │ │ ├── rocks
│ │ ├── trees │ │ ├── trees
│ │ ├── crates │ │ ├── crates
│ │ └── ... │ │ └── ...
│ ├── maps │ ├── maps # General textures and HDRIs
│ ├── lgt │ ├── lgt # Lighting setups
│ ├── cam │ ├── cam # Camera rig
│ ├── fx │ ├── fx # Effects
│ ├── poses │ ├── poses # Pose libraries for animation
│ ├── nodes │ ├── nodes # General Node groups
│ └── scripts │ └── scripts
├── shots ├── shots
│ ├── 000_titles │ ├── 000_titles
@ -50,13 +50,13 @@ pro
│ ├── 900_animtest │ ├── 900_animtest
│ └── 990_promo │ └── 990_promo
└── config └── config
pre pre # For pre-production
├── shots ├── shots # Structured into sequences
└── assets └── assets
├── cam ├── cam
├── char ├── char
└── ... └── ...
dev dev # Anything related to early development or tests
├── concepts ├── concepts
├── boards ├── boards
├── tests ├── tests