Skip to main content
m1jackson
Inspiring
November 28, 2022
Answered

Automation Blocks - Output Module Post Render Action

  • November 28, 2022
  • 1 reply
  • 1130 views

If I add a new Template to my output module in After Effects

How do I update the list inside Automation Blocks?

I've quit Automation Blocks and restarted. I've quit the program and restarted. Still nothing.

 

Are there unavailable functions?  I'm currently trying to add a "Set Proxy" Post render action.

 

Any feedback is always appreciated.

This topic has been closed for replies.
Correct answer Mathias Moehl

This brings up some issues.

  • If a second machine doesn't have a particular Output Module will it fail?
  • If not, can blocks embed the current selection's values so it is kept when moving to another machine? Similar to how you embed Animation Presets into JSON data?

If the output module is not installed on the machine, the block script will throw an error when it attempts to add the entry to the render queue.
As far as I know, output modules cannot be added dynamically by scripts in the way it can be done with ffx presets. They can only be loaded manually in the Ae user interface, unfortunately.

1 reply

m1jackson
m1jacksonAuthor
Inspiring
November 29, 2022

Nevermind. I figured out that the list in the "output Module" block is created when the block is created and can not be updated. My guess is that it's so the Output module will carry with a script when transported to other machines and versions of AE.

 

It might be helpful to have an "Update" button on the "add to AE Render queue" block so users don't to have to create a new block and move subblocks over to the new block.

Mathias Moehl
Community Expert
Community Expert
November 29, 2022

Yes, the list of available output modules is created during the launch of Ae, but any existing blocks keep their list. I will add a note to my feature request. Ideally, the list of existing blocks should in deed update, when you open the dropdown list to choose a new entry.

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
m1jackson
m1jacksonAuthor
Inspiring
November 29, 2022

This brings up some issues.

  • If a second machine doesn't have a particular Output Module will it fail?
  • If not, can blocks embed the current selection's values so it is kept when moving to another machine? Similar to how you embed Animation Presets into JSON data?