mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
clean(nks): old way of representation data
This commit is contained in:
parent
55b3b41fd9
commit
18f6acc794
1 changed files with 1 additions and 3 deletions
|
|
@ -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",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue