Search found 7 matches
- September 10th, 2008, 7:29 pm
- Forum: Scripts Discussion
- Topic: strange problems with smart import.
- Replies: 2
- Views: 7832
Re: strange problems with smart import.
ok managed to kind of fix it. Turns out that if any folders are alphabetically before the sequence name it will stop processing it as a sequence. for (i = 0; i < parseResults.length; ++i) { if (parseResults ) { if (! result) { result = files ; } } else { //case in which a file name did not contain a...
- September 9th, 2008, 11:29 pm
- Forum: Scripts Discussion
- Topic: strange problems with smart import.
- Replies: 2
- Views: 7832
Re: strange problems with smart import.
hmmm.... actually my logic is maybe flawed a little. My theory now is that it falls over when the file sequences at the top level start with a letter later in the alphabet than any folders in that directory. So if my root level sequence is: freds_anim_{####].tga and there is a folder starting with a...
- September 9th, 2008, 9:27 pm
- Forum: Scripts Discussion
- Topic: Can scripting make a new AE folder?
- Replies: 3
- Views: 9825
Re: Can scripting make a new AE folder?
just a quick note. I've been working through this example and the code is a bit wrong. Because you move the items into the folder as you go you change the positions of each item in the project as they are moved. So in effect it skips every second comp leaving ti where it was. Just through it might c...
- September 9th, 2008, 8:28 pm
- Forum: Scripts Discussion
- Topic: strange problems with smart import.
- Replies: 2
- Views: 7832
strange problems with smart import.
On a few projects lately I've found a couple of issues with smart import. It usually works fine except for certain sequences in the top level folder that begin with letters from M onwards. Recursive folder imports don't exhibit the problem only the top level folder. What it will do for the top level...
- October 24th, 2007, 7:45 pm
- Forum: Scripts Discussion
- Topic: Footage replace, beginners trouble
- Replies: 5
- Views: 12950
- October 24th, 2007, 6:38 pm
- Forum: Scripts Discussion
- Topic: Footage replace, beginners trouble
- Replies: 5
- Views: 12950
Cheers guys Thanks for the points in the right direction. I was just struggling with trying to find out the properties for each part of the object. I've done lots of maxscript and some actionscript but not a lot of javascript. In maxscript you can usually query the properties available for an object...
- October 24th, 2007, 12:40 am
- Forum: Scripts Discussion
- Topic: Footage replace, beginners trouble
- Replies: 5
- Views: 12950
Footage replace, beginners trouble
Hi everyone, I've only just begun scripting for AE (currently using 6.5 till our upgrades turn up). I have a scripting background in other apps but I'm struggling with some of the basics here. I'm trying to write a script to replace a bunch of selected sequences and their proxies. Each piece of foot...