files are missing issue

This commit is contained in:
Jakub Jezek 2023-05-22 11:31:56 +02:00
parent 136af34a71
commit afd72b1097
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -133,11 +133,12 @@ class CollectNukeWrites(pyblish.api.InstancePlugin,
else:
representation['files'] = collected_frames
# inject colorspace data
self.set_representation_colorspace(
representation, instance.context,
colorspace=colorspace
)
self.log.debug("_ representation: {}".format(representation))
# inject colorspace data
self.set_representation_colorspace(
representation, instance.context,
colorspace=colorspace
)
instance.data["representations"].append(representation)
self.log.info("Publishing rendered frames ...")