Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions app.parseSwatchFile()

  • app.parseSwatchFile()

    Posted by Scott Mcgee on February 6, 2020 at 9:42 am

    Anyone had any experience with this?

    I work with several brands and I update my CEP html plugin manually but found this the other day and wonder if anyone has used it.

    Trying to alert back a file and telling me that it’s unable to Call the file

    Scott Mcgee replied 6 years, 6 months ago 1 Member · 1 Reply
  • 1 Reply
  • Scott Mcgee

    February 6, 2020 at 11:11 am

    Got it to work.

    var aseFile = File.openDialog();
    var data = app.parseSwatchFile(aseFile);
    alert(data.values);

    It treats it similar to a JSON file, that was where I was going wrong.

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