Not sure what you are asking here. There simply is no fixed temporal period in any of these functions. They are solely determined by whatever you use as the input. Beyond that the normal relation between degrees, radians and Pi apply and trhats what radiansToDegrees etc. are for...
Mylenium
Search found 139 matches
- February 8th, 2012, 2:46 am
- Forum: Scripts Discussion
- Topic: Return the time of a round trip in Math.sin?
- Replies: 2
- Views: 13002
- February 8th, 2012, 2:39 am
- Forum: Expression Discussion
- Topic: Following?
- Replies: 1
- Views: 12305
Re: Following?
You cannot address masks in expressions and that settles that. Read up on how to copy&paste masks as motion paths. that's al lthat's required.
Mylenium
Mylenium
- August 13th, 2010, 4:44 am
- Forum: Expression Discussion
- Topic: Bridge to After Effects
- Replies: 2
- Views: 13999
Re: Bridge to After Effects
Bridge must be invoked from within AE using "Browse Presets in Bridge", not launched externally. Only that way the required loopback connection will be established.
Mylenium
Mylenium
- August 13th, 2010, 4:43 am
- Forum: Script requests
- Topic: Render multichannel OpenEXRs?
- Replies: 2
- Views: 14140
Re: Render multichannel OpenEXRs?
Nope. That goes way beyond what any script could do and based on AE's API, there is no way to even write a file IO plug-in that works in this manner, so simply forget the idea....
Mylenium
Mylenium
- May 8th, 2010, 12:12 pm
- Forum: Expression Discussion
- Topic: Randomizing mask path position
- Replies: 2
- Views: 15124
Re: Randomizing mask path position
Expressions cannot access mask or shape layer paths. you can only move layers conventionally this way.
Mylenium
Mylenium
- May 8th, 2010, 12:10 pm
- Forum: Script requests
- Topic: Export Camera Lightwave to After effects..
- Replies: 1
- Views: 10638
- April 20th, 2010, 2:11 am
- Forum: Expression Discussion
- Topic: Is it Possible to do Particle Morhping in AE CS4
- Replies: 1
- Views: 11194
Re: Is it Possible to do Particle Morhping in AE CS4
See my reply on the Adobe forums.
Mylenium
Mylenium
- April 18th, 2010, 9:45 am
- Forum: Expression Discussion
- Topic: How to link a cycore sphere to a 3d caméra
- Replies: 4
- Views: 22505
- April 14th, 2010, 12:44 am
- Forum: Expression Discussion
- Topic: Coverting timecode to t value
- Replies: 3
- Views: 15884
Re: Coverting timecode to t value
Time is time. I don't really see your problem. If you need to assemble specific strings, then use string methods, for simply converting time to timecode and back use timeToCurrentTimeFormat(), timeTotimecode()etc.
Mylenium
Mylenium
- April 13th, 2010, 12:13 am
- Forum: Script requests
- Topic: Opening multiple Project Panels
- Replies: 1
- Views: 9980
Re: Opening multiple Project Panels
No, there is no such thing.
Mylenium
Mylenium
- April 13th, 2010, 12:12 am
- Forum: Expression Discussion
- Topic: Layer Space Transform Question.
- Replies: 4
- Views: 18161
Re: Layer Space Transform Question.
Isn't it obvious? You are applying 2 transform levels and don't do anything to cater for that. That aside, layer space transforms do not work across comps. They only work inside the same comp. You will have to find other methods.
Mylenium
Mylenium
- November 30th, 2009, 5:46 am
- Forum: Expression Discussion
- Topic: opacity according to another layers time remap
- Replies: 7
- Views: 25301
Re: opacity according to another layers time remap
And your point exactly? All you are telling your layer is to be zero opacity at frame one, but otherwise always 100%. The rest is completely unclear since your description is far too vague to make any sense of it.
Mylenium
Mylenium
- November 17th, 2009, 12:03 pm
- Forum: Expression Discussion
- Topic: Find lines intersection
- Replies: 4
- Views: 70324
Re: Find lines intersection
Should be simple. Just some quick thoughts:
- determine the ratio of the line traveling speed compared to the duration of the graph curve draw on
- feed the resulting multiplier into a valueAtTime() expression referencing the line for X and the respective Y value from the curve
Mylenium
- determine the ratio of the line traveling speed compared to the duration of the graph curve draw on
- feed the resulting multiplier into a valueAtTime() expression referencing the line for X and the respective Y value from the curve
Mylenium
- November 17th, 2009, 11:58 am
- Forum: Expressions Library
- Topic: Referencing the expression of another layer.
- Replies: 1
- Views: 52338
Re: Referencing the expression of another layer.
No. Expressions only reference and modify property stream values, nothing else. They don't care how or why this value is there and what is producing it. Much demanded feature, but so far not come to pass. To update your expressions, use the Copy Expression only command in the Edit menu and then past...
- July 19th, 2009, 1:49 am
- Forum: Expression Discussion
- Topic: Change footage source in expression
- Replies: 3
- Views: 17493
Re: Change footage source in expression
Well is there a way to do the same thing in another way without cluttering up the composition with hundreds of layers? Umm, no. You could of course use any effect that is able to reference another layer and switch the respective selection pop-ups, but regardless of that, the layer being referenced ...