change color types back to their previous type

This commit is contained in:
Jakub Trllo 2024-02-15 10:23:56 +01:00
parent 7c9d4f7439
commit 8e9fd531d0
5 changed files with 157 additions and 112 deletions

View file

@ -31,7 +31,7 @@ class ExtractSequence(pyblish.api.Extractor):
families = ["review", "render"]
# Modifiable with settings
review_bg = [255, 255, 255, 255]
review_bg = [255, 255, 255, 1.0]
def process(self, instance):
self.log.info(