View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004598ParaView(No Category)public2007-03-14 09:482007-04-02 18:34
ReporterEric Stanton 
Assigned ToUtkarsh Ayachit 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004598: List of available variables in downstream filters does not get updated when turned on/off in reader
DescriptionI created an exodus reader + threshold. Then went back and turned on the variable I wanted to threshold on in the exodus panel. I expected to see it come up in the threshold filter's list of available scalars to threshold on but the list has not changed.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0007032)
Utkarsh Ayachit (administrator)
2007-03-31 15:10

vtkSMProxy fires vtkCommand::ModifiedEvent when the proxy itself pushes some changed properties or any proxies upstream pushes some properties. The pqProxyPanel uses this event to know that since proxies in the pipeline changed, some information properties and domains may have become obsolete and need to be updated. A panel updates obsolete information/domains every time it is selected. An already selected panel updates information on accept. This ensures that the GUI never shows outdated domains.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqObjectInspectorWidget.cxx,v <-- pqObjectInspectorWidget.cxx
new revision: 1.29; previous revision: 1.28
/cvsroot/ParaView3/ParaView3/Qt/Components/pqProxyPanel.cxx,v <-- pqProxyPanel.cxx
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Qt/Components/pqProxyPanel.h,v <-- pqProxyPanel.h
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxy.cxx,v <-- vtkSMProxy.cxx
new revision: 1.91; previous revision: 1.90


 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team