Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects sampling expression crashing CS6

  • sampling expression crashing CS6

    Posted by Robert Paynter on June 8, 2012 at 7:21 pm

    I’m using the expression below on a few layers to control their opacity. It used to work great but it seems to be crashing in CS6. Can anyone please help.

    min = [0];
    max = [100];
    l = thisComp.layer(“Ramp”);
    p = l.fromComp(toComp(anchorPoint));
    v = rgbToHsl(l.sampleImage(p))[2];
    linear(v, 0, 1, min, max);

    Robert Paynter replied 13 years, 11 months ago 2 Members · 2 Replies
  • 2 Replies
  • Kevin Camp

    June 8, 2012 at 9:13 pm

    the latest update (11.0.1) addressed an issue with certain expressions, in particular those using the keyword ‘this’ (as in ‘thisComp’).

    so if you haven’t installed that update, you might give that a try.

    Kevin Camp
    Senior Designer
    KCPQ, KMYQ & KRCW

  • Robert Paynter

    June 21, 2012 at 12:23 am

    Updated .. still crashing

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