I would say: At plugin load time, check if your other plugins are already loaded. If yes, don't load the processing provider, it's already loaded by the first loaded plugin.
You need to use the same provider name (id). So your models won't be broken. Don't forget to update each processing algorithms when you edit one file. Le jeu. 9 août 2018 à 12:31, Tejas L <[email protected]> a écrit : > Hello! > > We are releasing multiple QGIS3 plugins, each with their own processing > algorithms. We would like the processing algorithms of these plugins to > appear under a single Processing provider in the Processing toolbox. How > can we achieve this? > > Regards, > Tej > > _______________________________________________ > QGIS-Developer mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
_______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
