[Paraview] Ensuring that a plugin is loaded in pvpython

2009-01-05 Thread Bernhard Gschaider
Hi! I'm trying to write a script that loads a state-file and makes a picture. The source that reads the data is in a plugin. The plugin is loaded and works in paraview (obviously. Otherwise I couldn't generate the state-file). The script is run via pvpython. So before loading the State-file using

Re: [Paraview] Ensuring that a plugin is loaded in pvpython

2009-01-06 Thread Bernhard Gschaider
form for testing the python-stuff is NOT Linux) Bernhard BG> -berk BG> On Mon, Jan 5, 2009 at 1:55 PM, Bernhard Gschaider BG> wrote: >> Hi! >> >> I'm trying to write a script that loads a state-file and makes >> a picture. T

[Paraview] Memory problem in Contour-Filter?

2009-03-03 Thread Bernhard Gschaider
Hi! I know that this is a bit like diagnosing a brain tumor using a passport picture, but I'd be grateful about any help. I'm currently using Paraview 3.4. Using a programmable source I constructed a polyMesh (basically a number of particle trajectories). The trajectories are displayed alright

Re: [Paraview] Memory problem in Contour-Filter?

2009-03-09 Thread Bernhard Gschaider
t; I've got a 3MB >> pvd from the filter that can reproduce the problem I thought so and therefore already opened a bug (with a vtp-file): http://public.kitware.com/Bug/view.php?id=8667 Let me know if you need any further information Bernhard BG> -berk BG> On Tue,

Re: [Paraview] 3d visualisation

2009-03-12 Thread Bernhard Gschaider
Hi Gavin! (It's funny: you always meet the same people in very different places ;) ) > On Thu, 12 Mar 2009 08:38:34 + > "GT" == Gavin Tabor wrote: GT> Dear All, We are looking at buying a 3d projection system; GT> this consists of two projectors with polarising filters and

[Paraview] Loading a Plugin from a Python-Script in 3.6.1

2009-08-31 Thread Bernhard Gschaider
Hi! I'm trying to update a pvpython-script from 3.4 to 3.6.1 Amongst other things it should load a Plugin. The plugin loads perfectly over the GUI, but when I try to do it from the script it fails with this message: File "/home/bgschaid/Development/OpenFOAM/Python/PyFoam/PyFoam/Paraview/Serv

[Paraview] Determining the paraview-version from a Python-script

2009-08-31 Thread Bernhard Gschaider
Hi! I have a script that I want to keep compatible with 3.4 and 3.6 (or at least it should fail with a meaningful error message on 3.4). To do so I want to find out which paraview-version the script is running on. I did not find an API-call paraview.GetVersion() or similar. The only two ways I fo

Re: [Paraview] Loading a Plugin from a Python-Script in 3.6.1

2009-08-31 Thread Bernhard Gschaider
>>>>> On Mon, 31 Aug 2009 12:42:43 +0200 >>>>> "JMF" == Jean M Favre wrote: JMF> Bernhard Gschaider wrote: >> Hi! >> >> I'm trying to update a pvpython-script from 3.4 to 3.6.1 >> >> Amongs

Re: [Paraview] Determining the paraview-version from a Python-script

2009-08-31 Thread Bernhard Gschaider
Thanks for the answer. >>>>> On Mon, 31 Aug 2009 12:50:35 +0200 >>>>> "JMF" == Jean M Favre wrote: JMF> Bernhard Gschaider wrote: >> Hi! >> >> I have a script that I want to keep compatible with 3.4 and 3.6 >

Re: [Paraview] Determining the paraview-version from a Python-script

2009-08-31 Thread Bernhard Gschaider
al methods for introspection (dir(pxm), help(pxm))don't reveal these three methods? Bernhard UA> On Mon, Aug 31, 2009 at 8:14 AM, Bernhard UA> Gschaider wrote: >> Thanks for the answer. >> >>>>>>> On Mon, 31 Aug 2009 12:50:35 +0200

Re: [Paraview] Error in Python shell

2010-04-22 Thread Bernhard Gschaider
> On Wed, 21 Apr 2010 16:54:14 +0400 > "s" == soukhinov wrote: s> Python 2.6.4 (r264:75706, Dec 7 2009, 18:59:58) s> [GCC 4.4.1] on linux2 from paraview import servermanager s> Traceback (most recent call last): s> File "", line 1, in s> File s> "