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

Group nodes - Alpha #3713

Merged
merged 41 commits into from
Dec 13, 2020
Merged

Group nodes - Alpha #3713

merged 41 commits into from
Dec 13, 2020

Conversation

Durman
Copy link
Collaborator

@Durman Durman commented Nov 13, 2020

Addressed problem description

This PR should bring life into group nodes.
It's not a final stage and future updates can break work of saved trees with group nodes.
For now every node which connected to group output node or to other nodes which connected to group output node will be evaluated. Also Debug print and Stethoscope nodes are supported.

Editing the same node groups from different windows is unsupported.
Viewer nodes inside ndoe groups are not supported.

fixing #3660
#3319

Preflight checklist

  • Ready for merge.

@Durman
Copy link
Collaborator Author

Durman commented Nov 22, 2020

Playing around canceling group tree update. It's not efficient to color each node which is currently updating in case if updation is going quite rapidly. But if to skip coloring some nodes when really hard node will be get it's quite likely that it won't be colored as updating node. So probably it would be better to color already updated nodes instead. Or not coloring nodes at all but potentially this functionality can be very user friendly and explorative about what is actually going on.
abort updating

@Durman Durman merged commit f2905a9 into master Dec 13, 2020
@Durman Durman deleted the group_handlers branch December 13, 2020 16:51
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.

None yet

1 participant