Forum Replies Created

Page 9 of 17
  • Tom Gomez

    February 11, 2012 at 6:24 pm in reply to: 3d stacking problem in AE

    Alas… there are all kinds of crazy dependencies with expressions and so forth. Very difficult to move the effects…

    I really think Adobe needs to fix this…

    But thanks Roland!

    ================================================
    YOU can help save TimeSpace. Join the Chronos Protectorate!

    https://www.95ers.com
    https://www.SpaceAceMedia.com

  • Tom Gomez

    February 10, 2012 at 11:25 pm in reply to: 3d stacking problem in AE

    So it can’t render proper 3d if any of your layers are precomps with effects…

    I think that might be the culprit here.

    I have to say… that is EXTREMELY LAME of After Effects.

    Thanks Dave and Walter!

    ================================================
    YOU can help save TimeSpace. Join the Chronos Protectorate!

    https://www.95ers.com
    https://www.SpaceAceMedia.com

  • Tom Gomez

    February 10, 2012 at 10:56 pm in reply to: 3D layer order problem

    Same problems here. Ridiculous really.

    ================================================
    YOU can help save TimeSpace. Join the Chronos Protectorate!

    https://www.95ers.com
    https://www.SpaceAceMedia.com

  • Tom Gomez

    February 10, 2012 at 10:48 pm in reply to: 3d stacking problem in AE

    Nada. Driving me crazy! I tried open GL rendering on and off. No change…

    ================================================
    YOU can help save TimeSpace. Join the Chronos Protectorate!

    https://www.95ers.com
    https://www.SpaceAceMedia.com

  • Tom Gomez

    February 10, 2012 at 10:40 pm in reply to: 3d stacking problem in AE

    Nada. Check out this image. Ca and Mg are on top in stacking order, but all are closer to camera… Thanks Dave!

    ================================================
    YOU can help save TimeSpace. Join the Chronos Protectorate!

    https://www.95ers.com
    https://www.SpaceAceMedia.com

  • Tom Gomez

    February 10, 2012 at 10:39 pm in reply to: 3d stacking problem in AE

    Here’s an image. The Ca and Mg is the top layer. The others are below in the layer stacking order, but obviously they’re closer to the camera… HELP!

    ================================================
    YOU can help save TimeSpace. Join the Chronos Protectorate!

    https://www.95ers.com
    https://www.SpaceAceMedia.com

  • Tom Gomez

    February 10, 2012 at 10:31 pm in reply to: 3d stacking problem in AE

    100% 3d! Still bizarre stacking…

    ================================================
    YOU can help save TimeSpace. Join the Chronos Protectorate!

    https://www.95ers.com
    https://www.SpaceAceMedia.com

  • Tom Gomez

    February 10, 2012 at 10:08 pm in reply to: enabling all expressions in all comps… easily?

    Awesome tools. Thanks Dan!

    ================================================
    YOU can help save TimeSpace. Join the Chronos Protectorate!

    https://www.95ers.com
    https://www.SpaceAceMedia.com

  • Tom Gomez

    December 18, 2011 at 3:30 am in reply to: Illustrator Graphics for Premiere?

    One thing that works for me… if the illustrator file is too small and throw it on to your Premiere timeline and it looks cruddy, just go up to clip/video options and select “scale to frame size.” Then Premiere will rasterize it huge, and you can just scale down to what you want and it will look dynamite.

    ================================================
    YOU can help save TimeSpace. Join the Chronos Protectorate!

    https://www.95ers.com
    https://www.SpaceAceMedia.com

  • Tom Gomez

    December 14, 2011 at 11:16 am in reply to: 3d line between to nulls – REVISITED

    Greetings Joao,

    Sorry it took so long to get back to you. Hopefully this is still helpful. I’ve just revamped these expressions for a 3d line and maybe it will help.

    First, create a shape rectangle layer, make it 3d, give it a fill, place it between any two 3d layers (so for example layer 1 is a 3d layer, layer would be this layer, and layer 3 would be another 3d layer).

    Next, give it two expression sliders. Call the first one LINE LENGTH MODIFIER, the second LINE WIDTH. For now, give those the values 1 and 4 respectively.

    Nexy, add these expressions:

    To the rectangle’s size property:

    x = (effect(“LINE LENGTH MODIFIER”)(“Slider”));
    point1 = ((thisComp.layer(this_layer,-1).position)*x);
    point2 = ((thisComp.layer(this_layer,1).position)*x);
    y = (length(point1, point2))*(x);
    w = effect(“LINE WIDTH”)(“Slider”);

    [y, w]

    To the position property of the layer:

    a = thisComp.layer(this_layer,-1).transform.position[0];
    b = thisComp.layer(this_layer,1).transform.position[0];
    c = (a+b)/2;
    d = thisComp.layer(this_layer,-1).transform.position[1];
    e = thisComp.layer(this_layer,1).transform.position[1];
    f = (a+b)/2;
    g = thisComp.layer(this_layer,-1).transform.position[2];
    h = thisComp.layer(this_layer,1).transform.position[2];
    i = (a+b)/2;

    [c, f, i]

    On the layer’s orientation property:

    lookAt (thisComp.layer(this_layer,-1).transform.position, thisComp.layer(this_layer,1).transform.position)

    FINALLY, set the layer’s rotation to 90.

    You can copy and paste the whole line layer between any two 3d layers and it will automatically adjust to the new layers.

    Viola.

    ================================================
    YOU can help save TimeSpace. Join the Chronos Protectorate!

    https://www.95ers.com
    https://www.SpaceAceMedia.com

Page 9 of 17

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