hlorus / CAD_Sketcher

Constraint-based geometry sketcher for blender
GNU General Public License v3.0
2.59k stars 122 forks source link

[BUG] AttributeError: 'View3D_OT_slvs_select_box' object has no attribute 'mouse_pos' #437

Open drewp opened 5 months ago

drewp commented 5 months ago

Contact Details

No response

Description

I didn't notice any bad behavior, but I got this in my log, FYI.

Traceback (most recent call last): File "/home/drewp/.config/blender/4.0/scripts/addons/CAD_Sketcher-main/operators/select_box.py", line 27, in draw_callback_px end = self.mouse_pos File "/home/drewp/own/tool/blender-4.0.1-linux-x64/4.0/scripts/modules/bpy_types.py", line 902, in getattribute return super().getattribute(attr) AttributeError: 'View3D_OT_slvs_select_box' object has no attribute 'mouse_pos'

Addon Version

0.27.3

Blender Version

4.0.1

What platform are you running on?

Linux