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
Node groups UI #3624
Node groups UI #3624
Conversation
|
It turned out that coding grouping and ungrouping operators are harder than I thought. Even performance is the issue. I think main problem is array like structure of tree nodes and tree links. Also that straight references should not be keepped. I think I have to create module which will convert tree in more convenient data structure what make much easier manypulate with it. |
|
Funny thing is that most nodes have class VectorsOutNode(bpy.types.Node, SverchCustomTreeNode): |
# Conflicts: # core/sockets.py
Don't have any idea why it has failed on the previous comment
# Conflicts: # node_tree.py

Addressed problem description
#3319
In this PR I'm going to add
Group nodeand all functionality responsible for drawing its user interface. Adding group nodes is too big functionality I would be able to add it in one PR.Preflight checklist
group inandgroup outnodes into menu_