AttributeError: 'NoneType' object has no attribute 'type' #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It looks like it is throwing this error when f3 is pressed for the search menu the first time if no object is selected.
AttributeError: 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\4.3\extensions\blender_org\tinycad_mesh_tools\BIX.py", line 74, in poll
return all([obj is not None, obj.type == 'MESH', obj.mode == 'EDIT'])
^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'type'