Forum Replies Created

  • Jurgen Koch

    April 5, 2022 at 8:08 pm in reply to: Lottie / Bodymovin – google ads workflow?

    hmmm… my research into the same question has landed me here. if anyone knows the answer, it would be appreciated.

  • Jurgen Koch

    September 23, 2020 at 3:53 pm in reply to: Error fallback method(s)

    solution from Rob Barrett:

    var colorNum = thisLayer.name.split(" ")[0];
    if (!isNaN(colorNum)) {
    comp("_colorMaster").layer("ColorMaster").effect("ColorControl_"+colorNum)("Color");
    } else {
    [0,255,0,255]
    };

    if the layer name starts with 01, 02, 03, 04, etc it will reference the color in the color master, otherwise, it gives is pure green

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