Getting global angle value?
Getting global angle value?
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"?
Getting global angle value?
Check the Action Descriptor part of the javascript guide.
getEnumerationValue(key) and getBoolean(key)
getEnumerationValue(key) and getBoolean(key)