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

Node groups does not work in Blender 3.5 #4896

Closed
Durman opened this issue Mar 30, 2023 · 0 comments · Fixed by #4926
Closed

Node groups does not work in Blender 3.5 #4896

Durman opened this issue Mar 30, 2023 · 0 comments · Fixed by #4926
Assignees
Labels
Milestone

Comments

@Durman
Copy link
Collaborator

Durman commented Mar 30, 2023

Problem statement

Node Group Sockets
Virtual sockets are the extra sockets added to group input and output nodes. Previously connecting a link to them would create an input or output in the corresponding node group. That feature was meant as a UI/UX feature though, and is now implemented differently in Blender and doesn't happen automatically. The correct way to add a group input from Python is to use node_tree.inputs.new(...) (70260960994d).

That is not only problem. Another is that group nodes does not generate sockets according to changes in inputs/outputs of their sub trees. Whether it's a bug or not is not clear yet - https://projects.blender.org/blender/blender/issues/105283

One more problem - https://projects.blender.org/blender/blender/issues/109231

@Durman Durman added this to the Sverchok v1.2 milestone Mar 30, 2023
@Durman Durman self-assigned this Jun 22, 2023
@Durman Durman reopened this Jul 3, 2023
@Durman Durman closed this as completed Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant