System Information
OSX 10.9.5 but I also suspect Linux have this issue.
Short description of error
When setting 3D to Time Sequential (aka Quadbuffer) Blender duplicates the window (see wm_stereo3d_set_exec), when 'time sequential is not supported, the menu lingers open, and leads to a crash after I try to press OK, or simply click around the UI.
Also, if I try to change the stereo mode in the python console it works fine:
bpy.ops.wm.set_stereo_3d(display_mode='TIMESEQUENTIAL')
Exact steps for others to reproduce the error
- Turn on Views (in the Render Layer panel)
- Set Stereo 3D mode to Time Sequential (in the Info Header > Window > Set Stereo 3D, 'Time Sequential')
Now quit the menu (esc), or just click anywhere in the UI and boom !
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: 13 at address: 0x0000000000000000
0x000000010002df45 in wm_operator_ui_popup_cancel (C=0x107f11ea8, userData=0x108fd6ea8) at //blender/windowmanager/intern/wm_operators.c:1657
1657 if (op->type->cancel) {This may be related to the 'broken pop UI' I get when Quadbuffer is not supported:
(look at the exclamation mark on the left)
