start import csv

This commit is contained in:
“christopheseux”
2023-05-04 14:55:53 +02:00
parent 2d24e3da7f
commit ec4212740c
4 changed files with 75 additions and 11 deletions
+2 -1
View File
@@ -160,7 +160,8 @@ class VSETB_PT_imports(VSETB_main, Panel):
col = layout.column()
#row = col.row(align=True)
col.operator('vse_toolbox.import_files', text='Import', icon='IMPORT')
#col.operator('vse_toolbox.import_files', text='Import', icon='IMPORT')
col.operator('vse_toolbox.import_spreadsheet', text='Import Spreadsheet', icon='SPREADSHEET')
class VSETB_PT_presets(PresetPanel, Panel):