mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
feat(global): integrate frames now add hashes to padding imagesequences only
This commit is contained in:
parent
a83049e0d6
commit
42ad4615aa
1 changed files with 8 additions and 2 deletions
|
|
@ -242,11 +242,17 @@ class IntegrateFrames(pyblish.api.InstancePlugin):
|
|||
|
||||
instance.data["transfers"].append([src, dst])
|
||||
|
||||
template_data["frame"] = "#" * int(anatomy_filled["render"]["padding"])
|
||||
if ext[1:] not in ["jpeg", "jpg", "mov", "mp4", "wav"]:
|
||||
template_data["frame"] = "#" * int(anatomy_filled["render"]["padding"])
|
||||
|
||||
anatomy_filled = anatomy.format(template_data)
|
||||
path_to_save = anatomy_filled["render"]["path"]
|
||||
template = anatomy.templates["render"]["path"]
|
||||
self.log.debug('ext[1:]: {}'.format(ext[1:]))
|
||||
|
||||
self.log.debug("path_to_save: {}".format(path_to_save))
|
||||
|
||||
|
||||
|
||||
|
||||
representation = {
|
||||
"schema": "pype:representation-2.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue