Re: [Paraview] How to give Python access to a Plugin

2016-02-09 Thread Utkarsh Ayachit
> I don't seem to be able to access properties in the VRPlugin from a Python > source or filter. I can see other Plugins in the Python Shell (if I load the > plugin before opening the shell for the first time), but only filter or > source plugins. Is this related to the .xml file in some plugin

Re: [Paraview] ParaView Binary Installer 5.0 - Linux 64 bit - Scene Export : SVG, EPS and PDF formats missing

2016-02-09 Thread David Lonie
On Tue, Feb 9, 2016 at 11:59 AM, Tomislav Maric wrote: > I am using ParaView 5.0 from the 64 bit binary installer on on Arch > Linux. When I click on File->Export Scene, I can't find the SVG, EPS and > PDF formats. Due to differences in the OpenGL features available to

[Paraview] Cylinder axis for slices spatially limited within bounding box

2016-02-09 Thread Felix Raynaud
Hi there, I've just tried the new slice type "cylinder" and can observe a strange behaviour (bug?). I'm post-processing a one-sector jet engine turbine and the engine axis is "far away" from the visible geometry and thus outside its bounding box. I'd like to make a cylinder-slice whose axis is

Re: [Paraview] Parallel unfriendly filters?

2016-02-09 Thread Dan Lipsa
> > > > Cell Data to Point Data is the only way I know of to activate the contour > filter for silo files. The results are stored in cell arrays, which > apparently don't activate the contour filter. I stumbled upon using Cell > Data to Point Data by accident, so if there's a better way to do

[Paraview] Antivirus Quarantining paraview.exe

2016-02-09 Thread Nicholas Jenkins
Has anybody experienced this issue? My Panda Antivirus keeps quarantining paraview.exe as soon as I install it. I'm not sure if they are using a script sequence that is picked up as malicious, or it's actually infected? I'm on Windows 7 64-bit, and installing the latest stable version. Thanks.

[Paraview] Building a stress tensor to compute eigenvalues and eigenvectors

2016-02-09 Thread Rémy Mercenier
Hello, I would like to compute the eigenvalues/eigenvectors of a stress tensor using either the python calculator or the tensor glyph filter. However, as far as i understand, i need to have 3D matrices to use these filters but when reading my exodusII file in paraview, i get each stress

[Paraview] ParaView Binary Installer 5.0 - Linux 64 bit - Scene Export : SVG, EPS and PDF formats missing

2016-02-09 Thread Tomislav Maric
Hello everyone, I am using ParaView 5.0 from the 64 bit binary installer on on Arch Linux. When I click on File->Export Scene, I can't find the SVG, EPS and PDF formats. Is the pre-built binary not linked against gl2ps (http://www.paraview.org/Wiki/ParaView/Vector_Graphics_Export) ? Do I need

[Paraview] paraview crashes during startup

2016-02-09 Thread Burlen Loring
A fresh clone as of midday yesterday PV client fails to launch with the below error. I enabled mpi and python, everything else is default value. libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast X Error: BadValue (integer parameter out of range for

Re: [Paraview] [EXTERNAL] Cylinder axis for slices spatially limited within bounding box

2016-02-09 Thread Scott, W Alan
Felix, Complicated answer to a simple question. Here goes. The cylinder slice and clip were added in 4.4.0. The error you ask about below is in ParaView 4.4.0. It was fixed for PV 5.0.0. You may want to upgrade to ParaView 5.0.0. However, in researching this issue, I did find a few

[Paraview] Periodicity aware streamline?

2016-02-09 Thread Tim Gallagher
Hi, I have a simulation that is periodic in 2 of the 3 directions and I would like to plot some streamlines coming from specific points in the domain. Some of these points are close to one of the periodic edges. Is there a way to tell Paraview that the domain is periodic and that streamline

[Paraview] How to uncheck Map Scalars using ParaView Python console

2016-02-09 Thread Tias Maiti
Hi, I am trying to set RGB color based on a data with 3 components. Unchecking "Map Scalars" checkbox under Scalar coloring does the trick in GUI mode. Is there a way to do it using pvpython (scripts) ? How do I set up the lookup table to do the same thing ? Thanks, Tias ——— Tias

Re: [Paraview] How to uncheck Map Scalars using ParaView Python console

2016-02-09 Thread Cory Quammen
Tias, Sure, there is, and it's easy to find out how. Under the Tools menu, choose, Start Trace. In the dialog box that appears, click OK. Now uncheck the Map Scalars checkbox in your pipeline object. Stop the trace by selecting Stop Trace in the Tools menu. Doing this for a simple sphere source,

[Paraview] Combining files in an animation

2016-02-09 Thread Salazar De Troya, Miguel
Hello Newbie here, hopefully my question is not too obvious. I have two .e files from two consecutive optimization iterations. I want to show how the results evolve from one iteration to the next with an animation. What I did was to add the two files in the animation and modify the field