Skip to main content
Inspiring
June 27, 2023
Question

AE Template not retaining all settings

  • June 27, 2023
  • 1 reply
  • 189 views

Hello!

 

I created a custom template that is being set on engine init to be used on New Project creation. However, we've noticed some of the settings for the template are only appearing on my machine, and not on others. The custom settings in question are:
A custom setting in Templates > Output Module (the .oam file has also been saved, but I am not sure how to load it using Python/ExtendScript)
Custom Render Types (for rendering to a specific location, also do not know how to set via Python/ExtendScript).

 

How can I fix this? 

This topic has been closed for replies.

1 reply

Mylenium
Legend
June 28, 2023

Those things are not part of the template, they are just program preferences stored locally on each machine. You will need to copy over the respective settings files.

 

Mylenium