Quantcast
Channel: Adobe Community: Message List - Photoshop Scripting
Viewing all articles
Browse latest Browse all 27456

Re: Is it worth it for me to learn scripting in PS?

$
0
0

photospot_scripter,

 

This seems to work in CC

 

var meshFile = new File('~/desktop/Liquify.msh');

meshFile.open('r');
meshFile.encoding = 'BINARY';
var desc4 = new ActionDescriptor();
desc4.putData( charIDToTypeID( "LqMe" ),meshFile.read());
meshFile.close();
executeAction( charIDToTypeID( "LqFy" ), desc4, DialogModes.NO );

And it works with both a normal artLayer or as a smart filter.


Viewing all articles
Browse latest Browse all 27456


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>