[Paraview] Can't run VTKAVIWRITER

2011-03-31 Thread Ricardo Canelas
Hi all, When trying to save an animation in avi from a loaded vtk legacy file series, i get ERROR: In ..\..\..\..\source\VTK\IO\vtkAVIWriter.cxx, line 172 vtkAVIWriter (1758AD80): Unable to compress... All i find online is that it shouldn't work in a non-windows platform. I'm running

Re: [Paraview] Can't run VTKAVIWRITER

2011-03-31 Thread David Partyka
Hi Ricardo, what version of Windows are you running? I have seen this on a Windows server 2008 machine. On Thu, Mar 31, 2011 at 7:20 AM, Ricardo Canelas maran...@gmail.com wrote: Hi all, When trying to save an animation in avi from a loaded vtk legacy file series, i get ERROR: In

Re: [Paraview] export to vectorial image format

2011-03-31 Thread Hom Nath Gharti
You might try to run the script below to see if your image quality is good enough to use vtkGL2PSExporter rw=GetActiveView().GetRenderWindow() exp=paraview.vtk.vtkInstantiator.CreateInstance('vtkGL2PSExporter') exp.SetRenderWindow(rw) exp.SetDrawBackground(0) exp.SetSortToSimple()

Re: [Paraview] export to vectorial image format

2011-03-31 Thread Sven Buijssen
Hi, I happen to have a small patch for the git master branch that adds vector graphics output (EPS, PS and SVG) to the Save Screenshot dialog and uses vtkGL2PSExporter as a backend, too. Actually, it's just an updated version of the patch for this matter I posted on this list back in 2007. But as

Re: [Paraview] Dave Thomposon's reader

2011-03-31 Thread Moreland, Kenneth
I believe you are referring to the newer Exodus file reader. The ParaView/VTK/Hybrid/vtkExodusIIReader* source files implement that. The Exodus II reader outputs unstructured grids in a multiblock data set. Face and edge data are handled by creating new blocks with lines for edges and

Re: [Paraview] Image Mathematics

2011-03-31 Thread Utkarsh Ayachit
I'm not surprised. A lot of code assumes the primary input to be named Input, although midway in the ParaView development lifespan we decided to abondon that notion, yet there may be code that assumes that. Feel free to file a bug, but I have a feeling it will be while before we attempt to fix

Re: [Paraview] export to vectorial image format

2011-03-31 Thread David E DeMarle
Sven, Despite the limitations, would you please push that patch to github? Once there distribution, upkeep and maintenance will be easier. thanks, David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Thu, Mar 31, 2011 at 8:23

Re: [Paraview] SpacePilot (3DConnexion) support

2011-03-31 Thread David E DeMarle
In cmake, set ParaView_DIR to the top level of your ParaView build directory. (This must be a legacy from when the plugin was build externally to ParaView and we'll make it go away in the near future.) Next point VRPN_INCLUDE directory to wherever you've installed the vrpn library's header files.

[Paraview] pqColorScaleEditor crash

2011-03-31 Thread Gil Wertz
I'm making a program that make calculation and try to integrate some Paraview stuff, every things goes fine, I have my render from the server, but when I use pqColorScaleEditor, the dialog show himself, I can change color depending on scale but when I check the legend checkbox, the application

Re: [Paraview] Image Mathematics

2011-03-31 Thread Jérôme
Thanks Utkarsh! Well, I am ok with calling an input Input ;). Best, Jerome 2011/3/31 Utkarsh Ayachit utkarsh.ayac...@kitware.com: I'm not surprised. A lot of code assumes the primary input to be named Input, although midway in  the ParaView development lifespan we decided to abondon that

Re: [Paraview] How to get the different data array / data set of a vtk file

2011-03-31 Thread Gil Wertz
The solution was to use pqDisplayColorWidget ... I'd use it like follow and it worked well : this-m_RenderView = qobject_castpqRenderView*( m_object_builder-createView(pqRenderView::renderViewType(), m_server)); QPointerpqPipelineSource m_source =

Re: [Paraview] pqColorScaleEditor crash

2011-03-31 Thread Utkarsh Ayachit
Gil, If you can provide the call-stack for where you're getting the segfault, it will be helpful. Utkarsh On Thu, Mar 31, 2011 at 10:13 AM, Gil Wertz gilwe...@hotmail.com wrote: I'm making a program that make calculation and try to integrate some Paraview stuff, every things goes fine, I have

[Paraview] Legacy VTK files - format issues

2011-03-31 Thread Anthony Rollett
For anyone who has had problems with reading legacy VTK files, esp. in v 3.10, be careful to avoid leading spaces, and to use UPPERCASE. For example, this works: # vtk DataFile Version 2.0 written by FFT4-FFTW-mpi ASCII DATASET STRUCTURED_POINTS DIMENSIONS 512 64 64