mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Include staging dir with the frames to be published
This commit is contained in:
parent
c1995646d2
commit
3dae818df6
1 changed files with 4 additions and 1 deletions
|
|
@ -60,7 +60,10 @@ class CollectFrames(pyblish.api.InstancePlugin):
|
|||
|
||||
# todo: `frames` currently conflicts with "explicit frames" for a
|
||||
# for a custom frame list. So this should be refactored.
|
||||
instance.data.update({"frames": result})
|
||||
instance.data.update({
|
||||
"frames": result,
|
||||
"stagingDir": os.path.dirname(output)
|
||||
})
|
||||
|
||||
@staticmethod
|
||||
def create_file_list(match, start_frame, end_frame):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue