default name of keymap to 'keymap.py' + pedantic pep8 edits

This commit is contained in:
2009-11-18 01:30:28 +00:00
parent 5ad1563f34
commit 7807a37b89
5 changed files with 5 additions and 4 deletions

View File

@@ -274,6 +274,7 @@ class BONE_PT_deform(BoneButtonsPanel):
col.itemL(text="Offset:")
col.itemR(bone, "cyclic_offset")
class BONE_PT_properties(BoneButtonsPanel):
bl_label = "Properties"
bl_default_closed = True
@@ -286,7 +287,7 @@ class BONE_PT_properties(BoneButtonsPanel):
item = "active_pchan"
else:
item = "active_bone"
rna_prop_ui.draw(self.layout, context, item)
bpy.types.register(BONE_PT_context_bone)