Skip to content

Prevent sidesets, edgesets from loading when "Load All" toggle is enabled.

T.J. Corona requested to merge tjcorona/paraview:omit-sets-from-autoload into master

This commit is in reference to Issue #16027 (closed). In Merge Request !849 (merged), a "Load All" option was added to ParaView. This feature indiscriminately loaded all parameters from a file, including sidesets and edgesets. This commit adds a hint to parameters that should not be automatically loaded, and adds the requisite logic to the feature loading method to check for this hint.

Closes #16027 (closed)

Merge request reports