Page MenuHome

Mesh Snap_Utilities_Line integrated Addon
Closed, ResolvedPublic

Description

System Information
Operating system: Windows-7-6.1.7601-SP1 64 Bits
Graphics card: GeForce GTX 780/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 391.35

Blender Version
Broken: version: 2.80 (sub 50), branch: blender2.7, commit date: 2019-03-20 01:34, hash: rB47ba487e05da
Worked: (optional)

Short description of error

When activate the toolihave this error message...

Traceback (most recent call last):

File "C:\Program Files\blender-2.80.0-git.47ba487e05da-windows64\2.80\scripts\addons\mesh_snap_utilities_line\op_line.py", line 414, in invoke
  self._init_snap_line_context(context)
File "C:\Program Files\blender-2.80.0-git.47ba487e05da-windows64\2.80\scripts\addons\mesh_snap_utilities_line\op_line.py", line 236, in _init_snap_line_context
  if not (self.bm and self.obj):
File "C:\Program Files\blender-2.80.0-git.47ba487e05da-windows64\2.80\scripts\modules\bpy_types.py", line 659, in __getattribute__
  return super().__getattribute__(attr)

AttributeError: 'SnapUtilitiesLine' object has no attribute 'bm'

location: <unknown location>:-1

Exact steps for others to reproduce the error
just activate the ttol

Event Timeline

Sebastian Parborg (zeddb) lowered the priority of this task from 90 to 50.

It can't replicate the bug by the steps you described, but I was able to get a similar error message by activating the Operator via shortcut key.
I commited a fix for this. But I need to know if it really is related to the same bug.
@kouza (kouza), could you copy the entire error message displayed on the console?
You can open the console in Blender by going to the Window -> Toogle System Console.

location: <unknown location>:-1

I don't know why, and I don't even know if it's connected, but it's something that happened to me even with other addons, and it's random

Reinit everything.., it's work now...(for me)..

Brendon Murphy (meta-androcto) changed the task status from Unknown Status to Resolved.Jul 23 2019, 3:31 PM

works here also, closing as resolved