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

Blender 4.1 custom nodes broken #480

Closed
BradyAJohnston opened this issue Apr 5, 2024 · 0 comments · Fixed by #481
Closed

Blender 4.1 custom nodes broken #480

BradyAJohnston opened this issue Apr 5, 2024 · 0 comments · Fixed by #481
Labels
bug Something isn't working

Comments

@BradyAJohnston
Copy link
Owner

Creating custom nodes (for color, selections & biological assemblies) there has been some changes to the API, they are currently broken in 4.1. The inputs are now dynamic and change type when the node data type is changed, so we don't have to find the corresponding input types that match anymore.

>           link(node_input.outputs[socket.identifier], node_color.inputs[11])
E           IndexError: bpy_prop_collection[index]: index 11 out of range, size 3
@BradyAJohnston BradyAJohnston added the bug Something isn't working label Apr 5, 2024
@BradyAJohnston BradyAJohnston linked a pull request Apr 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant