mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
inverting bugged condition
This commit is contained in:
parent
e51ddf8682
commit
3833819557
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ class ExtractThumbnail(pyblish.api.InstancePlugin):
|
|||
oiio_default_colorspace = None
|
||||
# first look into representation colorspaceData, perhaps it has
|
||||
# display and view
|
||||
if not all([repre_display, repre_view]):
|
||||
if all([repre_display, repre_view]):
|
||||
self.log.info(
|
||||
"Using Display & View from "
|
||||
"representation: '{} ({})'".format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue