AttributeError: 'NoneType' object has no attribute 'type' #1

Open
opened 2024-10-07 20:34:37 +02:00 by kursad k · 0 comments

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'

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' ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: extensions/mesh_tiny_cad#1
No description provided.