Describe the bug
This issue happens when I save the file, it doenst really affect me, but im curious on what it might affect.
Python: Traceback (most recent call last):
File "/Users/username/Library/Application Support/Blender/4.4/extensions/user_default/blenderdefender_sea/panels.py", line 274, in draw
file_data = get_file_data()
^^^^^^^^^^^^^^^
File "/Users/username/Library/Application Support/Blender/4.4/extensions/user_default/blenderdefender_sea/functions/main_functions.py", line 120, in get_file_data
if len(list(attribute)) > 0:
^^^^^^^^^^^^^^^
TypeError: 'builtin_function_or_method' object is not iterable
To Reproduce
Im not sure if this is easily reproducable, but here goes
- open blender
- carry on with how you usually do your work in blender.
- save your file
- error message appears
Expected behavior
I didnt expect anything to happen, and nothing did happen.
Operating System
Windows 10, MacOS
Blender Version
Blender 4.4 (latest)
Addon Version
1.2.2
Screenshots and additional context
No response
Describe the bug
This issue happens when I save the file, it doenst really affect me, but im curious on what it might affect.
Python: Traceback (most recent call last):
File "/Users/username/Library/Application Support/Blender/4.4/extensions/user_default/blenderdefender_sea/panels.py", line 274, in draw
file_data = get_file_data()
^^^^^^^^^^^^^^^
File "/Users/username/Library/Application Support/Blender/4.4/extensions/user_default/blenderdefender_sea/functions/main_functions.py", line 120, in get_file_data
if len(list(attribute)) > 0:
^^^^^^^^^^^^^^^
TypeError: 'builtin_function_or_method' object is not iterable
To Reproduce
Im not sure if this is easily reproducable, but here goes
Expected behavior
I didnt expect anything to happen, and nothing did happen.
Operating System
Windows 10, MacOS
Blender Version
Blender 4.4 (latest)
Addon Version
1.2.2
Screenshots and additional context
No response