Cleanup: pep8

This commit is contained in:
2019-05-22 00:27:01 +10:00
parent dfb2db10a0
commit 4ebb64697a
18 changed files with 164 additions and 76 deletions

View File

@@ -242,6 +242,7 @@ class NLA_MT_snap_pie(Menu):
pie.operator("nla.snap", text="Nearest Second").type = 'NEAREST_SECOND'
pie.operator("nla.snap", text="Nearest Marker").type = 'NEAREST_MARKER'
class NLA_MT_context_menu(Menu):
bl_label = "NLA Context Menu"
@@ -285,7 +286,6 @@ class NLA_MT_channel_context_menu(Menu):
layout.operator("anim.channels_clean_empty")
classes = (
NLA_HT_header,
NLA_MT_edit,