View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009994ParaViewBugpublic2009-12-02 22:482016-08-12 09:57
ReporterUtkarsh Ayachit 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version3.6 
Target VersionWhenPossibleFixed in Version 
Summary0009994: Pipeline Browser not reflecting pipeline state correctly under certain conditions.
DescriptionTry 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!
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0037752)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2009-12-02 22:48 Utkarsh Ayachit New Issue
2009-12-02 22:48 Utkarsh Ayachit Description Updated
2010-04-16 02:05 Utkarsh Ayachit Target Version 3.8 => WhenPossible
2016-08-12 09:57 Kitware Robot Note Added: 0037752
2016-08-12 09:57 Kitware Robot Status expired => closed
2016-08-12 09:57 Kitware Robot Resolution open => moved
2016-08-12 09:57 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team