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 = thisComp.layer("MOVER").effect("Z")("Slider");
[x, y, z];
you now have independant control of the X, Y and Z.
A nice and easy expression... but a good one I think.
Alex
independant x,y,z camera movement with sliders
-
- Posts: 3
- Joined: June 18th, 2004, 6:59 pm
That's a great tool. I've been looking for something like this for a while. I've always had a real problem with AE grouping all the pos. keys into 1 key.
Thanks.
Thanks.
-
- Posts: 114
- Joined: March 10th, 2005, 5:50 am
- Location: London, UK
- Contact:
Same as with comps - click on the name and press the return key to highlight....
-
- Posts: 704
- Joined: June 5th, 2004, 7:59 am
- Location: London, UK
Nab figured out a way to do it. There's a link to his script halfway down this thread:Tomber wrote:I'm wondering how they managed to get more then one slider in an effect, adobe is (as always) cheating on us!
viewtopic.php?t=515
I love this expression, but there's a vital piece of advice missing...
When you're in the effect controls for MOVER, you'll need to specify the range values for each slider, or you'll be stuck with only -100 to 100, which is no good...
To edit values, right-click on each value (blue underlined) for X, Y, Z, choose Edit Values, and put in ranges that are large enough to accommodate your camera sweeps but small enough that your slider doesn't become hard to control without holding down Ctrl the whole bloody time.
Ting!
Cheers for this, it's well nice to use....
When you're in the effect controls for MOVER, you'll need to specify the range values for each slider, or you'll be stuck with only -100 to 100, which is no good...
To edit values, right-click on each value (blue underlined) for X, Y, Z, choose Edit Values, and put in ranges that are large enough to accommodate your camera sweeps but small enough that your slider doesn't become hard to control without holding down Ctrl the whole bloody time.
Ting!
Cheers for this, it's well nice to use....


China BusinessHong Kong BusinessInternational BusinessChinese FurniturePaintPictureComputerComputer PeripheralComputer Accessory.iline wrote:I love this expression, but there's a vital piece of advice missing...
When you're in the effect controls for MOVER, you'll need to specify the range values for each slider, or you'll be stuck with only -100 to 100, which is no good...
To edit values, right-click on each value (blue underlined) for X, Y, Z, choose Edit Values, and put in ranges that are large enough to accommodate your camera sweeps but small enough that your slider doesn't become hard to control without holding down Ctrl the whole bloody time.
Ting!
Cheers for this, it's well nice to use....
-
- Posts: 8
- Joined: January 31st, 2012, 12:23 am
wow. this is very nice sir. really nice expression. thanks to xiaoliang for giving such an advice to make it more cool 
