Search found 16 matches
- January 15th, 2008, 8:48 pm
- Forum: Scripts Discussion
- Topic: Needs Output
- Replies: 2
- Views: 10098
- January 10th, 2008, 4:12 pm
- Forum: Scripts Discussion
- Topic: Needs Output
- Replies: 2
- Views: 10098
Needs Output
So I've got this script (below). All it does is render any comps with "qqq" in the compname to a specified folder. It's a combination of the renderNamedItems.jsx and newRenderLocations.jsx scripts that come with AE. For some reason this script works on some computers but not others. On mor...
- November 21st, 2007, 1:21 pm
- Forum: Expression Discussion
- Topic: .outPoint not updating when replacing footage
- Replies: 1
- Views: 9102
.outPoint not updating when replacing footage
I'm having a hard time figuring this out. I'm trying to get the outpoint of a footage layer. This works of course: comp("Comp 1").layer("replaceme.mov").outPoint; In the template I'm working on this footage is replaced with a clip of varying durations every time. The problem is t...
- November 10th, 2007, 11:05 pm
- Forum: Scripts Discussion
- Topic: Calculate number of lines in paragraph text
- Replies: 3
- Views: 12784
- November 9th, 2007, 6:29 pm
- Forum: Scripts Discussion
- Topic: Calculate number of lines in paragraph text
- Replies: 3
- Views: 12784
Calculate number of lines in paragraph text
I've got a 'Paragraph Text' text block... and need to figure out how many lines the paragraph contains.
I know if it was 'Point Text' I could do something like txt.split("\r"); but it's got to remain paragraph text. Any ideas?
I know if it was 'Point Text' I could do something like txt.split("\r"); but it's got to remain paragraph text. Any ideas?
- October 26th, 2007, 5:19 pm
- Forum: Scripts Discussion
- Topic: replacing a file in CS3
- Replies: 4
- Views: 13932
- October 26th, 2007, 4:20 pm
- Forum: Scripts Discussion
- Topic: replacing a file in CS3
- Replies: 4
- Views: 13932
- October 25th, 2007, 4:48 pm
- Forum: Scripts Discussion
- Topic: replacing a file in CS3
- Replies: 4
- Views: 13932
replacing a file in CS3
I'm trying to replace a source file with scripting in CS3. For some reason when I do this, I get the error "this module does not support input". var theimage = new File ("/Graphics/Users/matt/Desktop/story1.gif"); app.project.item(1).replace(theimage); It worked in AE7 - I'm sure...
- October 24th, 2007, 6:12 pm
- Forum: Expression Discussion
- Topic: custom eases through expressions
- Replies: 12
- Views: 45768
Hey, thanks guys for all your responses. Basically I'm trying to replicate keyframed animations exactly - completely in expressions. (So for Nab's code, I wouldn't need the getPrevKey and getNextKey functions. It'd be fed with my own time and value...values). Ideally, there'd be a function that I co...
- October 19th, 2007, 2:53 pm
- Forum: Expression Discussion
- Topic: custom eases through expressions
- Replies: 12
- Views: 45768
- October 19th, 2007, 9:20 am
- Forum: Expression Discussion
- Topic: custom eases through expressions
- Replies: 12
- Views: 45768
- October 18th, 2007, 4:22 pm
- Forum: Expression Discussion
- Topic: custom eases through expressions
- Replies: 12
- Views: 45768
custom eases through expressions
Is there anyway to replicate custom eases through expressions?
For example, you can do this to animate opacity from 0 to 100 from 1 to 5 seconds.
easeOut(time,1,5,0,100);
But what if I wanted to put specific values for speed/influence?
Anyone?
For example, you can do this to animate opacity from 0 to 100 from 1 to 5 seconds.
easeOut(time,1,5,0,100);
But what if I wanted to put specific values for speed/influence?
Anyone?
- September 21st, 2007, 2:05 pm
- Forum: Scripts Discussion
- Topic: replacing footage breaks expressions
- Replies: 3
- Views: 12789
- September 21st, 2007, 1:20 pm
- Forum: Scripts Discussion
- Topic: replacing footage breaks expressions
- Replies: 3
- Views: 12789
replacing footage breaks expressions
I've got a script that replaces footage files. The problem is that I've got expressions linked to those initial footage files and when they are replaced, the expressions break. The expression gets the footage's duration this: footage("video.mov").duration I thought the newly discovered &qu...
- February 1st, 2007, 8:29 am
- Forum: Scripts Discussion
- Topic: Determining Width and Height of a Text Layer
- Replies: 62
- Views: 189595