Re: [Paraview] plugin through server manager configuration xml

2011-05-09 Thread Utkarsh Ayachit
You don't have to load XML plugins on server side. Utkarsh On Mon, May 9, 2011 at 1:31 AM, pratik pratik.mal...@gmail.com wrote: The plugin loaded on the client. But when i try to load it on the server, it gives an error saying: Load error: path/to/file/vtkcellderivatives.xml :invalid ELF

Re: [Paraview] plugin through server manager configuration xml

2011-05-09 Thread Utkarsh Ayachit
There was another bug in the XML, I've fixed it. Now it should not crash on Sphere. However it won't generate any gradient either. Try applying an Elevation filter to add some scalars to the dataset before using the cell derrivatives filter. Utkarsh On Mon, May 9, 2011 at 2:08 AM, pratik

[Paraview] plugin through server manager configuration xml

2011-05-06 Thread pratik
Hi, I copied the code for vtkCellDerivatives.xml given here: http://paraview.org/Wiki/Plugin_HowTo#Enabling_an_existing_VTK_filter verbatim and loaded it into PV 3.10.1 through the plugin manager, but the filter does not appear on the filters-alphabetical tab. Is there something else that I

Re: [Paraview] plugin through server manager configuration xml

2011-05-06 Thread Utkarsh Ayachit
There's already a filter named CellDerivative in paraview and hence it doesnt' show up separately. Just rename the proxy as CellDerrivative2 or something and you'll see it in the filters list. I am going to update the wiki as well. Utkarsh On Fri, May 6, 2011 at 2:16 PM, pratik