[Paraview] screenshot of multiple views with Paraview 3.7.0

2009-09-29 Thread Shigenobu Hirose
Hi, Trying to save a screenshot of multiple views with Paraview 3.7.0 (64bit) compiled with Qt-4.5.2 on Snow Leopard fails with the following message: ERROR: In ParaView3/VTK/Filtering/vtkImageData.cxx, line 1473 vtkImageData (0x1242d2be0): GetScalarPointer: Pixel (1546, 0, 0) not in memory. Cur

Re: [Paraview] Bug: saving screenshot with screen or print palette resets background color

2009-09-29 Thread Olumide
Utkarsh, the problem appears to occur *only* when one of the objects in the scene uses the wireframe representation, *and* the resolution of the exported screenshot is larger than that of the current view. - Olumide ___ Powered by www.kitware.co

[Paraview] [Bug?] Loading/importing a Paraview state resets the colors & representation of existing scene objects

2009-09-29 Thread Olumide
Hi - I may have found another Paraview (3.6.1) bug -- not sure if it a bug or a feature, or if it has been reported. Basically, when a Paraview state is loaded into a non-empty scene, the color attributes of the existing objects are reset to the default white. Here's how to reproduce this bug

Re: [Paraview] Point sprite plugin does not work on Mac

2009-09-29 Thread Eric E. Monson
Hey Ken, I always get this same error, but I've never been able to use this type of shader on my Mac, even with PV Meshless. I always figured (that through my ignorance) it was either a problem with the way I built PV, or some lack of features in my video card. (As with yours, SimplePoint

Re: [Paraview] Animation in Paraview

2009-09-29 Thread Eric E. Monson
Hey Natalie, I can reproduce this with PV 3.6.1, but it works fine in CVS now. I think it's been fixed because of all the recent work on the XDMF libraries. It used to be that the vtkXdmfReader defaulted to the first data frame (time step) if it was ever asked for a time step which didn't

[Paraview] Point sprite plugin does not work on Mac

2009-09-29 Thread Moreland, Kenneth
I am having trouble getting the point sprite plugin to work on the Mac. It works fine when the Sprite Mode is SimplePoint or Texture, but when I change to Sphere I get an error message like the following: ERROR: In /Users/kmorel/src/ParaView3/VTK/Rendering/vtkShaderProgram2.cxx, line 421 vtkSh

Re: [Paraview] Animation in Paraview

2009-09-29 Thread Natalie Happenhofer
You load the dataset, select the animation view and put it to real time, and when playing, the images are not rendered, so you just see the first frame over the whol e animation. When I get back to work, I can zip a timeseries and mail it to you, if you want -Natalie From: kmo...@sandia.gov

[Paraview] Paraview 3.6.1 Connection definition file

2009-09-29 Thread Rick Angelini
I'm building a connection definition file and I've run into a problem ... apparently, I can't have two variable substitutions in when building a command argument? I can substitute either $NUMPROC$ or $PTILE$, but not both I get a blank string returned if I try two variables. Is this a

Re: [Paraview] Extending pqAutoGeneratedObjectPanel f or custom reader?

2009-09-29 Thread Karl König
Hi Paul, Does make perfectly sense and oh so obvious a mistake. I even put the comment "# name of SourceProxy in FooReaderSM.xml" there myself. Thanks a lot! Karl > -Ursprüngliche Nachricht- > Von: "Paul Edwards" > Gesendet: 29.09.09 17:32:34 > An: Karl König > CC: Utkarsh Ayachit ,

Re: [Paraview] Extending pqAutoGeneratedObjectPanel for custom reader?

2009-09-29 Thread Paul Edwards
Hi Karl, The reader has the name set as FooSeriesReader: >From FooReaderGUI.xml: 8< >8 And in the CMakeLists you set the XML_NAME to be FooReader >From CMakeLists.txt 8<--

[Paraview] IntegrateAttributes gives different results when run in parallel?

2009-09-29 Thread Jean M. Favre
I could not find any test for IntegrateAttributes, and I am questioning the output generated when run in parallel, on a 2D surface mesh. Although the area computed is equal to the area computed by the serial builtin paraview, some other variables (but not all) show large differences in integrated

Re: [Paraview] [ParaView] " not a valid qt plugin"

2009-09-29 Thread Utkarsh Ayachit
Is VolumeData coming from another library? If so, set your PATH environment variable to include the directory where the dll for the VolumeData shared library is present. Does that help? Utkarsh On Thu, Aug 20, 2009 at 12:12 PM, Stephenson, Stuart (UK) wrote: > Hi All, > > I have recieved the abo

