rewrite import_shots and cleanup

This commit is contained in:
ChristopheSeux
2024-04-10 16:15:57 +02:00
parent dae9d55494
commit 2960bab63d
15 changed files with 1068 additions and 269 deletions
+4 -1
View File
@@ -29,6 +29,7 @@ from vse_toolbox.file_utils import (
)
from vse_toolbox.resources.trackers.kitsu import Kitsu
def load_trackers():
from vse_toolbox.resources.trackers.tracker import Tracker
@@ -112,7 +113,9 @@ class VSETB_Prefs(AddonPreferences):
layout = self.layout
layout.prop(self, 'config_path', text='Config Path')
row = layout.row(align=True)
row.prop(self, 'config_path', text='Config Path')
row.operator("vse_toolbox.load_settings", icon="CHECKMARK", text='')
layout.prop(self, "sort_metadata_items", text='Sort Metadata Items')
col = layout.column(align=True)