Drawing with make line tool in an empty scene results crash #89724
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#89724
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?
System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce RTX 2080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.89
Blender Version
Broken: version: 2.93.0, branch: master, commit date: 2021-06-02 11:21, hash:
blender/blender@84da05a8b8
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: Snap_Utilities_Line (6, 9, 20)
Author: Germano Cavalcante
Short description of error
[Under the front-focus view
Does not work properly Snap to outer vertices
If you delete all the grids in edit mode and use this function, you will get an error and crash.
Exact steps for others to reproduce the error
Error presentation.mp4
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\mesh_snap_utilities_line\op_line.py", line 289, in modal
self.snap_obj, self.prevloc, self.location, self.type, self.bm, self.geom, self.len = snap_utilities(
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\mesh_snap_utilities_line\common_utilities.py", line 190, in snap_utilities
snp_obj, loc, elem, elem_co, view_vector, orig, bm, bm_geom = get_snap_bm_geom(sctx, main_snap_obj, mcursor)
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\mesh_snap_utilities_line\common_utilities.py", line 104, in get_snap_bm_geom
r_snp_obj, r_loc, r_elem, r_elem_co = sctx.snap_get(mcursor, main_snap_obj)
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\mesh_snap_utilities_line\snap_context_l_init_.py", line 480, in snap_get
snap_obj, index = self.get_nearest_index(mval)
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\mesh_snap_utilities_line\snap_context_l_init.py", line 184, in _get_nearest_index
rect = ((max(0, loc_curr[0] - self.threshold), min(self._snap_buffer.dimensions[0], loc_curr[0] + self.threshold)),
Added subscriber: @LENS6
#89813 was marked as duplicate of this issue
Snap_Utilities_Line 6.9.20 collapseto Snap_Utilities_Line 6.9.20(BUG)Changed status from 'Needs Triage' to: 'Confirmed'
Added subscriber: @PratikPB2123
Snap_Utilities_Line 6.9.20(BUG)to Drawing with make line tool in an empty scene results crashThis issue was referenced by
1868f2511c
This issue was referenced by
7884a7bbf9
Changed status from 'Confirmed' to: 'Resolved'
Added subscribers: @Dayar, @mano-wii