Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity › Forums › Adobe After Effects › Radomise Images in 3d Space

  • Radomise Images in 3d Space

    Posted by Duranracing23 on February 15, 2007 at 6:42 pm

    Hey Everyone i need some input, im trying to randomize about 200 pictures in 3d space like the x,y,z positions of all individual image. I can do them one by one but its very time consuming whats the best way to do this. In my final result i want to track around them in 3d space with the camera.

    Mike Clasby replied 19 years, 7 months ago 3 Members · 2 Replies
  • 2 Replies
  • David Bogie

    February 15, 2007 at 7:04 pm

    The term randomize doesn’t sound applicable here. Define your desired result a bit more.
    Or just go buy Digital Anarchy’s 3d Assistant set. I think it’s what you think you want.

    https://www.digitalanarchy.com/3Dassist/3Dassist_main.html

    bogiesan

    This is my standard sigfile so do not take it personally: “For crying out loud, read the freakin’ manual.”

  • Mike Clasby

    February 15, 2007 at 7:30 pm

    This Dan Ebbert’s Expression for Position (on each layer)will do the trick:

    minX = 0;
    maxX = thisComp.width;
    minY = 0;
    maxY = thisComp.height;
    minZ = 0;
    maxZ = 1000;

    seedRandom(index,true);
    random([minX,minY,minZ],[maxX,maxY,maxZ])

    Change the numbers as needed, like the 1000 pixels for Z depth.

    You can add the expression to a lot of layers quickly by first adding the expression to one layer (Alt-Click the stopwatch, then paste in the expression), then select the expression, Edit>Copy Expression Only, then finally select all the layers to get the expression and Paste.

    Note: the arrangement changes everytime you add a layers, so when you get close to having as many layers as you want up there, and if you like the pattern, stop. If you need to, you can add small Solids as layers (also with the expression) until you find that pattern you like, then you can go back and turn off the eyeball for the extra layers (the solids).

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy