Getting global angle value?

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

nathanielbell

Getting global angle value?

Post by nathanielbell »

So for things with DescValueType.UNITDOUBLE I would use something like ".....getUnitDoubleValue(stringIDToTypeID('softness'))" for example. What would I use for something with a value type "ENUMERATEDTYPE" or "BOOLEANTYPE"?

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

Mike Hale

Getting global angle value?

Post by Mike Hale »

Check the Action Descriptor part of the javascript guide.

getEnumerationValue(key) and getBoolean(key)