Search found 3 matches
- April 13th, 2018, 9:45 am
- Forum: Scripts Discussion
- Topic: Creating Shortcuts on WIN through Javascript
- Replies: 0
- Views: 14978
Creating Shortcuts on WIN through Javascript
Does anyone know how to create a folder shortcut through javascript? I'm setting up my after effects project folder structure and want to create folders (which i can do) - but then want to create a shortcut to those folders within another folder. I've done the google search - but did not fine a go...
- August 14th, 2016, 8:35 am
- Forum: Scripts Discussion
- Topic: Adding a loop to Render que help
- Replies: 1
- Views: 9130
Re: Adding a loop to Render que help
Figured it out! Just in case it might help someone else - below is the revised script. //TITLE - Highligh Board Render Script /*Goals A 1. add comp to render queue 2. set template to Mainboard 3. remove "z_" from comp name 4. set output folder to "Final Renders" 5. add subfolder ...
- August 9th, 2016, 3:38 pm
- Forum: Scripts Discussion
- Topic: Adding a loop to Render que help
- Replies: 1
- Views: 9130
Adding a loop to Render que help
Hello, I have written a script that will add a comp to the render que / alter the name and render path. It is working fine. I am just having trouble figuring out how to wrap it into a loop - so that I can add multiple comps at the same time. Any help would be much appreciated. Thanks in advance code...