lightgroup_helper icon indicating copy to clipboard operation
lightgroup_helper copied to clipboard

Error #71 making the connections in the NodeGroup

Open schroef opened this issue 9 months ago • 4 comments

bl3.6 and bl4.1.1

Im seeing errors from line 71

File "C:\Users\romboutversluijs\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\lightgroup_helper\set_comp_nodes.py", line 73, in execute
    nt.links.new(viewlayer_node.outputs[lg_pass], group_node.inputs[i * 2 + 1])
IndexError: bpy_prop_collection[index]: index 1 out of range, size 0

First of all, the operator doesnt show in any context menu. I tried adding it to main node add menu, still didnt show. I can run it from the search menu. But seems code has issues

group_input has only input. I think this code is trying to make the connections. Guess something is wrong due to updates of nodes and api has gotten

schroef avatar Feb 19 '25 22:02 schroef