removed frame data from workfile instance

This commit is contained in:
iLLiCiTiT 2021-05-28 11:00:37 +02:00
parent 52b8118b7d
commit 1bf4a40a88

View file

@ -256,10 +256,6 @@ class CollectInstances(pyblish.api.ContextPlugin):
"publish": True,
"family": "workfile",
"families": ["workfile"],
"frameStart": context.data["frameStart"],
"frameEnd": context.data["frameEnd"],
"handleStart": context.data["handleStart"],
"handleEnd": context.data["handleEnd"],
"representations": [{
"name": ext.lstrip("."),
"ext": ext.lstrip("."),