-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New local isolated computation for python nodes #2703
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
Merged
Merged
Changes from 41 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
78fddab
[ui] graph: status check simplification
fabiencastan 8c6fca2
[ui] graph: loadOutputAttr is enough
fabiencastan 830372b
[core] saveOutputAttr directly after the processChunk
fabiencastan 8e5f8a5
Add some python typing
fabiencastan c4f64d7
[bin] Ensure that meshroom_compute could be launched without any envi…
fabiencastan 0106a3b
[core] Detailed error message for plugin load failure
fabiencastan 988da85
python typing
fabiencastan f665b94
[core] NodeChunk: Init the subprocess variable
fabiencastan 66fb813
Remove ripple submitter
fabiencastan ad1d97f
[bin] meshroom_compute: verbosity
fabiencastan c1a862d
remove duplication for verbose options
fabiencastan 3f69724
Add some typing and str format
fabiencastan 1c9c027
Use EnvVar for loading nodes, pipeline templates and submitters
fabiencastan 0c961a5
[ui] call loadOutputAttr only once (and not per chunk)
fabiencastan 1ad526d
[core] Use exist_ok on makedirs
fabiencastan faece7e
minor wording
fabiencastan 727a4d1
New notion of local isolated computation for python nodes using meshr…
fabiencastan 426855b
[ui] ensure all node types used in the UI are declared
fabiencastan eb9df4c
Explicit meshroom node type in status file
fabiencastan 4c7ff6e
[core] remove duplicated function from BaseNode
fabiencastan b3c4f67
rename "typing" to avoid conflicts
fabiencastan 1ca83fc
[ui] Check if node types are available before using them
fabiencastan 2f08448
Rely on the nodeDesc MrNodeType
fabiencastan 0c32060
[core] node: add some typing
fabiencastan 75ab823
[core] node: udpate isExtern check
fabiencastan e54127f
[core] statusNodeName change over time due to duplicates
fabiencastan 4e7de57
[core] Init node name with non-empty unique ID
fabiencastan 8be90ce
[core] node: simplify with a new method isMainNode()
fabiencastan ea3f87b
[core] improve the update of the node status
fabiencastan 92555f6
[core] more explicit error messages when loading plugins
fabiencastan db8fd02
New plugins load
fabiencastan 008d6c7
Automatically save the project when computing or submitting to render…
fabiencastan 44ec6f0
[core] NodeChunk: Do not raise an error when we stop a chunk that is …
fabiencastan 299d8f2
[core] NodeChunk: global notification for all status changes and no m…
fabiencastan ca75e75
[core] improve checks for sessionUid and execMode
fabiencastan e65dc09
[core] Simplify checks for displayable outputs
fabiencastan 38e82b9
[core] Add support for "3d" semantic
fabiencastan c01aefc
[ui] GraphEditor: Improved node status computable/submitable checks
fabiencastan 4cbd2e7
[ui] simplify visible/displayable status
fabiencastan cd219fd
[core] more typing
fabiencastan 346d78d
Adapt unittests to deal with graph saving
fabiencastan b9a5c00
[core] fix logging
fabiencastan 2ad5535
[core] declaring "global" var access is useless
fabiencastan 8be8ea5
Fix display of Compatibility nodes
fabiencastan be43c5c
[ui] Compatibility nodes cannot be computed or recomputed
fabiencastan ff9a037
Fix node states after loading
fabiencastan 081d38f
Stop using bare `except` statements
cbentejac 8300626
[core] Node: Clean-up code
cbentejac f8567fb
[desc] Node: Clean-up code
cbentejac File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.