[Paraview] Reloading plugins after recompiling them

2010-04-28 Thread David Doria
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 - Attemp

Re: [Paraview] Reloading plugins after recompiling them

2010-04-28 Thread Biddiscombe, John A.
0 23:07 > To: ParaView > Subject: [Paraview] Reloading plugins after recompiling them > > 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 &g

Re: [Paraview] Reloading plugins after recompiling them

2010-04-28 Thread Utkarsh Ayachit
"Remove" doesn't unload a plugin, it simply removes it from the list. In fact unloading a plugin is not supported (and won't be supported anytime soon). You've have to restart ParaView. Utkarsh On Wed, Apr 28, 2010 at 5:06 PM, David Doria wrote: > Consider that I have built a .so plugin (call it

Re: [Paraview] Reloading plugins after recompiling them

2010-04-28 Thread David E DeMarle
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 th

Re: [Paraview] Reloading plugins after recompiling them

2010-04-28 Thread David Doria
On Wed, Apr 28, 2010 at 5:11 PM, David E DeMarle wrote: > 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 > f