Skip to main content
rechmbrs
Inspiring
May 1, 2018
Répondu

Hide plugins in Filter menu.

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

Ce sujet a été fermé aux réponses.
Meilleure réponse par 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 commentaire

Tom Ruark
Tom RuarkRéponse
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
rechmbrsAuteur
Inspiring
May 23, 2018

Works like a charm.

Thanks,

RONC