mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
feat(sp): adding required current file
This commit is contained in:
parent
83d35608a1
commit
a07038d889
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue