[Paraview] VTK ParaView 2-day course, 17-18 sept. 2012, Lyon, France

2012-08-27 Thread Philippe Pebay
Hello, Kitware will be organizing a 2-day course on VTK and ParaView on 09/17 and 09/18 at the Lyon office in France. * **Goals:* 1. Understand and program a pipeline with VTK 2. Visualize 2D and 3D images and meshes using VTK 3. Become familiar with the ParaView parallel visualization

[Paraview] Different pvbatch results when not on host

2012-08-27 Thread Joe Borġ
Different results for ViewSize when running on remote station. See my test.py script. If I run that on a localhost, then the image gets made the correct size. If I run this on a remote station (of exactly the same spec and after setting the DISPLAY) I get a different size screenshot, even

Re: [Paraview] Make array calculator operate on field data AND Field data is not maintained after some filters

2012-08-27 Thread Utkarsh Ayachit
We're on it. Thanks for the patches. Utkarsh On Mon, Aug 27, 2012 at 6:56 AM, Felipe Bordeu felipe.bor...@ec-nantes.fr wrote: Hello, I work mainly with XDMF files in ParaView in a daily bases, and I normally add some field data to store global data (like material properties or extra model

[Paraview] Unlink a property from a GUI widget on a reader panel

2012-08-27 Thread Takuya OSHIMA
Hi, I have a checkbox on my custom reader panel which is automatically generated in connection with an IntVector boolean domain property from the SM XML proxy definition, which is set to immediate_update. In order for checking/unchecking the checkbox to take effect in the server side

Re: [Paraview] Python interpreter not being created for coprocessing?

2012-08-27 Thread Andy Bauer
Hi Mark, With the modularization of VTK and ParaView the coprocessing tests were temporarily in a bad state. The serial ones are fixed now (the parallel runs but gives incorrect results for the screenshot). Is it possible for you to update your version of ParaView and retry this? Thanks, Andy

Re: [Paraview] Python interpreter not being created for coprocessing?

2012-08-27 Thread Vanmoer, Mark W
Hi Andy, I just did a fresh git clone and ccmake gives me Make Error at VTK/CMake/vtkModuleTop.cmake:29 (message): No such module vtkWrappingTools needed by vtkUtilitiesWrapClientServer Call Stack (most recent call first): VTK/CMake/vtkModuleTop.cmake:45 (vtk_module_check)

Re: [Paraview] ParaView thinks that it does not have a wind blade reader

2012-08-27 Thread Sohail Shafii
I see...so if MPI is running then it will create a parallel version of the class. Otherwise, it will create the normal reader. As far as the check goes for a multiprocess controller; while it does call the parent request data in the serial case, the inherited parallel class overrides some of the