Determine host application capabilities from an Automation plugin
Sorry, I tried like crazy to search for an answer to this in the SDK docs and in this forum.
I have an automation plugin that works in both Elements 7ish-10 and full Photoshop CS3/4/5. However, I want to determine in the host application is 'smart object capable' in order to do some things conditionally in my code.
Preferably, I'm wondering if there's some boolean property I can access through some PICA (or other) callbacks to determine if the host can handle smart objects.
My current fallback is the 'keyHostName' property but I'd like to avoid having to maintain/rely on string comparisons to determine if the host is smart object capable.