Closed xan2622 closed 3 years ago
Addon version : Context Select hybrid 0.2.4 Blender version : 2.91
The following error appears after selecting three edges (with SHIFT+left click) then double-clicking on another edge.
Blend File: https://pasteall.org/blend/fb7fdb8fc3324088ae4d02eff8e8c56f
Python: Traceback (most recent call last): File "E:\blender_stable\2.91\scripts\addons\ContextSelect.py", line 289, in execute return context_edge_select(context, self.mode) File "E:\blender_stable\2.91\scripts\addons\ContextSelect.py", line 531, in context_edge_select new_sel = full_loop_edge_manifold(active_edge) File "E:\blender_stable\2.91\scripts\addons\ContextSelect.py", line 1229, in full_loop_edge_manifold opposite_edge = get_opposite_edge(edge, starting_vert) File "E:\blender_stable\2.91\scripts\addons\ContextSelect.py", line 1919, in get_opposite_edge opposite_edge = opposite_loop.edge AttributeError: 'NoneType' object has no attribute 'edge' location: <unknown location>:-1
Addon version : Context Select hybrid 0.2.4 Blender version : 2.91
The following error appears after selecting three edges (with SHIFT+left click) then double-clicking on another edge.
Blend File: https://pasteall.org/blend/fb7fdb8fc3324088ae4d02eff8e8c56f