I am developing an automation plugin and need to obtain properties (or parameters, I don't know the terminology) of action command (the ones that are shown in Actions Palette when expanding the command). It seems to me that it should be obtained via sPSActionControl::Get call with populated action set, action, command and property index, but I found no class constant for property index in SDK headers. I tried classElement, classProperty and other similar classes, but it didn't work. However, I think there should be some way to do this as there is the number of properties specified under keyNumberOfChildren key in the returned descriptor of the command (when calling sPSActionControl::Get with populated classCommand, classAction, classActionSet).
Any help will be appreciated.
 
No comments:
Post a Comment