[Paraview] OpacityTableValues

2014-01-07 Thread Favre Jean
I am using the RC2, but am puzzled by the following: I can run paraview and create a sphere, and in the python shell, I do this (without any problem) s = FindSource('Sphere1') dp = GetDisplayProperties(s) dp.OpacityTableValues I use save state and the python code sets OpacityTableValues if

Re: [Paraview] OpacityTableValues

2014-01-07 Thread Utkarsh Ayachit
I think OpacityTableValues is coming from the PointSprite plugin that's loaded in your ParaView. The Python trace/state doesn't capture the loaded plugins. You should either manually load the plugin

Re: [Paraview] CUDA dependency issue when building ParaView 4.1.0-RC2 on Mac

2014-01-07 Thread Utkarsh Ayachit
Ben, Any updates? We should clean this up before the release. Utkarsh On Fri, Jan 3, 2014 at 4:02 PM, Burlen Loring blor...@lbl.gov wrote: that's how it was handled it in the past, prior the recent refactoring, and I think that's the way to go. Where does the refactoring stand is Ben B

[Paraview] paraview 4.1 cmake error

2014-01-07 Thread Semeraro, B David
Hello, I am trying to configure paraview 4.1. I get the following cmake error: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: MPI_HEADER_PATH used as include

Re: [Paraview] OpacityTableValues

2014-01-07 Thread Favre Jean
Utkarsh you are right about OpacityTableValues coming from the PointSprite plugin. What really caught me is the fact that my script only works if I load the PointSprite plugin last. I used to have the following lines (which create the error)

Re: [Paraview] OpacityTableValues

2014-01-07 Thread Favre Jean
cut and paste error in my previous mail: I used to have the following lines (which create the error) LoadPlugin(/local/apps/ParaView-v4.1.0Build/lib/libPointSprite_Plugin.so, ns=globals()) LoadPlugin(/local/apps/ParaView-v4.1.0Build/lib/libH5PartReader.so, ns=globals()) I then reverted the