[Paraview] Plot over line CSV export python script not working

2011-09-29 Thread Luca Giannelli
Hello everybody, I've been using Paraview for quite a long time but I didn't need the python scripting up to now. I want to execute a series of plot over line in numerous points and different time steps so it is nothing I can afford to do manually. Looking on the net I was able to find out how to

Re: [Paraview] paraview build fails due to PARAVIEW_BUILD_QT_GUI (mac 10.6.8 | gcc version 4.2.1 | CMake 2.8-2)

2011-09-29 Thread nikos yiotis
*resolved* Nikos Yiotis | Graphics Software Engineer | +44 (0) 7541 875124 | linkedinhttp://uk.linkedin.com/in/yiotis On Thu, Sep 29, 2011 at 9:05 AM, nikos yiotis nikos.yio...@gmail.comwrote: Hi, im building Paraview source on Mac OS OX (10.6.8 Snow Leopard *not* Lion | gcc version

[Paraview] WriteImage in the background

2011-09-29 Thread Rick Muller
I'm currently doing some rendering on a large collection of exodus files using pvpython. I would like for this rendering to be done in the background. However, when I call WriteImage(filename), paraview pops up an X-window, and renders to the screen while saving the image. Is there any way to keep

Re: [Paraview] WriteImage in the background

2011-09-29 Thread Andy Bauer
As far as I know, using mesa and offscreen rendering is the only way to do that. Information on that is available at http://www.vtk.org/Wiki/ParaView/Users_Guide/Parallel_Rendering#Offscreen_Software_Rendering_via_OSMesa Andy On Thu, Sep 29, 2011 at 11:06 AM, Rick Muller rpmul...@gmail.com

Re: [Paraview] WriteImage in the background

2011-09-29 Thread pat marion
Another option, you can use your window manager to automatically move the windows to a different workspace and they won't get in your way. If you have compiz enabled, then you can use the Place Windows plugin. Below is a script that I use to get those vtk windows out of my way. The script

Re: [Paraview] CGNS files

2011-09-29 Thread Fred Fred
I have no problem to compile with cgns-3.1.3 but if I load a cgns file, I got the following error: ERROR: In /usr/local/ParaView-3.10.1/Utilities/VisItBridge/AvtAlgorithms/vtkAvtSTMDFileFormatAlgorithm.cxx, line 409 vtkVisItCGNSReader (0x121793510): VisIt Exception caught. ERROR: In

Re: [Paraview] CGNS files

2011-09-29 Thread Odile Lemay
Did you try a cgns file from cgns web site ? Can you open your cgns file with the Windows browser, from cgns web site ? My suggestion, had a look to your file first. Odile Lemay From: stan1...@hotmail.fr To: o_le...@hotmail.com; robert.mayn...@kitware.com CC: paraview@paraview.org Subject: RE:

Re: [Paraview] paraview not running!!!

2011-09-29 Thread John Drescher
On Thu, Sep 29, 2011 at 1:18 PM, naveen kumar naveenn...@gmail.com wrote: Dear Paraview Users, i am new to paraviewer family. recently i installed the paraview  (paraview 3.10.1 and 3.8.1 32bit) in scietific linux 5.2 using wine. The installation was successful but when i run it,  it shows

Re: [Paraview] paraview not running!!!

2011-09-29 Thread Sebastien Jourdain
Why are you using Wine ? Can't you just run ParaView natively under your linux ? On Thu, Sep 29, 2011 at 1:21 PM, John Drescher dresche...@gmail.com wrote: On Thu, Sep 29, 2011 at 1:18 PM, naveen kumar naveenn...@gmail.com wrote: Dear Paraview Users, i am new to paraviewer family. recently i

[Paraview] Fwd: paraview not running!!!

2011-09-29 Thread John Drescher
-- Forwarded message -- From: naveen kumar naveenn...@gmail.com Date: Thu, Sep 29, 2011 at 1:40 PM Subject: Re: [Paraview] paraview not running!!! To: John Drescher dresche...@gmail.com Dear Jhon, The screen output is as below i am not getting what to do, plz help me

Re: [Paraview] paraview not running!!!

