Cleanup: pep8

This commit is contained in:
Campbell Barton
2019-07-28 17:45:55 +10:00
parent 79ce2054d4
commit ae19f68d45
6 changed files with 10 additions and 6 deletions

View File

@@ -1152,6 +1152,7 @@ class CLIP_PT_tools_mask_transforms(MASK_PT_transforms, Panel):
bl_region_type = 'TOOLS'
bl_category = "Mask"
class CLIP_PT_tools_mask_tools(MASK_PT_tools, Panel):
bl_space_type = 'CLIP_EDITOR'
bl_region_type = 'TOOLS'
@@ -1426,6 +1427,7 @@ class CLIP_MT_select_grouped(Menu):
layout.operator_enum("clip.select_grouped", "group")
class CLIP_MT_mask_handle_type_menu(Menu):
bl_label = "Set Handle Type"
@@ -1434,6 +1436,7 @@ class CLIP_MT_mask_handle_type_menu(Menu):
layout.operator_enum("mask.handle_type_set", "type")
class CLIP_MT_tracking_context_menu(Menu):
bl_label = "Context Menu"
@@ -1512,6 +1515,7 @@ class CLIP_MT_tracking_context_menu(Menu):
layout.operator("mask.delete")
class CLIP_PT_camera_presets(PresetPanel, Panel):
"""Predefined tracking camera intrinsics"""
bl_label = "Camera Presets"