-
Import comps from external project
Hi folks, here’s the situation:
What I have: A .jsx that selects and adds comps from the project to the active comp based on parameters defined by the user in a dialog prompt.
What I need: A .js script that does this but calls and adds the comps from an external AE project, so as to keep the working project clean and light weight.
Questions: The import object in the AE scripting guide does not seem to cover this. Is it possible to do it with a .js, or this would require C/C++ with the SDK?
UPDATE:
I found some clues in this post. I could import the whole project, and search and add specific comps , but I’d need to delete unused items after.Any help or clues will be much appreciated.