-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New InputNode for nodes without computation and support for all param types in output (and no more limited to File type) #2364
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
Conversation
706e6fe
to
6b9cf7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, works well, and the whole implementation is clean.
Tiny cosmetic changes to do, and see if we can come up with something that's less oriented than "InputNode" for the class' name.
It would also be good to add the upgrade of these nodes in the tests (https://github.com/alicevision/Meshroom/blob/develop/tests/test_compatibility.py).
ff4d951
to
88b6dbe
Compare
9b4eebe
to
e45418c
Compare
When computing or submitting a graph, if nodes are not computable they do not send warning that nodes had trouble.
… node computable or not
e45418c
to
d2ad818
Compare
Node without computation implemented with creation of InputNode class for easy description of Node.
Also changes for UI :