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 gltf node types #68

Merged
merged 3 commits into from
Jun 21, 2024
Merged

fix gltf node types #68

merged 3 commits into from
Jun 21, 2024

Conversation

RichardFrangenberg
Copy link
Member

fixes #48
The detection of the node definition type name didn't work correctly for the gltf image node.
"ND_gltf_image_vector3_vector3_1_0" became "vector3_vector3_1_0". With this fix the type will be "vector3".

@manuelkoester
Copy link
Member

Let's wait for a potential different solution by Bernard
#48

@manuelkoester
Copy link
Member

@RichardFrangenberg should we merge this in and maybe raise the underlying issue towards MaterialX?

Copy link
Member

@manuelkoester manuelkoester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done, thanks

@manuelkoester manuelkoester merged commit 9421fe1 into main Jun 21, 2024
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.

gltf image node is created with incorrect type (color3) when type is vector3.
2 participants