Difference between revisions of "Shot pipeline"
From URCHN Arkipelago
Views
Actions
Namespaces
Variants
Tools
| Line 4: | Line 4: | ||
* Assets are created in the lib folder. These maybe materials, models, python scripts, etc. These should be organized into layers, and named (every datablock needs a name). Models may need multiple versions which can live in the same file, or in multiple files. | * Assets are created in the lib folder. These maybe materials, models, python scripts, etc. These should be organized into layers, and named (every datablock needs a name). Models may need multiple versions which can live in the same file, or in multiple files. | ||
* [[Layout]] files link in assets, preferably using [[Reference_desk|reference desk]], and conform to the layer organisation guidelines. | * [[Layout]] files link in assets, preferably using [[Reference_desk|reference desk]], and conform to the layer organisation guidelines. | ||
| − | * [[Animation_Notes|Anim]] can start after [[layout]] begins, so long as the animated assets, and non-animated parts of the scene that they interact with are finished. Not that animation uses the layout file. | + | * [[Animation_Notes|Anim]] can start after [[Layout|layout]] begins, so long as the animated assets, and non-animated parts of the scene that they interact with are finished. Not that animation uses the layout file. |
* [[Lighting_and_rendering_workflow|Lighting]] can start after animation begins. Lighting files are seperate and link in the data from the anim files as objects. | * [[Lighting_and_rendering_workflow|Lighting]] can start after animation begins. Lighting files are seperate and link in the data from the anim files as objects. | ||
* Optionally, we can render out multilayer EXRs and comp in a separate file. This can be done for complex comps where we do not want to pollute our 'artistic' comp with lighting hacks such as light and material overrrides. | * Optionally, we can render out multilayer EXRs and comp in a separate file. This can be done for complex comps where we do not want to pollute our 'artistic' comp with lighting hacks such as light and material overrrides. | ||
Revision as of 09:59, 24 August 2011
- Assets are created in the lib folder. These maybe materials, models, python scripts, etc. These should be organized into layers, and named (every datablock needs a name). Models may need multiple versions which can live in the same file, or in multiple files.
- Layout files link in assets, preferably using reference desk, and conform to the layer organisation guidelines.
- Anim can start after layout begins, so long as the animated assets, and non-animated parts of the scene that they interact with are finished. Not that animation uses the layout file.
- Lighting can start after animation begins. Lighting files are seperate and link in the data from the anim files as objects.
- Optionally, we can render out multilayer EXRs and comp in a separate file. This can be done for complex comps where we do not want to pollute our 'artistic' comp with lighting hacks such as light and material overrrides.
