You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem pops up as soon as i click "load preset" in mtree node tree.
Python: Traceback (most recent call last):
File "C:\Users\lutri\AppData\Roaming\Blender Foundation\Blender\2.93\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
The text was updated successfully, but these errors were encountered:
This problem pops up as soon as i click "load preset" in mtree node tree.
Python: Traceback (most recent call last):
File "C:\Users\lutri\AppData\Roaming\Blender Foundation\Blender\2.93\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
The text was updated successfully, but these errors were encountered: