Skip to content

Move dependencies on model and mesh out of smtkPVServerExtPlugin.

David Thompson requested to merge dcthomp/smtk:more-plugins into master

Instead of registering mesh and model operations (including selection responders previously in smtkPVServerExtPlugin), provide separate plugins that register operations for these subsystems.

Custom applications that do not wish import operations for these subsystems to be public (and thus ask users to select an import method each time a file is opened) can now avoid packaging some plugins in order to achieve this. In particular, this will help address aeva/aeva#43 (closed) and aeva/aeva#47 (closed) .

Merge request reports