MantisBT - ParaView
View Issue Details
0009994ParaViewBugpublic2009-12-02 22:482016-08-12 09:57
Utkarsh Ayachit 
Kitware Robot 
normalminorhave not tried
closedmoved 
3.6 
WhenPossible 
0009994: Pipeline Browser not reflecting pipeline state correctly under certain conditions.
Try the following python script in the python shell and observe the pipeline browser after each step:

s = Sphere()
w = Wavelet()
r = ResampleWithDataset() # ignore filter errors
r.Source = s
# All's fine and peachy

r.Source = w
r.Source = None # oops! wrong, r.Input is still 'w', however the pipeline
                # browser does not realize that. Thinks r has no inputs!
No tags attached.
Issue History
2009-12-02 22:48Utkarsh AyachitNew Issue
2009-12-02 22:48Utkarsh AyachitDescription Updated
2010-04-16 02:05Utkarsh AyachitTarget Version3.8 => WhenPossible
2016-08-12 09:57Kitware RobotNote Added: 0037752
2016-08-12 09:57Kitware RobotStatusexpired => closed
2016-08-12 09:57Kitware RobotResolutionopen => moved
2016-08-12 09:57Kitware RobotAssigned To => Kitware Robot

Notes
(0037752)
Kitware Robot   
2016-08-12 09:57   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.