Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Fix export of VTK unstructured grid #7760

Merged
merged 1 commit into from
May 22, 2024
Merged

Commits on May 22, 2024

  1. BUG: Fix export of VTK unstructured grid

    Mesh type hint was not copied. Node export makes a copy of the node before saving and it did not get the right mesh type hint,
    which made saving of unstructured grid mesh saving fail.
    
    Fixes the issue reported at https://discourse.slicer.org/t/error-when-exporting-3d-mesh-model-to-vtu-file-and-invisible-vtk-file-in-paraview/25150
    lassoan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c9eb741 View commit details
    Browse the repository at this point in the history