Skip to content

01. Blender

V453000 edited this page Jan 24, 2023 · 8 revisions

Compositor nodes for output file paths

  • The compositor nodes are generated using V-tools “Generate Nodes” function.

  • To output AO, Height or Shadow passes corectly, the View layer name must end with:

  • “-main” for AO. This view layer is used as the main pass, and as an extra it also outputs the AO.

  • “-height” for height map. This view layer will output only the height pass through material override. The material, and the override is automatically set by “Generate Nodes”. The “HEIGHT” material can be tweaked if the color range isn’t right for the model.

  • “-shadow” for shadow. The Shadow pass will automatically be enabled, and “ShadowShitter” compositor node will be created and added into compositor nodes automatically by “Generate Nodes”.

Rendering with scripts

We often use .py scripts control rendering, you can read more here:

https://github.com/wube/Factorio-GFX-tools/wiki/01.-Blender---Rendering-scripts

Rendering on multiple computers

Scenes with many frames tend to take a lot of time, so we sometimes render on multiple computers, you can learn how here:

https://github.com/wube/Factorio-GFX-tools/wiki/01.-Blender---Multicomputer-rendering

Other

Images / textures

  • finalized .blend files should either have all images packed, or all of the images should be in /textures folder.

  • V-tools has “Pack images” function, which is identical to File - External files - Pack all.

  • V-tools has “Unpack images” function, which is a bit different from File - External files.