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  
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to