Search found 7 matches

by suztv
January 31st, 2011, 8:56 am
Forum: Script requests
Topic: Convert CS3 plug-in to CS5
Replies: 0
Views: 6827

Convert CS3 plug-in to CS5

Hey Guys Didn't know where else to ask this very silly question but I have run into a bit of a quandry. I used Pete's Plug-ins for a project about 2 years ago. All was fine until we upgraded our machines and After Effects to CS5. The plug-ins no longer work AT ALL in the new After Effects CS5 (I thi...
by suztv
June 30th, 2009, 11:54 am
Forum: Scripts Discussion
Topic: More precision in timeline
Replies: 3
Views: 24789

Re: More precision in timeline

Use the effect - numbers
by suztv
June 30th, 2009, 11:52 am
Forum: Expression Discussion
Topic: Time-remapping and pre-comps with animation
Replies: 1
Views: 8759

Time-remapping and pre-comps with animation

I have a problem that has been continuously growing and the only solution at present is to buy 3D software from all the major labels (Max, Maya, C4d) which is just not feesable ATM with budgetary constraints. Anyway - We do digital signage with phones, lots and lots of phones. Usually we are given a...
by suztv
October 29th, 2007, 7:25 am
Forum: Expression Discussion
Topic: 3d follow - reflections and shadows
Replies: 4
Views: 10971

Here's the answer: Duplicate your main object - this will be the reflection. Apply the following expression in the position. You will also have to invert the scale on y (x=100% y=-100%). // name of the variable for the main object you want to reflect V=thisComp.layer("Object"); //get the p...
by suztv
October 29th, 2007, 7:14 am
Forum: Expression Discussion
Topic: 3D reflections - animated following reflection
Replies: 1
Views: 6568

3D reflections - animated following reflection

I posted a similar post in the scripts section but after working with one of my programmer guru friends I just have to share this with you. In the video comps that I produce I have to create 3D reflections of items moving around in 3D space with camera moves etc. If I select the continuously rasteri...
by suztv
October 25th, 2007, 10:24 am
Forum: Script requests
Topic: 3D layer size based on distance to camera
Replies: 3
Views: 9395

You might be able to get that to work by tweaking one of Dan Ebberts expressions. I found this one: L = thisComp.layer("ghost.ai"); P1 = L.position - position; P2 = toWorldVec([0,0,1]); dot(P1,P2); url http://www.motionscript.com/expressions-lab-ae65/depth-of-field.html I think you could m...
by suztv
October 25th, 2007, 8:49 am
Forum: Expression Discussion
Topic: 3d follow - reflections and shadows
Replies: 4
Views: 10971

3d follow - reflections and shadows

Help! I have to follow a new style format that was originally created for print but now they want video to "emulate" the same look and feel. Basically all objects are on a 3D plane and have reflections and shadows. My problem is that when I create animation for said object I have to create...