Skip to content

Preserve names for null blocks in client-server.

Utkarsh Ayachit requested to merge utkarsh.ayachit/paraview:fix_17750 into master

Preserve names for null blocks in client-server.

vtkPVCompositeDataInformation lost names for null blocks in client-server mode. The serialization code didn't serialize names for null blocks. Fixed that.

Fixes #17750 (closed).

Edited by Utkarsh Ayachit

Merge request reports