Skip to content

Fix default data selection

guillaume Peillex requested to merge fix_default_data_selection into main

Adds vtkCellId, vtkNodeId and vtkDomainId as data that are selected by default.

This used to be done in "hard" in the readers code but i think it is cleaner and preferable to set them here.

Merge request reports