MantisBT - ParaView
View Issue Details
0006564ParaView(No Category)public2008-03-07 14:282009-05-13 13:45
Berk Geveci 
Berk Geveci 
lowminoralways
closedfixed 
 
3.6 
0006564: Progress reporting in python is wrong
Playing around with the attached script (data not included), I found that the progress reporting is wrong. vtkPVGeometryFilter gets reported twice, even though it executes one. vtkPainterPolyDataMapper is reported before it seems to execute. The progress look like this:

vtkPExodusIIReader : [ ...........]
vtkPExodusIIReader : [ ...........]
vtkPCellDataToPointData : [ ...........]
vtkPVClipDataSet : [ ...........]
vtkPainterPolyDataMapper : [ ...........]
vtkPVGeometryFilter : [ ...........]
vtkPVGeometryFilter : [ ...........]
vtkPainterPolyDataMapper : [ ...........]
No tags attached.
? bug.py (1,099) 2008-03-07 14:28
https://www.vtk.org/Bug/file/6341/bug.py
Issue History
2008-03-07 14:28Berk GeveciNew Issue
2008-03-07 14:28Berk GeveciFile Added: bug.py
2008-03-07 14:29Berk GeveciProjectVTK => ParaView
2008-03-07 14:30Berk GeveciCategory => 3.4
2008-03-07 14:30Berk GeveciTarget Version => Python support
2008-04-10 17:12Ken MorelandCategory3.4 => 3.6
2009-02-17 13:58Ken MorelandStatusbacklog => tabled
2009-02-17 13:58Ken MorelandAssigned To => Berk Geveci
2009-03-25 10:14Berk GeveciStatustabled => @80@
2009-03-25 10:14Berk GeveciResolutionopen => fixed
2009-03-27 19:48Alan ScottNote Added: 0015822
2009-03-27 19:48Alan ScottStatus@80@ => closed
2009-05-13 13:45Utkarsh AyachitTarget VersionPython support => 3.6
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0015822)
Alan Scott   
2009-03-27 19:48   
Not tested. Berk's word is good enough for me.