Mesh Snap_Utilities_Line integrated Addon #62773

Closed
opened 2019-03-20 13:26:01 +01:00 by kouza · 9 comments

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: blender/blender@47ba487e05
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: :-1

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

**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: `blender/blender@47ba487e05` 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
Author

Added subscriber: @kouzanagi

Added subscriber: @kouzanagi
Germano Cavalcante was assigned by Sebastian Parborg 2019-03-20 14:04:32 +01:00

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.
@kouzanagi, 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.

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. @kouzanagi, 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`.

Added subscriber: @nokipaike

Added subscriber: @nokipaike

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

> 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
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

hi, same here with daily build. win 7 64 os.

hi, same here with daily build. win 7 64 os.
Author

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

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

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Member

works here also, closing as resolved

works here also, closing as resolved
Sign in to join this conversation.
No Milestone
No project
4 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#62773
No description provided.