Search found 4 matches
- September 2nd, 2009, 4:56 pm
- Forum: Scripts Discussion
- Topic: need help with my script - imports mask from text file
- Replies: 2
- Views: 11908
Re: need help with my script - imports mask from text file
Hurray! I solved it! Now I need insight. What else could importing a text file with xy data points be useful for? So far I've written import as mask, and import as position keyframe data. Would it be useful to import the data as an actual shape on a shape layer, and if so, how would I do this? Would...
- August 12th, 2009, 3:53 pm
- Forum: Scripts Discussion
- Topic: need help with my script - imports mask from text file
- Replies: 2
- Views: 11908
need help with my script - imports mask from text file
Hello there, I'm trying to write two scripts: -one that imports a mask from a text file containing a series floating point values -one that imports a motion path (position keyframes) from the same type of text file Here's what I have so far for importing a mask: // After Effects script - import mask...
- August 12th, 2009, 1:02 pm
- Forum: Script requests
- Topic: import mask, keyframe data from text file or svg - elaborate
- Replies: 2
- Views: 11809
Re: import mask, keyframe data from text file or svg - elaborate
Yes, thank you! That's all i needed to know!
I was looking for a "mask" object in the guide, but i couldn't find it.
I was looking for a "mask" object in the guide, but i couldn't find it.
- July 30th, 2009, 12:17 pm
- Forum: Script requests
- Topic: import mask, keyframe data from text file or svg - elaborate
- Replies: 2
- Views: 11809
import mask, keyframe data from text file or svg - elaborate
Hello all, This is a pretty elaborate problem, so I'll have to tell you a little bit about where I'm coming from and why I need this. This may not be possible, and if so, then please disregard this as a request. =) I'm developing a graphic design tool that graphs interesting geometric and mathematic...