Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_info.py
| Context not available. | |||||
| layout.separator() | layout.separator() | ||||
| layout.operator("render.opengl", text="OpenGL Render Image") | layout.operator("render.opengl", text="OpenGL Render Image", icon='RENDER_STILL_OPENGL') | ||||
| layout.operator("render.opengl", text="OpenGL Render Animation").animation = True | layout.operator("render.opengl", text="OpenGL Render Animation", icon='RENDER_ANIMATION_OPENGL').animation = True | ||||
| layout.separator() | layout.separator() | ||||
| Context not available. | |||||