[Paraview] PointSprite_Plugin not displaying textures on ParaView 4.2.0 Mac OSX 10.10

2014-10-24 Thread Matei Stroila
Hi, I believe this is a bug: The PointSprite_Plugin with ParaView 4.2.0 does not display textures (same textures that ParaView 4.1.0 can display on same machine with OS X 10.10. .) The texture seems to be loaded but it is not displayed. I used the release from this link: http://www.paravie

Re: [Paraview] Segmentation Fault when using the vtkPVDReader

2014-10-24 Thread Burlen Loring
Hi Bogdan, You are writing a stand alone C++ app right? Are you setting up to run the composite data pipeline as in the following example? 100 vtkCompositeDataPipeline* cexec=vtkCompositeDataPipeline::New(); 101 vtkAlgorithm::SetDefaultExecutivePrototype(cexec); 102 cexec->Delete(); Bur