Skip to content

Provide python plugins with a way to register their operations at load.

David Thompson requested to merge dcthomp/smtk:python-plugin-ops into master

Previously, while you could use the Tools→Manage plugins… menu to load a plugin that defined SMTK operations, there was no way to register them with modelbuilder's operation manager. This MR adds that capability in the smtk.extension.paraview.appcomponents module. See the python doc for an example.

Edited by David Thompson

Merge request reports