-
1. Re: How to identify a smart filter?
Chris Cox Sep 6, 2011 12:55 AM (in response to dheeraj_c)No, there is not. It plays back exactly as if an action had called the plugin.
-
2. Re: How to identify a smart filter?
dheeraj_c Sep 6, 2011 2:40 AM (in response to Chris Cox)Thanks for the reply Chris Cox.
-
3. Re: How to identify a smart filter?
KevinZou Nov 4, 2011 10:00 AM (in response to Chris Cox)Is there a way in Photoshop SDK to tell if an action had called the plug-in?
Thanks,
-
4. Re: How to identify a smart filter?
Tom Ruark Nov 4, 2011 11:08 AM (in response to KevinZou)propPlayInProgress in PIProperties.h will tell you if an action is currently playing. A Smart Object will be running you via your action parameters but I'm not 100% sure if the propPlayInProgress is getting set or not. The design is that you (a plug-in filter) should not care if an action or a smart object is running you. Just look at the dialog display options and do the correct thing. If you are using random numbers for operations you have an issue when the smart object plays you again as it could play you often and if you regenerate based on random numbers your users might not like that.




