[Paraview] pvpython shell errors

2010-11-24 Thread wastrel
Hi all, I got the following error when trying to run pvpython at a terminal(Bash): >>> from paraview.simple import * paraview version 3.8.0, Date: 2010-03-26 Traceback (most recent call last): File "/usr/lib/paraview/site-packages/paraview/servermanager.py", line 2922, in _proxyDefinitionsUpdat

Re: [Paraview] change of axis names in 3D view??

2010-11-24 Thread Felipe Bordeu
so, can I put some information in the Information tab in the "Object Inspector", to inform the user about it. Felipe You are right, it's not possible to change the labels for the orientation axes from a plugin. On Tue, Nov 23, 2010 at 5:08 AM, Felipe Bordeu wrote: Hi, I use a custom re

Re: [Paraview] change of axis names in 3D view??

2010-11-24 Thread Utkarsh Ayachit
Not easily. The easiest thing may be to put a label or something on the properties page for the reader itself, using a custom panel. Utkarsh On Wed, Nov 24, 2010 at 4:41 AM, Felipe Bordeu wrote: > so, can I put some information in the Information tab in the "Object > Inspector", to inform the us

[Paraview] slice filter

2010-11-24 Thread Xian Sperber
Dear list, I have been trying to slice my image by a plane. However, whenever I press the apply-button no sliced picture appears but only the emty box. My data are displayed as points so that I thought the plane actually cuts between the points. If this is the problem how can I convert my original

[Paraview] How to update GUI/paraview when data and time change in a reader ?

2010-11-24 Thread R M
Hi, Here’s my problems. I have a reader that load a geometry and some attributes (at the points). These attributes changed in the time and I can select one of them in a combo box (GUI in the reader). For example, I have 2 attributes «A» and «B». So In the reader, by default the first attribut

[Paraview] build problems on mac osx 10.6.4

2010-11-24 Thread Rok Roškar
Hi there, I'm trying to build paraview 3.8.1 on the mac using standard options with Qt 4.6.2 built from source. I get the following error: [ 89%] Building CXX object Qt/Widgets/CMakeFiles/pqWidgets.dir/pqProgressBarHelper.cxx.o /Users/rokstar/Nbody/src/ParaView-3.8.1/Qt/Widgets/pqProgressBarHel

Re: [Paraview] build problems on mac osx 10.6.4

2010-11-24 Thread Dave Partyka
Did you do -cocoa when you built qt? 2010/11/24 Rok Roškar > Hi there, > > I'm trying to build paraview 3.8.1 on the mac using standard options with > Qt 4.6.2 built from source. I get the following error: > > [ 89%] Building CXX object > Qt/Widgets/CMakeFiles/pqWidgets.dir/pqProgressBarHelper.c

[Paraview] Surface LIC Users - projection mode

2010-11-24 Thread Aurélien Marsan
Hi, Just a word for the people who use the surface LIC plugin. You should take care of the projection that you use : Im' quite sure that the surface LIC use the parallel projection mode in order to compute the streamlines. Thus, looking tangentially to a surface, using LIC and perspective project

[Paraview] Error on startup

2010-11-24 Thread Dan Lussier
Hi. I am not a PV developer - but rather just a user so I'm not sure hot to interpret this error message I get on startup: ERROR: In /Users/dtlussier/Code/ParaView3/Servers/ServerManager/vtkSMProxyManager.cxx, line 374 vtkSMProxyManager (0x109cc1f50): No proxy that matches: group=filters and pro

Re: [Paraview] Error on startup

2010-11-24 Thread Utkarsh Ayachit
Looks like you have some custom filter that uses a filter provided by a plugin. Currently, it's a bug that ParaView raises these errors when custom filter definitions include plugins. To get rid of the error, remove the custom filter definitions using Tools | Manage Custom Filter. Utkarsh On Wed,

Re: [Paraview] Error on startup

2010-11-24 Thread Dan Lussier
Yes - that's right. I had a couple of old custom filters which referenced the Superquadric Tensor plugin. I guess it has to do with the order in which things are loaded on launch. At any rate - when I remove the custom filters the messages go away as you suggest. Thanks!! Dan On Wed, Nov 24, 2

Re: [Paraview] slice filter

2010-11-24 Thread Andy Bauer
Is the image a 2D image or a 3D image? With the slice filter as the active filter (e.g. highlighted in the Pipeline Browser), how many cells are listed in the Information tab of the Object Inspector? Andy On Wed, Nov 24, 2010 at 8:45 AM, Xian Sperber wrote: > Dear list, > > I have been trying t

[Paraview] [paraview] Import paraview.simple module errors

2010-11-24 Thread ken
Hi all, The following error popped up when trying to run pvpython at a terminal(Bash): >>> from paraview.simple import * --- AttributeErrorTraceback (most recent call last) /usr/lib/paraview/site

[Paraview] pvserver not rendering when built with osmesa (MPI disabled)

2010-11-24 Thread Jeff Mauldin
I am trying to run a paraview server (pvserver) on a multinode machine using osmesa to do offscreen rendering (and then viewed from a client on another machine). I have been successful in compiling pvserver with osmesa. However, when I try to use pvserver, it hangs. Specifically, I start a p