where to find information on this kind of things? desc60.put

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

wsam7

where to find information on this kind of things? desc60.put

Post by wsam7 »

i want to understand more this kind of script, where should i search??

var id1143 = charIDToTypeID( "TrnS" );
var desc62 = new ActionDescriptor();
var id1144 = charIDToTypeID( "Nm " );
desc62.putString( id1144, "Linear" );
var id1145 = charIDToTypeID( "ShpC" );
desc60.putObject( id1143, id1145, desc62 );
var id1146 = stringIDToTypeID( "layerConceals" );
desc60.putBoolean( id1146, true );
var id1147 = charIDToTypeID( "DrSh" );
desc59.putObject( id1119, id1147, desc60 );
var id1148 = charIDToTypeID( "Lefx" );
desc58.putObject( id1116, id1148, desc59 );
executeAction( id1109, desc58, DialogModes.NO );
Larry Ligon

where to find information on this kind of things? desc60.put

Post by Larry Ligon »

If you have Photoshop 6, the CD has the SDK on it. You can find information there.

Larry
xbytor

where to find information on this kind of things? desc60.put

Post by xbytor »

There are parts of the PS6 SDK online. It may take a bit of searching, but I have found some info that way.