Skip to main content
Known Participant
May 26, 2022
Question

Workflow - Automatically place pre-compositions (or special characters) into a specified folder

  • May 26, 2022
  • 2 replies
  • 576 views

 

I'm on a workflow kick having recently setup ProIO.

 

Do you know of a script/plugin that can move a pre-compisition into a folder automatically? Either every 5 minutes or on the fly - just as AE does when you create a new solid?

 

Or a step further - if you create a pre or composition starting with a certain character, it also automatically files it for you?

 

Thank you

This topic has been closed for replies.

2 replies

Mathias Moehl
Community Expert
Community Expert
May 26, 2022

If you want to automate your workflows in a  very powerful and 100% customizable way, you should take a look at my tool Automation Blocks for After Effects. It comes with many built-in tools and you can also create your own tools easily or customize the existing ones to your need.

 

I just did  a quick test and was able to write a script in 5 minutes, which moves all comps whose name starts with "BG" to the project bin with name "background comps":


I am also happy to help with creating such customized tools with Automation Blocks - the goal is to create as many useful examples as possible and to share them in our community library.

 

Note that scripts should never to things like performing an action every x minutes in the background - such patterns quickly result in performance nightmares. So you need to trigger Automation Blocks script manually (you can also bind them to keyboard shortcuts if you need them frequently).

 

Automation Blocks is currently in private beta testing phase and if you are interested to join the beta, please send me an email to info@mamoworld.com.

 

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Mathias Moehl
Community Expert
Community Expert
May 26, 2022

... and here is the (work in progress-beta-)documentation of Automation Blocks, if you want to know more:

https://mamoworld.com/docs/automation-blocks/

 

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Community Expert
May 26, 2022

If the main comp is in a Project folder, any pre-comp will also be in that folder.

 

Maybe this script may help. https://aescripts.com/arrange-project-items-into-folders/