[Paraview] python script how to change Data Range

2011-01-18 Thread 小縣信也
Hi paraviewers! I tried to change Data Range of color bar by paraview python script. But It didn't work. Does someone know the reasson? Is there another way to change Data Range in script? Kind Regards, Shinya -code which I rtied--

[Paraview] creating time in a filter

2011-01-18 Thread Stephane PLOIX
Hi, I have a static source, and a filter that creates some time (it applies a transformation that can be animated using the time from the pipeline). If I advertise that this filter provides time to the pipeline using outInfo-Set(vtkStreamingDemandDrivePipeline::TIME_RANGE(), range, 2); in the

[Paraview] ParaView v3.9.0: problems with exporter plug-in

2011-01-18 Thread Nenad Vujicic
Hello everyone, Because of Xdmf problems inside of v3.8.1, I tried to use my exporter plug-in with current v3.9.0 sources. I downloaded sources from Git repository and compiled them with Visual Studio 2008 SP1, Python 2.7 and OpenMPI 1.4.3. Unfortunately, in exported scene I got only center of

Re: [Paraview] ParaView v3.9.0: problems with exporter plug-in

2011-01-18 Thread Utkarsh Ayachit
Don't use vtkMapper::GetInput(), that downcasts to vtkPolyData. Using GetInputDataObject(..) API. That should return you the dataobject. It may be a vtkCOmpositeDataSet (since ParaView no longer merges blocks in composite dataset before rendering). You'll have to handle each block in your

Re: [Paraview] xdmf mailing list

2011-01-18 Thread Utkarsh Ayachit
Here's the link to the xdmf mailing list: http://www.kitware.com/cgi-bin/mailman/listinfo/xdmf Dave, can you fix the wiki please? You seem to have access to it, I don't. Utkarsh On Mon, Jan 17, 2011 at 9:18 PM, Dan Lussier dtluss...@gmail.com wrote: I have tried to sign up for the XDMF mailing

Re: [Paraview] python script how to change Data Range

2011-01-18 Thread Utkarsh Ayachit
The arguments to GetLookupTableForArray() are only the default values, when a new lookuptable is created. If one exists, then they don't make any changes. Change the RGBPoints explicitly as follows: 1_p_PVLookupTable.RGBPoints = [] Utkarsh 2011/1/18 小縣信也 so020...@gmail.com: Hi paraviewers!

Re: [Paraview] xdmf mailing list

2011-01-18 Thread David Partyka
Wiki updated. On Tue, Jan 18, 2011 at 8:45 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Here's the link to the xdmf mailing list: http://www.kitware.com/cgi-bin/mailman/listinfo/xdmf Dave, can you fix the wiki please? You seem to have access to it, I don't. Utkarsh On Mon, Jan

[Paraview] ParaView 3.8.1 and HDF5

2011-01-18 Thread Nathalie.Rauschmayr
Hello, I have just one more question regarding HDF5 and ParaView. You wrote that your version of ParaView provides also a modified Xdmf and I have seen in XdmfHDF.cxx, that there are several function calls for writing data to the DSM. So I have tried to write a VTK object directly to the DSM

[Paraview] Problems uploading files for Plot3D reading

2011-01-18 Thread Joe Ahdoot
Dear Paraview, earlier i had a problem uploading a .xyz file and a .q file but Mr. Geveci pointed out that the files did not exactly match in format (the grid was in ASCII geometry while the .q file was in binary). Therefore i used a python convert file to correct this. Now I have a grid file

[Paraview] Something wrong with Ubuntu 10.10 - compared with Ubuntu 10.04

2011-01-18 Thread Mr. M.
Dear all Please bear over with me, but I've tried to google for the following error messages and have seen that other people have the same problem as me (but the threads have been unanswered). I hope somebody can help me avoid this error: --- $ python Python 2.6.6

Re: [Paraview] Something wrong with Ubuntu 10.10 - compared with Ubuntu 10.04

2011-01-18 Thread David Partyka
If you add /usr/lib/paraview to LD_LIBRARY_PATH does it work? On Tue, Jan 18, 2011 at 2:44 PM, Mr. M. newsbo...@gmail.com wrote: Dear all Please bear over with me, but I've tried to google for the following error messages and have seen that other people have the same problem as me (but the

Re: [Paraview] Something wrong with Ubuntu 10.10 - compared with Ubuntu 10.04

2011-01-18 Thread newsboost guy
Hi David: - thanks for LD_LIBRARY_PATH-suggestion - I also found this suggestion on google and tried it earlier, however it still didn't / doesn't work (slightly different message): --- $ LD_LIBRARY_PATH=/usr/lib/paraview python Python 2.6.6 (r266:84292, Sep 15 2010, 16:22:56) [GCC

Re: [Paraview] ParaView 3.8.1 and HDF5

2011-01-18 Thread Biddiscombe, John A.
Nathalie We use a customized vtkXdmfWriter which is inside the Icarus plugin. The writer is a subclass of the one in paraview and overrides a number of methods to a) set the DSM manager etc b) handle parallel writes properly using an H5MB utility that's also in there. This hooks into the