Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_view3d.py
| Context not available. | |||||
| # OpenGL render | # OpenGL render | ||||
| row = layout.row(align=True) | row = layout.row(align=True) | ||||
| row.operator("render.opengl", text="", icon='RENDER_STILL') | row.operator("render.opengl", text="", icon='RENDER_STILL_OPENGL') | ||||
| row.operator("render.opengl", text="", icon='RENDER_ANIMATION').animation = True | row.operator("render.opengl", text="", icon='RENDER_ANIMATION_OPENGL').animation = True | ||||
| # Pose | # Pose | ||||
| if obj and mode == 'POSE': | if obj and mode == 'POSE': | ||||
| Context not available. | |||||