[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