[Paraview] UpdateProgress in Programmable Filter

Rustem Khabetdinov rustem.khabetdinov at gmail.com
Sat Oct 15 06:53:09 EDT 2016


Hello.

I am unable to update progress using programmable filter.
I tried to write the following in the Script section:

for i in range(0,10):

  self.UpdateProgress(float(i)/10)

  print self.GetProgress()


The progress in filter info changes but the progress bar never shows
anything. Also SetProgressText doesn't work either.


Regards,

Rustem Khabetdinov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20161015/c4d52464/attachment.html>


More information about the ParaView mailing list