UI: disable view context w/ OpenGL anim render

The 3D view menu can GL render from a single view
This commit is contained in:
Campbell Barton 2018-05-24 18:15:10 +02:00
parent 1cf17b257d
commit 12b261be41

@ -570,7 +570,9 @@ class INFO_MT_render(Menu):
props = layout.operator("render.opengl", text="OpenGL Render Image")
props.view_context = False
layout.operator("render.opengl", text="OpenGL Render Animation").animation = True
props = layout.operator("render.opengl", text="OpenGL Render Animation")
props.view_context = False
props.animation = True
layout.menu("INFO_MT_opengl_render")
layout.separator()