Add interactive 2D widgets in context views
Superseeds: !3546 (closed).
It primarely does the same, that is :
- add representation for a 2D equalizer widget in a chart view
- add the Equalizer filter
With some improvements :
- add
vtkSMNewWidgetRepresentationProxyAbstract
andpqInteractivePropertyWidgetAbstract
to prevent code duplication between 2D and 3D widgets. - add
ShowInteractiveWidgets
andHideInteractiveWidgets
python functions inparaview.simple
and it's corresponding tracing, as well as deprecatingShow3DWidgets
andHide3DWidgets
- add XML hint
WidgetVisibilityLink
to allow interactive widget linked to a source with multiple output to only be shown when a specific output port is selected in the Pipeline Browser. The behavior is shown in the following GIF :
Fix: #19293 (closed)
Fix: #20708 (closed)
Needs: vtk/vtk!8965 (merged)
Edited by Timothee Chabat
Merge request reports
Activity
Please register or sign in to reply