mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge branch 'develop' into enhancement/3dsmax-use-custom-modifier-attributes
This commit is contained in:
commit
bcaa443996
1 changed files with 5 additions and 5 deletions
|
|
@ -133,11 +133,11 @@ class CollectNukeWrites(pyblish.api.InstancePlugin,
|
|||
else:
|
||||
representation['files'] = collected_frames
|
||||
|
||||
# inject colorspace data
|
||||
self.set_representation_colorspace(
|
||||
representation, instance.context,
|
||||
colorspace=colorspace
|
||||
)
|
||||
# inject colorspace data
|
||||
self.set_representation_colorspace(
|
||||
representation, instance.context,
|
||||
colorspace=colorspace
|
||||
)
|
||||
|
||||
instance.data["representations"].append(representation)
|
||||
self.log.info("Publishing rendered frames ...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue