[Paraview] RequestData gets called twice when in parallel

2011-08-24 Thread Paul Edwards
Hi, Filters have their RequestData called twice when using a parallel server. This happens when the filter is first added - subsequent Applys only called it once. To reproduce: First run a parallel server, attach a debugger and set a breakpoint in vtkArrayCalculator::RequestData Create a Box

[Paraview] Is there a way to get the Paraview version from within a python script in batch?

2011-08-24 Thread Albina, Frank
Dear All! Is there a way to get the paraview version from within a python script? I could get the underlying VTK version with paraview.vtk.vtkVersion.GetVTKVersion(), but I could not manage to achieve the same with the paraview version, although it pops up to the output when performing: from

Re: [Paraview] Is there a way to get the Paraview version from within a python script in batch?

2011-08-24 Thread Utkarsh Ayachit
pxm = servermanager.ProxyManager() pxm.GetVersionMajor() pxm.GetVersionMinor() pxm.GetVersionPatch() pxm.GetParaViewSourceVersion() Utkarsh On Wed, Aug 24, 2011 at 8:28 AM, Albina, Frank frank.alb...@sauber-motorsport.com wrote: Dear All! Is there a way to get the paraview version from

Re: [Paraview] RequestData gets called twice when in parallel

2011-08-24 Thread Utkarsh Ayachit
Ah yes! John reported this too, and I had forgotten about it. Glad you noticed it too. I'll address it soon. Utkarsh On Wed, Aug 24, 2011 at 7:41 AM, Paul Edwards paul.m.edwa...@gmail.com wrote: Hi, Filters have their RequestData called twice when using a parallel server.  This happens when

Re: [Paraview] Is there a way to get the Paraview version from within a python script in batch?

2011-08-24 Thread Eric E. Monson
Hello Frank, This still seems to work fine: http://www.paraview.org/pipermail/paraview/2009-August/013421.html -Eric · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · Eric E Monson Duke Visualization Technology Group On Aug 24, 2011, at 8:28 AM, Albina, Frank wrote:

[Paraview] KiwiViewer in App Store. New open-source library coming soon.

2011-08-24 Thread pat marion
Hi, I'm excited to announce Kitware's first entry in the Apple app store. KiwiViewer is a free, interactive application for exploration of geometric datasets on multi-touch mobile devices. You can learn more about the app at the website here: http://kiwiviewer.org And here is a press

Re: [Paraview] RequestData gets called twice when in parallel

2011-08-24 Thread Utkarsh Ayachit
Paul, I've committed a fix. It will get into git-master after the gatekeeper review. Attached is the patch. Utkarsh On Wed, Aug 24, 2011 at 8:58 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Ah yes! John reported this too, and I had forgotten about it. Glad you noticed it too. I'll

Re: [Paraview] Concept: A world without Any Bugs

2011-08-24 Thread Utkarsh Ayachit
John, I've implemented your suggestion and push a fix (awaiting gatekeeper review). http://paraview.org/Bug/view.php?id=12546 Utkarsh On Wed, Jun 8, 2011 at 5:13 PM, Biddiscombe, John A. biddi...@cscs.ch wrote: Our messages crossed in flight. My suggestion would be to set the ghost level to

Re: [Paraview] Distributing PVSC files (ParaView 4.0)

2011-08-24 Thread Sean Ziegeler
I'm going to throw my support in for the Python scripting suggestion. It would probably help with the open port issue (e.g., watching ssh output for an error), in discovering the location of plink/ssh/etc., and probably a number of other use cases. Also, the issue of modified versions of ssh

[Paraview] Pvbatch: Volume rendering a thresholded unstructured grid

2011-08-24 Thread Jesus Pulido
I am trying to volume render an unstructured grid of points using pvbatch but I am getting an error: ERROR: In /home/user/Programs/ParaView-3.11.1-git/ParaView/VTK/VolumeRendering/vtkUnstructuredGridVolumeRayCastMapper.cxx, line 211 vtkUnstructuredGridVolumeRayCastMapper (0x2473a40): Can't use

Re: [Paraview] Python - load state just like when using the GUI

2011-08-24 Thread Tim Gallagher
Hi all, So I did some more digging. It turns out the instructions on the wiki at: http://www.vtk.org/Wiki/ParaView/Python_Scripting#Loading_State_and_Manipulating_It is wrong. If you follow those steps, you just get a black image with nothing in it. However, I found a presentation at:

Re: [Paraview] Regarding Paraview Web Visualization

2011-08-24 Thread Sebastien Jourdain
Hi Sudhir, For the WEBGL_JAVASCRIPT_PATH, you must use a full path like that one /home/seb/.../ParaViewWeb/WebServer/PWService/web/js/dev/ Otherwise, despite the fact you start tomcat as root, everything seems to be fine. Seb On Wed, Aug 24, 2011 at 9:41 PM, spat...@ibrainovative.com wrote: