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

VTKLoader: fix parsing VTP containing DataArrays of type Int32 #23699

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

eino
Copy link
Contributor

@eino eino commented Mar 10, 2022

Description

Fix parsing of VTP files who contain DataArray nodes
of type "Int32". Those nodes were currently ignored,
resulting in an exception.

Fixed #23698

Fix parsing of VTP files who contain DataArray nodes
of type "Int32". Those nodes were currently ignored.
@mrdoob mrdoob added this to the r139 milestone Mar 10, 2022
@mrdoob mrdoob merged commit a5b8ef6 into mrdoob:dev Mar 10, 2022
@mrdoob
Copy link
Owner

mrdoob commented Mar 10, 2022

Thanks!

@eino eino deleted the fix/vtp-parsing-int32 branch March 10, 2022 17:57
abernier pushed a commit to abernier/three.js that referenced this pull request Sep 16, 2022
…b#23699)

Fix parsing of VTP files who contain DataArray nodes
of type "Int32". Those nodes were currently ignored.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VTKLoader: Loading fails for VTP fils containing DataArray of type="Int32"
3 participants