Cleanup: pep8

This commit is contained in:
2020-12-16 18:02:40 +11:00
parent f34ca933a8
commit e671c548e6
14 changed files with 35 additions and 17 deletions

View File

@@ -893,6 +893,7 @@ class GreasePencilLayerDisplayPanel:
row = layout.row(align=True)
row.prop(gpl, "use_solo_mode", text="Show Only on Keyframed")
class GreasePencilFlipTintColors(Operator):
bl_label = "Flip Colors"
bl_idname = "gpencil.tint_flip"