Skip to content

Commit

Permalink
Port to 2.78 - 0.4.1 changes - 3D View, removed double entry OpenGL R…
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Jan 29, 2017
1 parent abeb990 commit 37236a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions release/scripts/startup/bl_ui/space_view3d.py
Expand Up @@ -119,11 +119,6 @@ def draw(self, context):
if (mode == 'EDIT' and obj.type == 'MESH'):
layout.prop(toolsettings, "use_mesh_automerge", text="", icon='AUTOMERGE_ON')

# OpenGL render
row = layout.row(align=True)
row.operator("render.opengl", text="", icon='RENDER_STILL')
row.operator("render.opengl", text="", icon='RENDER_ANIMATION').animation = True

# GPencil
if context.gpencil_data and context.gpencil_data.use_stroke_edit_mode:
row = layout.row(align=True)
Expand Down

0 comments on commit 37236a4

Please sign in to comment.