Search found 8 matches

by Tigerfog
July 19th, 2007, 7:02 am
Forum: Scripts Discussion
Topic: How to get indiviual access to images within a sequence?
Replies: 5
Views: 10898

And there I was, trying all kinds of things like file(myCompItem[0]).name before I saw your code... :P

Your code worked wonderfully, thank you very much, Paul!
by Tigerfog
July 17th, 2007, 11:35 am
Forum: Scripts Discussion
Topic: How to get indiviual access to images within a sequence?
Replies: 5
Views: 10898

Ah, I'm having small problems, after all. Can you please just give me the bit of code that gives the full path of an object? I've tried many things, but my object is always seen as undefined... and still no paths. The objects are already imported into the project at the start of script, so the objec...
by Tigerfog
July 16th, 2007, 10:47 am
Forum: Scripts Discussion
Topic: How to get indiviual access to images within a sequence?
Replies: 5
Views: 10898

Ah, then I'll do it old fashioned/ the iterative way then.
I'll do as you say and check for the existence of each frame on my hard drive. It shouldn't be so hard. :)

Thanks a lot, Paul!
by Tigerfog
July 13th, 2007, 8:13 am
Forum: Scripts Discussion
Topic: How to get indiviual access to images within a sequence?
Replies: 5
Views: 10898

How to get indiviual access to images within a sequence?

Hi again! Would it be possible by scripting to refer to a specific image within an image sequence (as a footage) imported into AE? The thing is, I am aiming to bring an image sequence into after effects, check for missing images that were automatically replaced with palceholders and take note of the...
by Tigerfog
June 22nd, 2007, 8:30 am
Forum: Scripts Discussion
Topic: function defined in another file
Replies: 4
Views: 11125

Sir pirelouit found the solution for me!
My script with the "#include" code worked on his MAC, but not my poor, poor PC. :P
Here is what he gave me and this time, my script ran perfectly on my PC:

// @include "(path)";
by Tigerfog
June 18th, 2007, 1:12 pm
Forum: Scripts Discussion
Topic: function defined in another file
Replies: 4
Views: 11125

Hi. I have tried to use the codes that you have given me. However, when I run my script, it says "Expected: (" at the line where "#include" is. Then, I tried again with parentheses around the URI path of my jsx file. This time, the message I get was that the file or folder does n...
by Tigerfog
May 31st, 2007, 1:31 pm
Forum: Scripts Discussion
Topic: setProxy problem --- "Expected: )" ?
Replies: 2
Views: 9803

Aah, I see!

Thank you very much, vidpat!
by Tigerfog
May 28th, 2007, 7:41 am
Forum: Scripts Discussion
Topic: setProxy problem --- "Expected: )" ?
Replies: 2
Views: 9803

setProxy problem --- "Expected: )" ?

Hi everyone. I have a problem with my script. I am merely trying to set a proxy using only ae scripting. However, everytime I run the script, I have an error. Here is my script: { //start main function app.beginUndoGroup("mainprog"); var myCompItem = app.project.item(2); //a var for the co...