Remove just removes it from the menu, it does not remove the library from the running process. To remove the plugin you have to subsequently quit ParaView and restart.
Removing the library at run time like you want is not on the forseeable horizon. My understanding is that once the symbols from the library are loaded they are inextricably entwined with the running process. David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Wed, Apr 28, 2010 at 5:06 PM, David Doria <[email protected]> wrote: > Consider that I have built a .so plugin (call it vtkTest). > > - I have the vtkTest plugin loaded in Paraview > - Then I make a change to vtkTest.cxx and recompile the plugin .so > - I go to Tools -> Plugin Manager > - Select vtkTest and click "Remove" > - Click "Load New" > - Select the new vtkTest.so > - Attempt to run the filter > > It seems to use the OLD version of the filter. If I restart Paraview > and then load the plugin, the new version is used. > > Does anyone else have this problem? > > Thanks, > > David > _______________________________________________ > 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 > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
