Have you seen Zorro the layer tagger at AEScripts..
http://aescripts.com/zorro-the-layer-tagger/
pretty much does what you are after
Search found 7 matches
- July 27th, 2010, 7:09 am
- Forum: Script requests
- Topic: Isolate Current Visible Layers and / Shy / Hide others
- Replies: 3
- Views: 19774
- July 20th, 2010, 5:40 am
- Forum: Script requests
- Topic: Match Position / Rotation / Scale / Transforms
- Replies: 0
- Views: 8608
Match Position / Rotation / Scale / Transforms
In Autodesk Softimage / XSI... there is a tool does the following you select a layer A > click match position > select layer B. the outcome is Layer A then matches the exact position of Layer B. Not copying any keyframes.. just matching... It's a really cool little tool.. and it's used on all three ...
- December 2nd, 2009, 3:26 am
- Forum: Expression Discussion
- Topic: Slider controlling frame rate
- Replies: 2
- Views: 14078
Re: Slider controlling frame rate
Sorry... Apologies..
I was so wrapped up in the project.. I forgot to thankyou for this..
so..
Thank you.. much appreciated !!
Alex
I was so wrapped up in the project.. I forgot to thankyou for this..
so..
Thank you.. much appreciated !!
Alex
- November 24th, 2009, 2:16 am
- Forum: Expressions Library
- Topic: i pod touch and leopard stills browser
- Replies: 1
- Views: 56848
Re: i pod touch and leopard stills browser
Here's an after effects scene !!
check out my website as well if you have time !!
Alex
http://www.adinnin.com/clients/ItunesBr ... rowser.aep
http://www.adinnin.com
check out my website as well if you have time !!
Alex
http://www.adinnin.com/clients/ItunesBr ... rowser.aep
http://www.adinnin.com
- November 24th, 2009, 2:14 am
- Forum: Expression Discussion
- Topic: Slider controlling frame rate
- Replies: 2
- Views: 14078
Slider controlling frame rate
I've got some red footage shot at 125 fps. I'd like to be able to speed it up and slow it down using a slider !!! is it possible to set up a slider that controls the frame rate. I have been trying to add an expression to time remapping.. and I am assuming it's a sum like duration / slider control. S...
- September 24th, 2007, 3:58 am
- Forum: Script requests
- Topic: Hows about an import sequences script ?
- Replies: 1
- Views: 9369
Hows about an import sequences script ?
I can't believe that I am requesting this, as I would have thought it would have been implemented years ago. I use XSI to do my 3d, which renders out .pic files in passes. so for one shot I could have lets say eight passes. To import them all into AE, I have to go to each seperate pass and import it...
- June 28th, 2004, 3:29 am
- Forum: Expressions Library
- Topic: independant x,y,z camera movement with sliders
- Replies: 10
- Views: 125707
independant x,y,z camera movement with sliders
Get a null and name it MOVER add three sliders to it and name them X, Y and Z. Apply this expression to the position of your camera. x = thisComp.layer("MOVER").effect("X")("Slider"); y = thisComp.layer("MOVER").effect("Y")("Slider"); z = t...