How to debug vtkExodusIIReader for blocks appearing that should be hidden.

Hi guys,
I’m trying to debug a problem on a dataset that I can’t pass out of Sandia. The issue is that with multiple files, when all blocks and sets are turned off, the blocks still appear.

Where is the point that the gui tells the reader whether to read sets and blocks? I assume this is in vtkExodusIIReader.cxx? Where should I place a breakpoint to see what is being returned from the gui?

Thanks,

Alan

I wonder if this merge request fixed the issue you are seeing?

If not, try setting a breakpoint at line 635 of paraview/VTK/IO/Exodus/vtkExodusIIReader.h and see if that is hit. That line should be called when a node set array is enabled or disabled.