Our 'Blow Up' image enlargement product utilizes both an "8li" automation plugin and an "8bf" plugin to perform image enlargment in Photoshop. The 8bf plugin runs the user interface and does the actual rendering, while the automation plugin resizes the canvas in Photoshop, among other things.
This scheme has been in place and working since at least CS3 on OS X 10.4
While testing on OS X 10.9 using Photoshop CS6, we are encountering errors when calling into the Action Control and Action Descriptor suites. The error we are encountering is "Command Not Found"
The command should definitely be there as it will run in all other version of OS X. It will run on 10.9 usually but not always. I can get the error to go away if I throttle the timing of the calls into the suites by putting large (~1000 msec ) usleep() delays between each call into the suites. I would rather not use this solution in production code.
Does anyone have any insight or advice?
Mike Erickson
Alien Skin Software