Skip to content

avoid marking non-updated representations as updated

vtkSMViewProxy::Update caused all representations (and their upstream) pipelines to think they they were updated. This is generally true, except if the representation was hidden. This incorrect notification for hidden representation meant that unless the pipeline was explicitly dirtied the data information would not be updated correctly. Fixed that.

Fixes #20133 (closed).

Closes #20133 (closed)

Edited by Utkarsh Ayachit

Merge request reports