Hi,
I was able to call filter plug-in from my automation plug-in. Now I'm stuck in calling import plug-in.
I build GradientImport example from PhotoshopSDK, and modify resource PIPL to have unique string ID. ( i.e. I changed this line HasTerminology { plugInClassID, plugInEventID, ResourceID, "" } ) and put a unique ID.
Then I tried to call it from my automation plug-in, but always I get this error: The command "AdobeSDK GradientImport" is not currently available.
What should I change/modify for to be able to call import plug-in (GradientImport is ok) from my automation plug-in ?
Thanks.