Re: [Paraview] Inconsistent new view with the defalut

2015-12-07 Thread Cory Quammen
Yes, that should be possible. I have a potential fix for this problem and should hopefully have it resolved in the next couple days. Cory On Sat, Dec 5, 2015 at 3:58 AM, Giuseppe Bilotta wrote: > On Fri, Dec 4, 2015 at 10:56 PM, Cory Quammen

Re: [Paraview] can't do stereo animation output in batch mode

2015-12-07 Thread Cory Quammen
Ryan, In case you are still working on this, try adding this line before setting the StereoType view.StereoRender = 1 view.StereoType = st.capitalize() HTH, Cory On Fri, Nov 6, 2015 at 8:58 AM, Ryan Abernathey wrote: > Any thoughts on this issue? > > Has anyone

Re: [Paraview] Inconsistent new view with the defalut

2015-12-07 Thread Cory Quammen
Patch posted here: https://gitlab.kitware.com/paraview/paraview/merge_requests/505 On Mon, Dec 7, 2015 at 9:32 AM, Cory Quammen wrote: > Yes, that should be possible. I have a potential fix for this problem and > should hopefully have it resolved in the next couple

Re: [Paraview] rpath error when compiling ParaView 5.0

2015-12-07 Thread Ben Boeckel
On Sat, Dec 05, 2015 at 20:53:49 +0200, Armin Wehrfritz wrote: > I'm building ParaView (version 5.0 RC1) for openSUSE Tumbleweed (using > gcc 5.2.1) and get an error related to rpath (see below). I cannot say > much more about this, since don't really understand what's going wrong here. > > Does

Re: [Paraview] Sync time update for a vtkTable and vtkPolyData

2015-12-07 Thread Cory Quammen
That seems as good as any solution I might have proposed. Cory On Mon, Dec 7, 2015 at 9:05 PM, Matheus Viana wrote: > Hi guys. > > I found a solution to this problem, but I don't think it is the easiest > one. Anyway, it goes like this: > > Two views are created, the 1st is

[Paraview] OpenGL Backend Identification

2015-12-07 Thread Tim Thirion
Hi ParaView devs, I'm looking to provide run-time identification of the current OpenGL backend in use. Some questions: 1. VTK #defines VTK_OPENGL2, but ParaView #defines VTKGL2. Is there a particular reason we have both? 2. Is there an ideal place to define such a constant? Perhaps on the render

[Paraview] Velocity field analysis - lambda2

2015-12-07 Thread David Larsson
Dear all, I'm working with velocity vector fields over multiple time steps. I would like to compute a number of entities for the velocity field - most importantly the lambda2-scalar, but being relatively new to paraview I'm not really sure how to do that. I can do some simple modifications

Re: [Paraview] Velocity field analysis - lambda2

2015-12-07 Thread David E DeMarle
Have you tried numpy expressions in the python calculator? http://www.vtk.org/Wiki/Python_Calculator hth David E DeMarle Kitware, Inc. R Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Mon, Dec 7, 2015 at 4:11 PM, David Larsson wrote: >

Re: [Paraview] Velocity field analysis - lambda2

2015-12-07 Thread Tim Gallagher
David, I haven't taken on lambda-2 yet, but I have been able to build a pipeline for Q-Criterion. It looks something like: Data -> CellDataToPointData (if it isn't already point data) -> ComputeDerivatives (set the gradient option to vorticity and the tensor option to strain) ->

Re: [Paraview] Velocity field analysis - lambda2

2015-12-07 Thread Tim Gallagher
For the sake of people years later who come across this thread, there is a typo in my definition and it should be: lambda_2 = S_ik S_kj + \Omega_ik \Omega_kj Tim - Original Message - From: "Tim Gallagher" To: "David Larsson"

[Paraview] pvpython: assigning a 2D texture image to an object that has TCords

2015-12-07 Thread Grothausmann, Roman Dr.
Dear mailing list members, Is it possible to assign a 2D texture image to an object that has TCords in python? I found quite a few people trying and reporting that it does not work nor does the Trace Option under paraview tell what happens if a texture is assigned in the GUI:

Re: [Paraview] Blurred volume rendering

2015-12-07 Thread Aashish Chaudhary
You can try that. If it does not work, its a very minor change, hopefully you can find the file and change it manually. Thanks, On Mon, Dec 7, 2015 at 8:58 PM, Thomas Oliveira wrote: > Dear Aashish, > > I tried to build ParaView from master, but I get an error that

Re: [Paraview] Sync time update for a vtkTable and vtkPolyData

2015-12-07 Thread Matheus Viana
Hi guys. I found a solution to this problem, but I don't think it is the easiest one. Anyway, it goes like this: Two views are created, the 1st is a 3D RenderView and the 2nd is a SpreadSheetView. The time-varying surfaces are shown in the first view and the time-varying tables are shown in the

Re: [Paraview] Blurred volume rendering

2015-12-07 Thread Thomas Oliveira
Dear Aashish, I tried to build ParaView from master, but I get an error that is the subject of another discussion on the list ("Error while building, H5_SIZEOF_SIZE_T is undefined"). Could I try to apply the patch on some version available from http://www.paraview.org/download/, maybe a nightly