Skip to main content
rechmbrs
Inspiring
May 1, 2018
Answered

Hide plugins in Filter menu.

  • May 1, 2018
  • 1 reply
  • 1075 views

I have a dozen or so plugins that must to be run from scripts because of pre-processing and post-processing requirements.  I have one script that handles that part but the use of the plugins without the script is still available and guaranteed failure.  Can I hide the installed plugins from showing in filter menu?  The script shows in the filter menu thanks to help from JJ.

RONC

This topic has been closed for replies.
Correct answer Tom Ruark

This is what the Hidden filter plugin example does. Make sure you have this as a PiPL property and rebuild the plugin.

Category { "**Hidden**" },

1 reply

Tom Ruark
Tom RuarkCorrect answer
Inspiring
May 7, 2018

This is what the Hidden filter plugin example does. Make sure you have this as a PiPL property and rebuild the plugin.

Category { "**Hidden**" },

rechmbrs
rechmbrsAuthor
Inspiring
May 23, 2018

Works like a charm.

Thanks,

RONC