Maniphest T75189

Point Normal - Crashing Blender
Closed, Duplicate

Assigned To
None
Authored By
Jordan (TheWizardLord)
Mar 29 2020, 5:51 PM
Tags
  • BF Blender
  • Modeling
Subscribers
Jordan (TheWizardLord)
Philipp Oeser (lichtwerk)
Richard Antalik (ISS)

Description

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: Quadro P2000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.74

Blender Version
Broken: version: 2.82 (sub 7), branch: master, commit date: 2020-02-12 16:20, hash: rB77d23b0bd76f
Worked: Never

Short description of error
Blender Crashes when Tab is pressed while Point Normal operation is running.
In addition, other things can be done while the tool's operation is still active such as unwrapping and other operations found in the edit mode menus. Some of these actions work but others lead to blender crashing.

Exact steps for others to reproduce the error
Enter Edit mode on any mesh
Select some or all faces
Goto Mesh/Normals/Point Normals to Target.
While the tool operation is active press Tab.

Event Timeline

Jordan (TheWizardLord) created this task.Mar 29 2020, 5:51 PM
Richard Antalik (ISS) changed the task status from Needs Triage to Confirmed.Mar 30 2020, 11:39 AM
Richard Antalik (ISS) added a project: Modeling.
Richard Antalik (ISS) added a subscriber: Richard Antalik (ISS).

ob was null

 	blender.exe!BKE_editmesh_from_object(Object * ob) Line 90	C
>	blender.exe!edbm_point_normals_modal(bContext * C, wmOperator * op, const wmEvent * event) Line 7876	C
 	blender.exe!wm_handler_operator_call(bContext * C, ListBase * handlers, wmEventHandler * handler_base, wmEvent * event, PointerRNA * properties, const unsigned char * kmi_idname) Line 2012	C
 	blender.exe!wm_handlers_do_intern(bContext * C, wmEvent * event, ListBase * handlers) Line 2795	C
 	blender.exe!wm_handlers_do(bContext * C, wmEvent * event, ListBase * handlers) Line 2838	C
 	blender.exe!wm_event_do_handlers(bContext * C) Line 3233	C
 	blender.exe!WM_main(bContext * C) Line 450	C
 	blender.exe!main(int argc, const unsigned char * * UNUSED_argv_c) Line 526	C
 	[External Code]
Richard Antalik (ISS) updated the task description.Mar 30 2020, 11:42 AM
Philipp Oeser (lichtwerk) added a subscriber: Philipp Oeser (lichtwerk).Mar 30 2020, 4:28 PM

This has been reported before, see T68159: Mesh->Normals-> Point to Target crashes when switching out of editmode, will merge these reports...