feat(sp): adding required current file

This commit is contained in:
Jakub Jezek 2020-08-04 16:56:24 +02:00
parent 83d35608a1
commit a07038d889
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -44,6 +44,7 @@ class CollectEditorial(pyblish.api.InstancePlugin):
file_path = os.path.join(
staging_dir, str(representation["files"])
)
instance.context.data["currentFile"] = file_path
# get video file path
video_path = None