Re: [Paraview] Show Widget in CompoundSourceProxy

2011-02-15 Thread Christoffer Green
Utkarsh, Thank you for your response it has helped me make the xml file shorter since I don't need to copy the PlaneSource to add a widget to it. Exposing the needed properties in the CompoundSourceProxy worked well but I cannot get the widget hints to work, whenever I add the hints section to

Re: [Paraview] Paraview lighting Vs Command line

2011-02-15 Thread David Partyka
Can both of you file these as bugs on paraview.org/Bug when you can. Thank you very much for pointing these out. On Tue, Feb 15, 2011 at 6:53 AM, Fabian Braennstroem f.braennstr...@gmx.dewrote: Hi, I am not able to help and it might be off-topic (it is just related to python tracing), but

Re: [Paraview] Show Widget in CompoundSourceProxy

2011-02-15 Thread Utkarsh Ayachit
The name in the hints section should match the exposed_name for the exposed properties. Utkarsh On Tue, Feb 15, 2011 at 3:49 AM, Christoffer Green christoffer.gr...@gmail.com wrote: Utkarsh, Thank you for your response it has helped me make the xml file shorter since I don't need to copy the

Re: [Paraview] unstructured grid, programmable filters: extract, process array data

2011-02-15 Thread Andy Bauer
This sounds like a job for the calculator filter. coordsX^2+coordsY^2 for your first example (or psi__X^2+psi__Y^2 for the psi variables) and atan(coordsX/coordsY) for the second example. It can operate on point or cell data (set in the Attribute Model drop-down menu), replace invalid numbers

Re: [Paraview] Polyvertex Topology

2011-02-15 Thread Dan Lussier
Hi Matthias, Try changing your Topology tag to: Topology TopologyType=Polyvertex NumberOfElements=2 The NumberOfElements property corresponds to the number of points or particles you have in your system for a Polyvertex type file. This shouldn't be (but seems to often be) confused with the

Re: [Paraview] Paraview lighting Vs Command line

2011-02-15 Thread bastil2...@yahoo.de
Fabian, I guess you use parallel projection? I have seen quite some bugs in combination with views and parallel projection. Would be nice to get them fixed. Regards Bastian Am 15.02.2011 12:53, schrieb Fabian Braennstroem: Hi, I am not able to help and it might be off-topic (it is just

[Paraview] Mesa-7.8.2 incompatible?

2011-02-15 Thread Fabian, Nathan
Hi, I've built a recent pull of the master branch against Mesa-7.8.2. I'm building pure Offscreen with no X or GL. When I try to render I get the following fatal error: main/renderbuffer.c:1924: _mesa_add_renderbuffer: Assertion `bufferName == BUFFER_DEPTH || bufferName == BUFFER_STENCIL ||

Re: [Paraview] Mesa-7.8.2 incompatible?

2011-02-15 Thread David Partyka
Use an older (7.6?) or newer mesa (7.9). On Tue, Feb 15, 2011 at 4:38 PM, Fabian, Nathan ndfa...@sandia.gov wrote: Hi, I've built a recent pull of the master branch against Mesa-7.8.2. I'm building pure Offscreen with no X or GL. When I try to render I get the following fatal error:

Re: [Paraview] Mesa-7.8.2 incompatible?

2011-02-15 Thread Fabian, Nathan
Yep. 7.9 works great. I've used 7.8.2 with 3.8.x. Is Mesa something people should expect to upgrade going to paraview 3.10? On 2/15/11 2:40 PM, David Partyka david.part...@kitware.com wrote: Use an older (7.6?) or newer mesa (7.9). On Tue, Feb 15, 2011 at 4:38 PM, Fabian, Nathan

Re: [Paraview] build ParaView git on Windows7 64bit + MSVC2010 with vtkPythonCore errors

2011-02-15 Thread Xunlei Wu
Hi Dave and All, I got some progress in terms of building vtkPythonCore. I had Enthought's Python distribution ver 7.0.1 !!!64bit!!! initially. I have verified it is indeed a 64bit Python executable. The package comes with python27.lib and CMake did not blink and automatically set

Re: [Paraview] compiling master from git, problem on debian machine

2011-02-15 Thread Ricardo Reis
hmmm... any idea of what could be causing this problem? best, Ricardo Reis 'Non Serviam' PhD candidate @ Lasef Computational Fluid Dynamics, High Performance Computing, Turbulence http://www.lasef.ist.utl.pt Cultural Instigator @ Rádio Zero http://www.radiozero.pt

Re: [Paraview] compiling master from git, problem on debian machine

2011-02-15 Thread David Partyka
Hi Ricardo, Your errors are pretty strange. What debian are you using? Is your MPI from the package manager? On Tue, Feb 15, 2011 at 5:29 PM, Ricardo Reis rr...@aero.ist.utl.pt wrote: hmmm... any idea of what could be causing this problem? best, Ricardo Reis 'Non Serviam' PhD

[Paraview] problem in parallel volume rendering

2011-02-15 Thread 胡健
dear all: I am a graduate student. I am on the search of parallel volume render in VTK. Now I am in trouble with parallel rendering in vtk. I hope you can do me a favor. I want to know which class do I need to parallel volume render in VTK. I used vtkIceTRenderManager to render,but I can not