mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix order of collect filesequence and anatomy collect
This commit is contained in:
parent
af61c41319
commit
bab5fb45ff
2 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ class CollectRenderedFrames(pyblish.api.ContextPlugin):
|
|||
|
||||
"""
|
||||
|
||||
order = pyblish.api.CollectorOrder
|
||||
order = pyblish.api.CollectorOrder - 0.0001
|
||||
targets = ["filesequence"]
|
||||
label = "RenderedFrames"
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ class ExtractBurnin(pype.api.Extractor):
|
|||
"frame_start": frame_start,
|
||||
"frame_end": frame_end,
|
||||
"duration": duration,
|
||||
"version": version,
|
||||
"version": int(version),
|
||||
"comment": instance.context.data.get("comment", ""),
|
||||
"intent": instance.context.data.get("intent", "")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue