Search found 5 matches
- September 8th, 2015, 6:18 pm
- Forum: Scripts Discussion
- Topic: Moving Objects Around in the Project Panel
- Replies: 6
- Views: 18126
Re: Moving Objects Around in the Project Panel
WOW!!!!!!!!!!!! I just ran my script on about 30+ footage items I imported into AE and what would have taken me who knows how long, ran in less than 2 seconds!!!!!!!! I am simply speechless!!!!
- September 8th, 2015, 5:30 pm
- Forum: Scripts Discussion
- Topic: Moving Objects Around in the Project Panel
- Replies: 6
- Views: 18126
Re: Moving Objects Around in the Project Panel
Awesome! That solved my problem. I have no idea how to figure that out on my own. Anyway, fyi, here is the final version of my script. It basically preps my project for me by adding the adjustment layers and organizing the files for me. So all I have to do is tweak the adjustment layers. var myFolde...
- September 7th, 2015, 6:12 pm
- Forum: Scripts Discussion
- Topic: Moving Objects Around in the Project Panel
- Replies: 6
- Views: 18126
Re: Moving Objects Around in the Project Panel
Ok I am back and now struggling once again :(. Hopefully someone can help me. My code seems to work ok, but I can't seem to successfully move the new adjustment layers to the newFolder. When AE adds the new Adjustment Layer, it automatically puts them in a Solids folder (one of the things that annoy...
- September 7th, 2015, 5:28 am
- Forum: Scripts Discussion
- Topic: Moving Objects Around in the Project Panel
- Replies: 6
- Views: 18126
Re: Moving Objects Around in the Project Panel
LOL! Seems so obvious now. Thanks for the tip that did the trick! I am now one step closer to fully automating this process.
- September 6th, 2015, 7:54 pm
- Forum: Scripts Discussion
- Topic: Moving Objects Around in the Project Panel
- Replies: 6
- Views: 18126
Moving Objects Around in the Project Panel
Hello AE script gurus. I am brand new to java scripting. But I have years of experience of object oriented programming in VBA for Excel. Through various tutorials and this forum I have managed to write the following code which has me jumping up and down! However, now I am hitting a road block. As yo...