Add-on Bool Tool - Click on Brush name throws a python error #104660

Closed
opened 2023-06-01 12:08:24 +02:00 by Helge Maus · 1 comment

System Information
Operating system: macOS-13.4-x86_64-i386-64bit 64 Bits
Graphics card: Metal API AMD Radeon Pro 580 1.2

Blender Version
Broken: version: 3.6.0 Beta, branch: blender-v3.6-release, commit date: 2023-06-01 08:14, hash: 6bea428b7f5e
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: Bool Tool (0, 4, 1)
Author: Vitor Balbio, Mikhail Rachinskiy, TynkaTopi, Meta-Androcto, Simon Appelt

Short description of error
When clicking on the name or find icon of a Bool tool brush (cutter), I get a python error.

Python: Traceback (most recent call last):
File "/Applications/Blender.app/Contents/Resources/3.5/scripts/addons/object_boolean_tools.py", line 660, in execute
ob.set_select(state=True)
AttributeError: 'Object' object has no attribute 'set_select'. Did you mean: 'hide_select'?

Exact steps for others to reproduce the error
I've attached a blend-file
Go to the N-Panel -> Tag Edit -> Bool Tool
Select the cuted object
Click in the Brush viewer onto the name.

**System Information** Operating system: macOS-13.4-x86_64-i386-64bit 64 Bits Graphics card: Metal API AMD Radeon Pro 580 1.2 **Blender Version** Broken: version: 3.6.0 Beta, branch: blender-v3.6-release, commit date: 2023-06-01 08:14, hash: `6bea428b7f5e` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: Bool Tool (0, 4, 1) Author: Vitor Balbio, Mikhail Rachinskiy, TynkaTopi, Meta-Androcto, Simon Appelt **Short description of error** When clicking on the name or find icon of a Bool tool brush (cutter), I get a python error. > Python: Traceback (most recent call last): > File "/Applications/Blender.app/Contents/Resources/3.5/scripts/addons/object_boolean_tools.py", line 660, in execute > ob.set_select(state=True) > AttributeError: 'Object' object has no attribute 'set_select'. Did you mean: 'hide_select'? **Exact steps for others to reproduce the error** I've attached a blend-file Go to the N-Panel -> Tag Edit -> Bool Tool Select the cuted object Click in the Brush viewer onto the name.
Helge Maus added the
Type
Report
Priority
Normal
Status
Needs Triage
labels 2023-06-01 12:08:25 +02:00
Member

Hi, thanks for the report. Can confirm.

Add-on authors doesn't seem active anymore

Hi, thanks for the report. Can confirm. Add-on authors doesn't seem active anymore
Pratik Borhade added
Status
Confirmed
and removed
Status
Needs Triage
labels 2023-06-02 04:44:33 +02:00
Jesse Yurkovich added
Status
Resolved
and removed
Status
Confirmed
labels 2023-06-09 09:36:12 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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: blender/blender-addons#104660
No description provided.