Slight Bug with Search Function #61
Labels
No Label
bug
duplicate
enhancement
help wanted
need info
not a bug
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: extensions/space_view3d_pie_menus#61
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?
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'
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