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

Conversation

lassoan
Copy link
Contributor

@lassoan lassoan commented May 22, 2024

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

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 lassoan added this to the Slicer 5.7 milestone May 22, 2024
@lassoan lassoan requested a review from pieper May 22, 2024 14:48
@lassoan lassoan self-assigned this May 22, 2024
@lassoan lassoan merged commit 3be02fa into Slicer:main May 22, 2024
6 checks passed
@lassoan lassoan deleted the fix-vtu-export branch May 22, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants