[Paraview] OpacityTableValues

Favre Jean jfavre at cscs.ch
Tue Jan 7 15:31:21 EST 2014


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)

LoadPlugin("/local/apps/ParaView-v4.1.0Build/lib/libH5PartReader.so", ns=globals())
LoadPlugin("/local/apps/ParaView-v4.1.0Build/lib/libPointSprite_Plugin.so", ns=globals())

I then reverted the order of loads to this,

LoadPlugin("/local/apps/ParaView-v4.1.0Build/lib/libH5PartReader.so", ns=globals())
LoadPlugin("/local/apps/ParaView-v4.1.0Build/lib/libPointSprite_Plugin.so", ns=globals())

and it works fine. I am perhaps missing a subtlety of LoadPlugin()
-----------------
Jean 


More information about the ParaView mailing list