mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
celaction: ext added to anatomy data
This commit is contained in:
parent
0f1995e297
commit
08691e257d
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ class CollectRenderPath(pyblish.api.InstancePlugin):
|
|||
padding = anatomy.templates.get("frame_padding", 4)
|
||||
anatomy_data.update({
|
||||
"frame": f"%0{padding}d",
|
||||
"representation": "png"
|
||||
"representation": "png",
|
||||
"ext": "png"
|
||||
})
|
||||
|
||||
anatomy_filled = anatomy.format(anatomy_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue