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

fix(IO): enable export of 8bit-valued attributes to Paraview #884

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

yo35
Copy link
Contributor

@yo35 yo35 commented Jan 17, 2024

Hi,

The use-case is to be able to export a geode::EdgedCurve3D mesh with its attributes -- one of them being valued as 8-bit integers (aka. geode::local_index_t) -- to Paraview (through the .vtp file format).

Currently, 8-bit-valued attributes are not exported in Paraview .vtp files. From what I understand in the code in OpenGeodeIO, this is because these attributes are not flaggued as "genericable". The PR fixes that, but it modifies the core lib, and I'm not able to assess all the possible impacts...

@MelchiorSchuh MelchiorSchuh changed the base branch from master to next January 17, 2024 10:26
@MelchiorSchuh MelchiorSchuh changed the base branch from next to add_local_index_t_to_exportable_attributes January 17, 2024 12:50
@MelchiorSchuh MelchiorSchuh merged commit 6aed0eb into Geode-solutions:add_local_index_t_to_exportable_attributes Jan 17, 2024
5 of 6 checks passed
@BotellaA
Copy link
Member

🎉 This PR is included in version 14.12.2-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@BotellaA
Copy link
Member

🎉 This PR is included in version 14.12.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@yo35 yo35 deleted the export-8bit-attributes branch January 20, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants