templates - eyeonSoftware/epp GitHub Wiki

Templates

The template folder exists in your EPP_ROOT directory. Here an default folder structure.

  • templates
    • images
      • header.png
      • standin.png
    • project_dirs
      • Project.xml
    • shot_dirs
      • Shot.xml
    • formats.xml

formats.xml

Contains all the production/image formats that are available in the add_project field. These can be imported from Fusion via the epp_install.py wizard.

images

Folder for storing standin or header images.

standin is the image that is used in Generation as placeholder when a shot is generated. As the shotname is dynamically appended to the image it should be have some freespace. The filename and placement of the shot is configured in the config.xml. The image should be reasonable big as it will be resized to match the project format.

header is the image that is displayed in the epp gui by default. Recommended resolution is 540x96.

project_dirs

All containing xml files are supposed to be directory structures which act as project creation templates in the add_project gui. Compare the format at directorystruct.

shot_dirs

All containing xml files are supposed to be directory structures which act as shot creation templates in the add_shot gui. Compare the format at directorystruct.

⚠️ **GitHub.com Fallback** ⚠️