2.5 UI scripts:

* Removed some unused code.
This commit is contained in:
2011-02-28 14:25:40 +00:00
parent 82b21ba166
commit cbf976e7a6
6 changed files with 0 additions and 40 deletions

View File

@@ -326,8 +326,6 @@ class INFO_MT_render(bpy.types.Menu):
def draw(self, context):
layout = self.layout
# rd = context.scene.render
layout.operator("render.render", text="Render Image", icon='RENDER_STILL')
layout.operator("render.render", text="Render Animation", icon='RENDER_ANIMATION').animation = True