When i want to do anything with the addon i get the same error:
Python: Traceback (most recent call last):
File "C:\Users\levin\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\modular_tree-blender_28\nodes\node_tree.py", line 216, in draw
op.node_group_name = tree.name #set node group name as curent node tree name
AttributeError: 'MTREE_OT_save_preset' object has no attribute 'node_group_name'
When i want to do anything with the addon i get the same error: Python: Traceback (most recent call last): File "C:\Users\levin\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\modular_tree-blender_28\nodes\node_tree.py", line 216, in draw op.node_group_name = tree.name #set node group name as curent node tree name AttributeError: 'MTREE_OT_save_preset' object has no attribute 'node_group_name'
location::-1