Skip to main content
Participant
April 3, 2007
Question

Smart Filters

  • April 3, 2007
  • 3 replies
  • 1054 views
Does anybody know how to write Smart Filters ?
This topic has been closed for replies.

3 replies

Known Participant
May 21, 2007
SOLVED.
CnvtPiPL.exe left over from previous version of SDK, making invalid .rc file.
Known Participant
May 18, 2007
strange thing.
My plug-in has FilterLayoutSupport{doesSupportFilterLayers} in PiPL, it
smoothly runs with scripting (batch processing) without dialogs and doesn't use random numbers at all.

But Photoshop still not does not enable my plug-in in filters if SmartObject is selected.

Any ideas?
Tom Ruark
Inspiring
May 1, 2007
Smart filters are regular filters with a few requirements. See Dissolve.

1) You need to add a pipl property. FilterLayerSupport
{doesSupportFilterLayers},
2) You need to obey scripting parameters and run without a dialog.
2a) If you use random numbers for your algorithim you will need to handle
that otherwise your smart filter will change on rerendering.