Page MenuHome

crash by moving an object with gizmos
Closed, ResolvedPublic

Description

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 445.87

Blender Version
Broken: version: 2.90 (sub 1), branch: master, commit date: 2020-05-11 16:01, hash: rB3c567468637e

Short description of error
try to move an object with the axis gizmo crashes blender

Exact steps for others to reproduce the error
Happens with the default cube


Event Timeline

Ankit Meel (ankitm) changed the task status from Needs Triage to Confirmed.EditedMay 11 2020, 7:51 PM

tested in rBaf8bd43e35a81cfcd3839a1a19914edba0ff5a89

#3	 in initTransformOrientation at   source/blender/editors/transform/transform_orientations.c:504
#4	 in initTransform at   source/blender/editors/transform/transform.c:1894
#5	 in transformops_data at   source/blender/editors/transform/transform_ops.c:396
#6	 in transform_invoke at   source/blender/editors/transform/transform_ops.c:512
#7	 in wm_operator_invoke at   source/blender/windowmanager/intern/wm_event_system.c:1270
#8	 in wm_operator_call_internal at   source/blender/windowmanager/intern/wm_event_system.c:1518
#9	 in WM_operator_name_call_ptr at   source/blender/windowmanager/intern/wm_event_system.c:1532
#10	 in WM_gizmo_operator_invoke at   source/blender/windowmanager/gizmo/intern/wm_gizmo.c:273
#11	 in wm_gizmomap_modal_set at   source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c:1102
#12	 in gizmo_tweak_start_and_finish at   source/blender/windowmanager/gizmo/intern/wm_gizmo_group.c:465
#13	 in gizmo_tweak_invoke at   source/blender/windowmanager/gizmo/intern/wm_gizmo_group.c:607
#14	 in wm_operator_invoke at   source/blender/windowmanager/intern/wm_event_system.c:1270
#15	 in wm_handler_operator_call at   source/blender/windowmanager/intern/wm_event_system.c:2102
#16	 in wm_handlers_do_keymap_with_gizmo_handler at   source/blender/windowmanager/intern/wm_event_system.c:2470
#17	 in wm_handlers_do_gizmo_handler at   source/blender/windowmanager/intern/wm_event_system.c:2595
#18	 in wm_handlers_do_intern at   source/blender/windowmanager/intern/wm_event_system.c:2775
#19	 in wm_handlers_do at   source/blender/windowmanager/intern/wm_event_system.c:2834
#20	 in wm_event_do_handlers at   source/blender/windowmanager/intern/wm_event_system.c:3321
#21	 in WM_main at   source/blender/windowmanager/intern/wm.c:450
#22	 in main at   source/creator/creator.c:528

edit: working in rBb026965f80c7e1beabbf4310af83af66c5b04e45

Julian Mohr (Jules) closed this task as Resolved.May 11 2020, 8:00 PM

have closed this ticket because of the Revert of"Fix T6504"