Block a user
Compositor node tree
.links.new
does not create group input/output in Blender 3.5 beta
For anyone finding this issue in the future, here is the fix:
# create a new compositor node group and add its input and output nodes
scene = bpy.context.scene
scene.use_nodes =…
Compositor node tree
.links.new
does not create group input/output in Blender 3.5 beta
@mod_moder thank you, that works! And blessedly, it works in previous versions of Blender as well 😅
I believe this change is going to affect many people, and will need to be documented very…
Compositor node tree
.links.new
does not create group input/output in Blender 3.5 beta
@mod_moder thank you so much
Compositor node tree
.links.new
does not create group input/output in Blender 3.5 beta
@mod_moder Ok, understood. I still can't get that change to work. I have tried every variation of this: node_tree.inputs.new('RGBA', 'Image')
and it always throws the error `RuntimeError: Error:…
Geometry Nodes: link to output inside node group is invalid when created from Python
I believe this issue should be looked at again. I don't think it is a purposeful api change.
Compositor node tree
.links.new
does not create group input/output in Blender 3.5 beta
@mod_moder Thank you for the quick response. I think this is very similar (and not quite a duplicate) to #105283 and #105619. I believe all three issues are regressions, and not intended behavior.…
Compositor node tree
.links.new
does not create group input/output in Blender 3.5 beta