Ben Rugg benrugg
  • Joined on 2020-09-28
Ben Rugg commented on issue blender/blender#105701 2023-03-13 17:24:41 +01:00
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 =…
Ben Rugg commented on issue blender/blender#105701 2023-03-13 17:23:57 +01:00
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…

Ben Rugg commented on issue blender/blender#105701 2023-03-13 14:55:58 +01:00
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:…

Ben Rugg commented on issue blender/blender#105619 2023-03-12 22:09:33 +01:00
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.

Ben Rugg commented on issue blender/blender#105701 2023-03-12 22:08:05 +01:00
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.…

Ben Rugg opened issue blender/blender#105701 2023-03-12 20:22:27 +01:00
Compositor node tree .links.new does not create group input/output in Blender 3.5 beta