2011-09-29 Thread David Partyka
Hi Naveen, I would recommend you try the native linux binaries we build rather than the Windows version through Wine. You can download them here. http://paraview.org/paraview/resources/software.html On Thu, Sep 29, 2011 at 1:24 PM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Why

[Paraview] ANN: ParaView 3.12.0 RC-2 available for download

2011-09-29 Thread David Partyka
The ParaView team is pleased to announce the availability of the ParaView 3.12.0 Release Candidate 2 binaries for download on the ParaView ( http://paraview.org/paraview/resources/software.html). ParaView 3.12 can be considered as a bug-fix release with over 180 issues resolved. The detailed list

Re: [Paraview] paraview not running!!!

2011-09-29 Thread Pierre Chevalier Géologue
Le 29/09/2011 19:24, Sebastien Jourdain claviota: Why are you using Wine ? Can't you just run ParaView natively under your linux ? Yes, I agree. The native linux version of paraview will run smoothly, and much faster. I played a bit with paraviewgeo, running it under wine, but now that

Re: [Paraview] line chart display bug when loading state file

2011-09-29 Thread pat marion
Hi Andy, The bug you reported may become related to Paul's as work progresses, but for now it is more of an issue of the python trace being incorrect, and not the display widgets initializing correctly from deserialized proxies. Pat On Wed, Sep 28, 2011 at 10:36 AM, Andy Bauer

Re: [Paraview] CGNS files

2011-09-29 Thread Goodwin Lawlor
Unless that's a typo, looks like one too many right brackets in line 409... Goodwin On 29 Sep 2011, at 21:12, Odile Lemay o_le...@hotmail.com wrote: Did you try a cgns file from cgns web site ? Can you open your cgns file with the Windows browser, from cgns web site ? My suggestion, had

[Paraview] SetActiveVectors with paraview.simple

2011-09-29 Thread Oliver Borm
Hello, according to (the closed) bug 7387 the vtkTransformFilter is only able (by design) to transform one active vector. From my point of view, this seems to be a limitation of the virtual function TransformPointsNormalsVectors(), as this function can only handle one result vector and one Normal

Re: [Paraview] CGNS files

2011-09-29 Thread Fred Fred
No no, just I did not put the catch call: CATCH_VISIT_EXCEPTIONS(data, this-AvtFile-GetMesh(timestep, i, name.c_str()) ); CC: stan1...@hotmail.fr; robert.mayn...@kitware.com; paraview@paraview.org From: goodwin.law...@ucd.ie Subject: Re: [Paraview] CGNS files Date: Fri, 30 Sep 2011

Re: [Paraview] CGNS files

2011-09-29 Thread Fred Fred
Bad suggestion lolActually I downloaded the dmg file, indeed to check this, and I can read the file using the prebuilt version. From: o_le...@hotmail.com To: stan1...@hotmail.fr; robert.mayn...@kitware.com CC: paraview@paraview.org Subject: RE: [Paraview] CGNS files Date: Thu, 29 Sep 2011

Re: [Paraview] CGNS files

2011-09-29 Thread David Partyka
We haven't tried CGNS 3 yet with the VisIt reader. The binaries are built with CGNS 2.5 still. On Thu, Sep 29, 2011 at 5:29 PM, Fred Fred stan1...@hotmail.fr wrote: Bad suggestion lol Actually I downloaded the dmg file, indeed to check this, and I can read the file using the prebuilt

Re: [Paraview] Plot over line CSV export python script not working

2011-09-29 Thread Luca Giannelli
Andy, thank you for your quick reply. I am using Paraview 3.8.0 which is the latest binary in the Ubuntu repos. I chose to install that without compiling from source as I was rushing (I know, it sounds weird... but). Do you believe that the problem is build-related? However, reading the errors

Re: [Paraview] Plot over line CSV export python script not working

2011-09-29 Thread Luca Giannelli
Ok, I moved on a little. Reading the output of the error reported in the previous mail, it says that it cannot find XArrayName. Looking the original script you can see that it is needed for the definition of the plot area properties in the GUI I don't need it as I only want a csv file, so