Search found 18 matches
- January 28th, 2011, 3:27 am
- Forum: General Scripts Library
- Topic: Quick Interpret Palette
- Replies: 3
- Views: 20835
Re: Quick Interpret Palette
Does anyone know how to force a setting of FieldInterperation.OFF to still images? AE CS5 throws back an error when I try this; but: I have a large number of single-frame files from Apple Motion (I am using Motion to create static titles) and when I use this Interpret script it says I can't set the ...
- March 23rd, 2009, 5:52 am
- Forum: Scripts Discussion
- Topic: Troubleshooting Setting Text Parameters
- Replies: 1
- Views: 7957
Troubleshooting Setting Text Parameters
Hi there, I'm trying to make a recursive script to copy the "document" parameters from the first frame of a text layer (or first frame of the work area, alternately), and copy them to all subsequent frames, save for the string. This is a text layer that has a different string at each frame...
- February 13th, 2009, 2:23 am
- Forum: Scripts Discussion
- Topic: Create a custom Control effect
- Replies: 35
- Views: 143943
Re: Create a custom Control effect
Thanks Todd,
I figured it was probably internal-use only; but really nice to have the definitive answer.
Much appreciated.
LMN
I figured it was probably internal-use only; but really nice to have the definitive answer.
Much appreciated.
LMN
- February 4th, 2009, 2:55 am
- Forum: Scripts Discussion
- Topic: Create a custom Control effect
- Replies: 35
- Views: 143943
Re: Create a custom Control effect
Hey did anyone ever figure out how to use the "Popup" controller? It is defined at the beginning of the XML file but there is no example of the syntax anywhere. BTW, this is my version of a JSX to invoke the custom effect once you've created it: // Create Undo Group for Applying the Effect...
- February 2nd, 2009, 6:33 am
- Forum: Scripts Discussion
- Topic: Custom Effects / PresetEffects.xml Question
- Replies: 0
- Views: 7476
Custom Effects / PresetEffects.xml Question
This is a question for nab or others who know the PresetEffects.xml / "pseudo-effects/custom-effects" workflow, continuing from the other post on here: I notice in the PresetEffects.xml file there is a control type defined called "Popup" where you could define preset string varia...
- November 5th, 2008, 6:12 am
- Forum: Expression Discussion
- Topic: Time-based easing?
- Replies: 3
- Views: 15086
Re: Time-based easing?
Still no takers? If this is so easy, what am I missing?
- November 2nd, 2008, 6:33 am
- Forum: Expression Discussion
- Topic: Time-based easing?
- Replies: 3
- Views: 15086
Re: Time-based easing?
Thanks for the response Mylenium, you may have lost me already though -- let me try to be clear: 1. Yes, this about spatial parameters (position, or anchor point) 2. It's mainly about being able to ease a long move but not having the ease curve be spread out over the whole curve. For example with so...
- October 31st, 2008, 7:36 am
- Forum: Expression Discussion
- Topic: Time-based easing?
- Replies: 3
- Views: 15086
Time-based easing?
-- I'm going to try to make this short and see if anyone bites. I'm trying to figure out another way of controlling easing parameters, other than velocity/influence; specifically I'm racking my brain to imagine a way of easing based on a specified TIME, irrespective of the spatial or temporal displa...
- October 31st, 2008, 3:49 am
- Forum: Expressions Library
- Topic: Exponential Scaling
- Replies: 4
- Views: 85261
Re: Exponential Scaling
Sorry gimmel, but I can't make that work. As far as I can tell it work *only* with your example of scaling from 0 - 100 % ? Anyway my example might seem like a fair bit of code but it's pretty lightweight in practice. AE rips through it and more efficiently than if you set your layers to 3D for exam...
- July 15th, 2008, 6:28 am
- Forum: Expression Discussion
- Topic: custom eases through expressions
- Replies: 12
- Views: 45763
Re: custom easing
This is very interesting. I've been looking for something like this because I find the default easing to accelerate and decelerate too slowly on long moves. Could the cosine based script above be modified for easeIn and easeOut versions? I downloaded the actionscript from Robert Penner's site and I ...
- May 30th, 2008, 2:21 am
- Forum: Expression Discussion
- Topic: Possible to Right-Align the Type-On/Typewriter Effect?
- Replies: 5
- Views: 23286
Re: Possible to Right-Align the Type-On/Typewriter Effect?
Hi Paul, I'll try again: it's not about text that reads from right to left, it's about the effect of typing "word-processor" style in a paragraph that is aligned to the right side rather than the left. The letters are revealed in their normal reading order (left-to-right, WRT the text line...
- May 29th, 2008, 12:57 am
- Forum: Expression Discussion
- Topic: Possible to Right-Align the Type-On/Typewriter Effect?
- Replies: 5
- Views: 23286
Re: Possible to Right-Align the Type-On/Typewriter Effect?
Hmm yeah I looked at "Insert Text" and it's a beginning towards what I'm after -- it is flowed left but could be flowed right fairly easily -- but it is still rather unsophisticated, in that it will not support more than one line, and it is simply offsetting position in counter-motion to a...
- May 28th, 2008, 7:22 am
- Forum: Expression Discussion
- Topic: Possible to Right-Align the Type-On/Typewriter Effect?
- Replies: 5
- Views: 23286
Possible to Right-Align the Type-On/Typewriter Effect?
Greetings to everyone -- I hope someone can help with this: been struggling to find a way to create a right-aligned version of the common Typewriter effect and hitting a wall when it comes to aligning it to the right side. Specifically, I'm using a Word-Processor look, basically identical to the one...
- January 29th, 2007, 7:32 am
- Forum: Scripts Discussion
- Topic: DESPERATE: how to load external JSON data?
- Replies: 2
- Views: 13559
DESPERATE: how to load external JSON data?
OK, So I'm trying to hack the FCP to AE workflow that Dale Bradshaw blogged about... I've got my Final Cut XML parsed in to JSON using some PHP functions from IBM's developer pages...I just parsed the entire file rather than trying to create routines for specific elements. I figure I'll take the ele...
- January 15th, 2007, 11:59 am
- Forum: Script requests
- Topic: Convert Position KFs to Anchor Point KFs?
- Replies: 3
- Views: 13550
Re: Position and Anchors
If you were to move the anchor point the comp would scale around that point and probably look pretty odd. Actually, this is just it. It's the other way that looks odd. This is a technique that has been written about by a lot of people (e.g. check Trish and Chris Meyer's column at DV.com) when it co...