You should not unload plugins that way. "Remove" plugin simply forgets the plugin so it's state won't be saved. It's to be used to discard obsolete/temporary plugins. You'll need to restart ParaView to reload a plugin. While XML plugins, reloading may work fine, it will has weird issues with C++ plugins or in some other cases.
On Mon, Feb 2, 2015 at 2:54 PM, Bruce Jones <[email protected]> wrote: > Hey, > > Not sure if this is the best place to report this. > > I have noticed that if you load a plugin (xml plugin at least), then remove > the plugin, then load the same plugin again, it doesn't appear in the list > of plugins in the manage plugins window. > > The plugin does however appear to load successfully and can be used. > > Cheers, > Bruce > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
