[Paraview] Plot over a line: Interpolation method

2010-02-02 Thread Mohammad Mirzadeh
Hi guys, I was wondering if there is a way to change the interpolation method when using "plot over a line" filter on a 3D dataset? It seems to me that the default method is a linear interpolation which is not good enough for what I am doing right now. Also does anyone know if there is a way to ch

[Paraview] Maximum number of pieces, what does it mean?

2010-02-02 Thread Fred Fred
I get this error when I select the 2nd output as displayable, although it contains 4 cells and 10 points, so it is not empty. What does it mean? ERROR: In /usr/local/ParaView3/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx, line 806 vtkCompositeDataPipeline (0x2361e150): No maximum number

Re: [Paraview] Not a valid QT plugin on windows

2010-02-02 Thread Eric Nodwell
Dave, That did indeed fix the problem. It was an obvious fix in hindsight. (The PATH variable was set, but slightly incorrectly it turns out.) I've added an entry to the "Pitfalls" section of the wiki: http://paraview.org/Wiki/Plugin_HowTo#.22Is_not_a_valid_Qt_plugin.22_in_Windows . Thanks,

Re: [Paraview] Not a valid QT plugin on windows

2010-02-02 Thread Eric Nodwell
Thanks. I've added a note to that effect in the wiki. Eric. On 2010-02-02, at 11:22 AM, Utkarsh Ayachit wrote: >>> As a side note, I attempted to set the environment variable >>> PV_PLUGIN_DEBUG as described at >>> http://paraview.org/Wiki/Plugin_HowTo#Debugging_Plugins in order to obtain >>>

Re: [Paraview] Not a valid QT plugin on windows

2010-02-02 Thread Utkarsh Ayachit
>> As a side note, I attempted to set the environment variable >> PV_PLUGIN_DEBUG as described at >> http://paraview.org/Wiki/Plugin_HowTo#Debugging_Plugins in order to obtain >> more information, but it didn't seem to have any effect.  There was no >> additional output in either the Output Message

Re: [Paraview] Not a valid QT plugin on windows

2010-02-02 Thread Dave Partyka
I think you get this error if you're missing a dll at runtime? If you place your plugin in the bin dir of your build and load it from there does it work? On Tue, Feb 2, 2010 at 12:44 PM, Eric Nodwell wrote: > Following this thread: http://markmail.org/message/f25hi3bl6ldptzav , I'd > just like t

[Paraview] Crash using openmpi with more than 4 processes

2010-02-02 Thread Bart Janssens
Hi all, I've been trying to run pvserver using 8 processes. It accepts the connection, but when loading a simple VTK file it crashes. Exactly the same line with -np 4 does work. The problem appears on both paraview SVN and 3.6.2. The machine has 8 cores, below is the full command and output: m

Re: [Paraview] Not a valid QT plugin on windows

2010-02-02 Thread Eric Nodwell
Following this thread: http://markmail.org/message/f25hi3bl6ldptzav , I'd just like to add that I get exactly the same error. Namely, we have a number of plugins that compile and load on Linux and on OS-X, but on Windows XP we get a "is not a valid Qt plugin" error when we attempt to load them.

Re: [Paraview] Customising ParaView GUI filter

2010-02-02 Thread Adriano Gagliardi
Ok, I'll take a look at the custom panel. Thanks for the info. Cheers, Adriano === Adriano Gagliardi MEng PhD Project Scientist Computational Aerodynamics Aircraft Research Association Ltd. Manton Lane Bedford Tel: 01234 32 4644 E-mail: agaglia...@ara.co.uk Ur

Re: [Paraview] Customising ParaView GUI filter

2010-02-02 Thread Utkarsh Ayachit
The widget like that on the Contour Panel cannot be auto-generated using the XML, unfortunately. We use a custom Qt panel for the contour filter. Look at Qt/Components/pqContourPanel Utkarsh On Tue, Feb 2, 2010 at 10:16 AM, Adriano Gagliardi wrote: > Dear All, > > I've been testing the flexibili

[Paraview] Customising ParaView GUI filter

2010-02-02 Thread Adriano Gagliardi
Dear All, I've been testing the flexibility within ParaView for creating GUI interfaces to filters, without having to custom develop them using Qt designer. One of the items I'm failing to recreate is the table of Offset Values that you get, for example, with the Contour and Slice filters. All tha

Re: [Paraview] Python Shell in branded app

2010-02-02 Thread Paul Edwards
It's from a plugin that I created when I was trying to add another view - I never finished writing it and so it's probably a bug in that. Regards, Paul On 2 February 2010 14:09, Utkarsh Ayachit wrote: > Where's the "NewView" proxy coming from? Is it in your custom application's > XML? > > Utkars

Re: [Paraview] Python Shell in branded app

2010-02-02 Thread Utkarsh Ayachit
Where's the "NewView" proxy coming from? Is it in your custom application's XML? Utkarsh On Tue, Feb 2, 2010 at 6:59 AM, Paul Edwards wrote: > Just to update: - it didn't work in ParaView either.  I actually meant > pvpython.  Adding the code explained everything though: > > > Failed to initiali

Re: [Paraview] Python Shell in branded app

2010-02-02 Thread Paul Edwards
Just to update: - it didn't work in ParaView either. I actually meant pvpython. Adding the code explained everything though: Failed to initialize proxy 'NewView' in group 'views' Thanks Pat On 27 January 2010 16:12, pat marion wrote: > I don't know why it would work for paraview and not th