Re: [Paraview] Embedding Paraview in PyQT based application

2012-11-21 Thread Pat Marion
No, you can't embed the ParaView GUI inside a PyQt application in that manner. But, you could extend the ParaView GUI using PyQt if you generate SIP bindings fo the classes in the ParaView/Qt source directory. I'm not sure if that has ever been done before. You can embed objects from the

Re: [Paraview] [Paraview-developers] (Ordered) Compositing question.

2012-11-21 Thread Biddiscombe, John A.
Doesn't seem to be working as expected yet. I have found some problems which I'll mention here for general reference. 1) Setting the ExtentTranslator using the function vtkPVRenderView::SetOrderedCompositingInformation(inInfo, this, input_bet, whole_extent, origin, spacing); doesn't stop

Re: [Paraview] [Paraview-developers] (Ordered) Compositing question.

2012-11-21 Thread Biddiscombe, John A.
1) Solved by setting redistributor-SetPassThrough(item.OrderedCompositingInfo.Translator!=NULL); So we pass through the data if the translator has been set. This fixes the blank regions which must have been caused by the D3 filter simply dropping cells in the regions which were shrunk,

[Paraview] Possible vtkOBBTree bug or weirdness

2012-11-21 Thread Andrew Parker
Hi, So I've been having some problems with vtkOBBTree using the intersectWithLine method with the following signature: int IntersectWithLine (double a0[3], double a1[3], double tol, double t, double x[3], double pcoords[3], int subId, vtkIdType cellId, vtkGenericCell *cell) In particular,

[Paraview] Volume rendering pvserver

2012-11-21 Thread Johannes Zarl
Hi, It seems like there is a bug with rendering volume datasets when being connected to a pvserver process. When I use the builtin: server and load the dataset into paraview, everything is rendered correctly. However, when I connect to a server process, only parts of the volume data are

Re: [Paraview] PointSprite Plugin on PV 3.98.0

2012-11-21 Thread Magician
Hi Utkarsh, Thanks for your reply. The PointSprite Plugin is very useful when we visualize 3D Point Cloud data. I hope the issue will be fixed. Magician On 2012/11/21, at 6:37, Utkarsh Ayachit wrote: PointSprite plugin has issues when VisItBridge is enabled hence it's not built in that

Re: [Paraview] Opacity on a wall display

2012-11-21 Thread Jalel Chergui
Setting opacity less than 1 on a ParaView source (cylinder) does not change the problem. Thanks always, Jalel Le 19/11/2012 19:07, Utkarsh Ayachit a écrit : Not sure what's going on. Is this image with stereo enabled? Can you share the dataset or reproduce the problem with something already

Re: [Paraview] help with a simple script?

2012-11-21 Thread Celia Bremer
Paraview crashes while executing the loop. I tried it on two computers multiple times. Subject: Re: [Paraview] help with a simple script? From: sebastien.jourd...@kitware.com Date: Wed, 21 Nov 2012 08:33:40 -0500 To: fuw...@hotmail.com The loop

Re: [Paraview] [Paraview-developers] (Ordered) Compositing question.

2012-11-21 Thread Utkarsh Ayachit
Good luck :). BTW, indeed, there's scope for providing improved interface for SetOrderedCompositingInformation(). I implemented for the use-cases I had at hand. Just the fact that's it's now easier to add alternative interfaces for the same is a step in the right direction (the same would have

Re: [Paraview] Volume rendering pvserver

2012-11-21 Thread Utkarsh Ayachit
Volume rendering of image datasets is currently not supported in CAVE (aka CurvedScreen) configurations. One hacky way to deal with it is to convert the data to unstructured grid (using Tetrahedralize filter) and then volume render that. On Wed, Nov 21, 2012 at 8:18 AM, Johannes Zarl

[Paraview] Equivalent to GetRenderView.ViewSize for CreateXYPlotView

2012-11-21 Thread Joe Borġ
It seems to be a valid attribute (CreateXYPlotView.ViewSize), but it's not having any affect when the image is saved (they all come out in the default 300x300. For a normal 3D view, this would be GetRenderView.ViewSize = [1200, 800], for example. But how is this done whilst in plot view?

Re: [Paraview] Volume rendering pvserver

2012-11-21 Thread Aashish Chaudhary
Hi Johannes, Utkarsh is right and what is suggested could work for you. I also remember someone asking the same question in this mailing list and that person was able to modify the volume rendering code to make it work in the CAVE. I have to find the information but I believe that was the case.

Re: [Paraview] Fwd: vtkStripper with programmable source

2012-11-21 Thread Sebastien Jourdain
Hi Eddy, after talking with Berk, we won't load that module by default and you will just need to load it yourself in your script. Seb On Fri, Nov 16, 2012 at 9:37 AM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Ah ok, I was referring to that line inside the