Hi, which part of it is broken? I just gave it a shot and it seems to be working ok for me…
Hi!
I’m having issues with this as well, mind taking a look please?
Python: Traceback (most recent call last):
File "/Users/zophiekat/Library/Application Support/Blender/4.0/scripts/addons/weight_layers_addon/WL_operators.py", line 39, in execute
wl.new_layer_stack_slot()
File "/Users/zophiekat/Library/Application Support/Blender/4.0/scripts/addons/weight_layers_addon/WL_callbacks.py", line 85, in new_layer_stack_slot
self.relink_stack_group()
File "/Users/zophiekat/Library/Application Support/Blender/4.0/scripts/addons/weight_layers_addon/WL_settings.py", line 49, in relink_stack_group
group = WL_functions.get_wl_mod_group(bpy.context, obj=self.id_data)
File "/Users/zophiekat/Library/Application Support/Blender/4.0/scripts/addons/weight_layers_addon/WL_functions.py", line 265, in get_wl_mod_group
group = setup_new_geo_node_tree(GROUPS["stack_list"] + obj.name)
File "/Users/zophiekat/Library/Application Support/Blender/4.0/scripts/addons/weight_layers_addon/WL_functions.py", line 238, in setup_new_geo_node_tree
tree.inputs.new("NodeSocketGeometry", "Geometry")
AttributeError: 'GeometryNodeTree' object has no attribute 'inputs'
1 Like
I can confirm the same error in 4.2 from Zophiekat. I hope this is not dead and gets remedied as it is a superb addon. Thank you for the work so far!