[Paraview] using Point Sprite from python
Sergei D.
sj2001 at yandex.ru
Wed Dec 9 11:25:56 EST 2009
> That looks like an error we had been getting due to commit to ParaView
> a few days back. Try updating your ParaView.
>
> Utkarsh
>
After the update the plugin is (seems) loaded (no errors at least) but
the Point Sprite is still not available:
In [1]: from paraview.simple import *
paraview version 3.7.0, Date: 2009-12-09
In [4]: LoadPlugin
('/opt/paraview3-cvs/bin/plugins/libCSCS_PointSprite_Plugin.so',False,globals())
In [5]: Sphere()
Out[5]: <paraview.servermanager.Sphere object at 0x2ab5a90>
In [6]: dp=Show()
vtkSphereSource : [ ...........]
In [7]: dp.GetProperty('Representation').Available
Out[7]: ['Outline', 'Points', 'Wireframe', 'Surface', 'Surface With Edges']
==
Best regards, Sergei D.
More information about the ParaView
mailing list