-
Notifications
You must be signed in to change notification settings - Fork 3
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
Behaviour when loading file is different to behaviour when re-running file #41
Comments
@hybridherbst quick question, unrelated to your observation but related to your file: |
Actually I just realized that no string value types are spec-compliant, but are often needed to test anything.. |
Yeah, good question, and I believe it depends on the spec for Unfortunately I don't know how to get Aero (where I believe the extension is coming from) to actually export a KHR_interactivity file... @lexaknyazev for string types used in extensions, like the ADBE/output_console_node, do you have a recommendation? Should the value be stored as |
Its one of those things I asked to clarify in spec, I think values are never not-arrayed whether custom types or not (your test file also have few booleans that need to be put into array, I think) Speaking of custom types, spec only mentions them for variables not for inputs, so its unclear if its even allowed |
This file tests all math nodes for float types:
20250109-MathTests.zip
! This issue requires the fixes from our fork at the moment – registering missing nodes etc.
However, when initially loading it, it looks like this:
When pressing Play again, it looks like this:
I'm unsure what's wrong here. I believe the data is correct but maybe there's something else going on.
The text was updated successfully, but these errors were encountered: