Re: [Paraview] Alter VTK Object on True Client-Server

2011-08-01 Thread Utkarsh Ayachit
What are you trying to do with the VTK object? And what version of ParaView is this? Utkarsh On Mon, Aug 1, 2011 at 10:28 AM, janaki prasad janaki.prasa...@gmail.com wrote: Hello, Is there a proper way to update a VTK object on ParaView's true client-server architecture? I am writing a

Re: [Paraview] Alter VTK Object on True Client-Server

2011-08-01 Thread Utkarsh Ayachit
Try looking at information_only properties. That's one of the recommended ways to get values from the server-side. However friendships won't work in that case and you'd need public API to access those values. Utkarsh On Mon, Aug 1, 2011 at 11:14 AM, janaki prasad janaki.prasa...@gmail.com wrote:

Re: [Paraview] Xdmf on master branch

2011-08-01 Thread Utkarsh Ayachit
I think making the option advanced makes sense. Dave, any objections? Utkarsh On Sat, Jul 30, 2011 at 1:27 AM, Tim Gallagher tim.gallag...@gatech.edu wrote: Hi, I just built off the master branch (commit 4f0d9672) and I noticed XDMF_WRAP_PYTHON was no longer an option. It appears it was

[Paraview] Exporter Plugin Example

2011-08-01 Thread Lars Bilke
Dear ParaView users / developers, I would like to create a ParaView exporter for the OpenSG scene graph as a plugin. But I haven´t found an example on how to do this. I saw that the VRMLExporter is registered in ParaViewCore/ServerImplementation/Resources/utilities.xml but as far as I

Re: [Paraview] Exporter Plugin Example

2011-08-01 Thread Utkarsh Ayachit
Simple create a server-manager plugin that regsiters a new proxy under the exporter's group. The Export code looks at all proxies defined in this group each time (if I remember correctly). Utkarsh On Mon, Aug 1, 2011 at 11:48 AM, Lars Bilke lars.bi...@ufz.de wrote: Dear ParaView users /

Re: [Paraview] Xdmf on master branch

2011-08-01 Thread David Partyka
That should work. Ideally we can get packaging XDMF's python module working properly for the next major release. I just created a bug for that task here: http://paraview.org/Bug/view.php?id=12445 On Mon, Aug 1, 2011 at 11:37 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I think

[Paraview] LOD Algorithm

2011-08-01 Thread owen.arnold
Hi, We've recently been generating a series of plugins to get our data into ParaView. We generate our vtkUnstructuredGrids from our raw data by specifying a recursion depth into a rather large, hierarchical dataset. It occurs to us that we could set a minimal recursion depth and quickly

Re: [Paraview] LOD Algorithm

2011-08-01 Thread Utkarsh Ayachit
No, there's no easy way to modify the underlying LOD algorithm without changing the framework code. Utkarsh On Mon, Aug 1, 2011 at 12:02 PM, owen.arn...@stfc.ac.uk wrote: Hi, We’ve recently been generating a series of plugins to get our data into ParaView. We generate our

Re: [Paraview] Xdmf on master branch

2011-08-01 Thread Tim Gallagher
Obviously I prefer David's approach of fixing it so it's always on :) But, if for some reason it can't be fixed by next release, making the option advanced again is good enough. Thanks again, Tim - Original Message - From: David Partyka david.part...@kitware.com To: Utkarsh

Re: [Paraview] Paraview not working in Mac OS X Lion

2011-08-01 Thread Blaise Bourdin
Dear David, Were you ever able to upload a new binary? Paraview is the last software holding me back from upgrading to Lion. I need the python interface (pvpython), so the 3.8.1 binary is not an option for me. Regards, Blaise -- Department of Mathematics and Center for Computation

Re: [Paraview] LOD Algorithm

2011-08-01 Thread Yumin Yuan
Instead of modifying the underlying LOD algorithm, what about turning off the LOD, and create a new type of representation for your data with the small vtkUnstructuredGrid? and of course, you have to change the representation to this new type during mouse interaction. Yumin On Mon, Aug 1, 2011