Refactor SMTK ParaView plugins
-
Most if not all of the source files in smtk/extension/paraview/appcomponents/plugin-core
should be moved up one directory and put into the smtkPQComponentsExt library (where they can be used by plugins) rather than in the smtkPQComponentsPlugin plugin. -
Beyond moving these files, we may wish to split functionality from smtkPQComponentsPlugin into multiple plugins. Certainly the autostart for pqSMTKBehavior could be separated into its own plugin so that plugin could be used without establishing reader/writer support, dock widgets, etc. @jwilson1881 Are there others?
Edited by Aron Helser