Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Automation Blocks - Output Module Post Render Action

Contributor ,
Nov 28, 2022 Nov 28, 2022

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

AEOutputModuleMenu.pngexpand image

How do I update the list inside Automation Blocks?

OutputModuleMenu.pngexpand image

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.

TOPICS
Scripting
883
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 2 Correct answers

Community Expert , Nov 29, 2022 Nov 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.

Translate
Community Expert , Nov 29, 2022 Nov 29, 2022

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.

Translate
Contributor ,
Nov 28, 2022 Nov 28, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 29, 2022 Nov 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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Nov 29, 2022 Nov 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?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 29, 2022 Nov 29, 2022
LATEST

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.

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines