MantisBT - ParaView | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0009994 | ParaView | Bug | public | 2009-12-02 22:48 | 2016-08-12 09:57 |
| Reporter | Utkarsh Ayachit | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | 3.6 | ||||
| Target Version | WhenPossible | Fixed in Version | |||
| Project | |||||
| Topic Name | |||||
| Type | |||||
| Summary | 0009994: Pipeline Browser not reflecting pipeline state correctly under certain conditions. | ||||
| Description | 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! | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||