Re: [Paraview] Extending pqAutoGeneratedObjectPanel f or custom reader?

2009-09-29 Thread Karl König
Here you go. You'll need a recent CVS build as the CMakeLists.txt has only been adapted to support a customized panel for PV 3.7 so far and the PV 3.7 section in CMakeLists.txt relies on vtkFileSeriesReader.cxx revision >= 1.17 Karl > That'd be great if you can post the tar ball. Makes it easie

Re: [Paraview] How to get data from desired time step

2009-09-29 Thread Utkarsh Ayachit
This is a task that may be a bit too complex for python programmable filter. Try looking at C++ code for filters such as vtkTemporalInterpolator (in ParaView/VTK/Hybrid). That should serve as a good starting point. Utkarsh On Sat, Sep 12, 2009 at 4:46 AM, Sergei D. wrote: > Hello. > I have time

Re: [Paraview] Mesh Visualization

2009-09-29 Thread Utkarsh Ayachit
Any way of making the dataset available to us? Possibly your datafile is incorrect. Utkarsh On Mon, Sep 28, 2009 at 4:58 PM, wrote: > Citando Utkarsh Ayachit : > > >> Nope, that's not normal. This is why you are not seeing anything, your >> data has no bounds. Split the view, create the "spread

Re: [Paraview] About the Plugin Example on paraview Wiki

2009-09-29 Thread Utkarsh Ayachit
Where are trying to locate the reader? Did try doing File | Open? Isn't *.edgeface shown as a supported extension? Utkarsh On Sun, Sep 13, 2009 at 10:49 AM, young_jh123 wrote: > Hi! > > I have downloaded the plugin example form the site > http://public.kitware.com/Wiki/Plugin_Examples .. > I bui

Re: [Paraview] Extending pqAutoGeneratedObjectPanel for custom reader?

2009-09-29 Thread Utkarsh Ayachit
That'd be great if you can post the tar ball. Makes it easier to debug. Thanks Utkarsh On Tue, Sep 29, 2009 at 9:03 AM, Karl König wrote: > Utkarsh, > > Could you please define "is created as expected"? > As far as I define it, it is: > The plugin gets successfully loaded, the file extension *.f

Re: [Paraview] Extending pqAutoGeneratedObjectPanel f or custom reader?

2009-09-29 Thread Karl König
Utkarsh, Could you please define "is created as expected"? As far as I define it, it is: The plugin gets successfully loaded, the file extension *.foo appears in the list of supported file types, when opening such a *.foo file the reader itself is definitely called as both FooReader::RequestInfo

Re: [Paraview] setting Display

2009-09-29 Thread Utkarsh Ayachit
Are you using binaries released that we released? In that case, they are not compiled with mpi, so you'll have to build from source. If the pvserver is not mpi-enabled, trying to run it with mpi will result in multiple server processes being started and all will try to latch to the same server port

Re: [Paraview] problem getting pvserver to load plugin; possible connected error message (fixed)

2009-09-29 Thread Utkarsh Ayachit
Any update on this? On Mon, Sep 21, 2009 at 3:19 PM, Christine Corbett Moran wrote: > I am working off of a build of the source checkout of cvs on both > client and server so that is a possibility (a likely one in fact). > Both are versions 3.7 but are slightly off in the version number. I > reco

Re: [Paraview] Extending pqAutoGeneratedObjectPanel for custom reader?

2009-09-29 Thread Utkarsh Ayachit
Are you sure the FooReader proxy is created as expected when you open the file you want to read? Utkarsh On Mon, Sep 28, 2009 at 6:46 PM, Karl König wrote: > Hi, > > I felt bold today and tried to extend the automatically created panel > for my custom reader. According to > http://www.paraview.o

[Paraview] Streamlines error - "Coincident points..."

2009-09-29 Thread Joseph G.
Thanks for helping the last time, the data is working now. Almost. I've got a *.pvtr grid with the velocity vector defined at each point. By computing the steam traces i get this message: "Process id: xyz >> Generic Warning: In /work/home0/dolescha/src/ParaView3/VTK/Filtering/vtkPolyLine.cxx, l

Re: [Paraview] Animation in Paraview

2009-09-29 Thread Natalie Happenhofer
_ Revisa tus correos de Hotmail en tu BlackBerry - Clic Aquí http://www.windowsliveentublackberry.com___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.