fix for various python bugs and remove unused var.

This commit is contained in:
2011-07-10 17:26:15 +00:00
parent de7592b489
commit 301e5b4ea0
13 changed files with 13 additions and 26 deletions

View File

@@ -34,7 +34,6 @@ class OBJECT_PT_context_object(ObjectButtonsPanel, bpy.types.Panel):
def draw(self, context):
layout = self.layout
space = context.space_data
ob = context.object
if space.use_pin_id:
layout.template_ID(space, "pin_id")