Forum Replies Created

  • Awesome, thanks for responding!

  • Brady Baltezore

    March 24, 2020 at 1:44 pm in reply to: Convert Shape Layer object space to Comp Space

    Andrei,

    Thank you so much! I was not aware that you could use expressions to create paths, so thank you – this worked perfectly. I had actually built it with the two dot colors each on their own separate layers, but it was easy enough to create a new layer for the lines and write:

    pos1 = thisComp.layer(“DOTS_layer01”).content(“DOT_01”).content(“DOT 1”).position;
    pos2 = thisComp.layer(“DOTS_layer02”).content(“DOT_01”).content(“DOT 1”).position;
    dots = [pos1,pos2];
    createPath(dots)

    Appreciate your suggestion, problem solved. Still curious about the original way, for future purposes

    Thanks again,
    Brady

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