celaction: ext added to anatomy data

This commit is contained in:
Jakub Jezek 2022-11-24 16:13:06 +01:00
parent 0f1995e297
commit 08691e257d
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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)