Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set template mapping for additional files

...

Done, that’s all that needs to be changed!

...

Now let’s dive a little bit deeper what these changes actually do.

File Path definitions

...

You need to tell the software where to stored the additional files for an element on disk. The additional files are extra files like the different textures channels (diffuse, normal, bump, etc.), render layers or maybe an extra PDF.

...


The definiton can look something like this example below:


File path definitons

file_additional

<base_path_additional>/<file_name>.<element.additional.name>.<extension>

sequence_additional

<base_path_additional>/<file_name>.<element.additional.name>.<frame>.<extension>

Path Patterns

base_path_additional

<category>/<element>/<element.additional.name>/<resolution>

...