clean(nks): old way of representation data

This commit is contained in:
Jakub Jezek 2020-03-20 14:48:20 +01:00
parent 55b3b41fd9
commit 18f6acc794
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -147,7 +147,6 @@ class CollectPlatesData(api.InstancePlugin):
"version": version
})
try:
basename, ext = os.path.splitext(source_file)
head, padding = os.path.splitext(basename)
@ -192,8 +191,7 @@ class CollectPlatesData(api.InstancePlugin):
"frameEnd": instance.data["sourceOut"] - instance.data["sourceIn"] + 1,
'step': 1,
'fps': instance.context.data["fps"],
'preview': True,
'thumbnail': False,
'tags': ["preview"],
'name': "preview",
'ext': "mov",
}