Slight Bug with Search Function #61

Open
opened 2024-11-22 02:19:44 +01:00 by Chadane-Shawn-Francis · 2 comments

CC @Mets

System Information
Operating system: Windows-10-10.0.22631-SP0 64 Bits

Blender Version: 4.3.0, branch: blender-v4.3-release, commit: 2024-11-19
Add-on Version: (1, 6, 5)


Description of the problem:
It seems after the newer updates 4.2 and 4.3, if you delete a mesh and hit the search function (F3) in blender afterwards, you get these error codes.

Python: Traceback (most recent call last):
File "C:\Users\Legion\AppData\Roaming\Blender Foundation\Blender\4.3\extensions\blender_org\viewport_pie_menus\pie_selection.py", line 288, in draw
lower_obj = context.scene.objects.get(increment_name(active_obj.name, increment=-1))
^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'name'

Python: Traceback (most recent call last):
File "C:\Users\Legion\AppData\Roaming\Blender Foundation\Blender\4.3\extensions\blender_org\viewport_pie_menus\pie_selection.py", line 336, in poll
flipped_active = scene_obs.get(flip_name(active_obj.name))
^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'name'

CC @Mets **System Information** Operating system: Windows-10-10.0.22631-SP0 64 Bits **Blender Version:** 4.3.0, branch: blender-v4.3-release, commit: [2024-11-19](https://projects.blender.org/blender/blender/commit/2b18cad88b13) **Add-on Version**: (1, 6, 5) --- Description of the problem: It seems after the newer updates 4.2 and 4.3, if you delete a mesh and hit the search function (F3) in blender afterwards, you get these error codes. **Python: Traceback (most recent call last): File "C:\Users\Legion\AppData\Roaming\Blender Foundation\Blender\4.3\extensions\blender_org\viewport_pie_menus\pie_selection.py", line 288, in draw lower_obj = context.scene.objects.get(increment_name(active_obj.name, increment=-1)) ^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'name'** **Python: Traceback (most recent call last): File "C:\Users\Legion\AppData\Roaming\Blender Foundation\Blender\4.3\extensions\blender_org\viewport_pie_menus\pie_selection.py", line 336, in poll flipped_active = scene_obs.get(flip_name(active_obj.name)) ^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'name'**
Chadane-Shawn-Francis added the
bug
label 2024-11-22 02:19:44 +01:00
Collaborator

Thanks, will fix in next version.

Thanks, will fix in next version.

Hello, I reported some days ago a crash with search function, and I found out now that it happens when the add-on is enabled:
blender/blender#130744

Hello, I reported some days ago a crash with search function, and I found out now that it happens when the add-on is enabled: https://projects.blender.org/blender/blender/issues/130744
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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/space_view3d_pie_menus#61
No description provided.