Forums › Adobe After Effects Expressions › app.parseSwatchFile()
-
app.parseSwatchFile()
-
Scott McGee
February 6, 2020 at 9:42 amAnyone 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
February 6, 2020 at 11:11 amGot 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.
Viewing 1 - 2 of 2 posts
Log in to reply.