mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update server_addon/nuke/client/ayon_nuke/api/plugin.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
0e1c0c506f
commit
a33758792c
1 changed files with 1 additions and 4 deletions
|
|
@ -638,10 +638,7 @@ class ExporterReview(object):
|
|||
from . import lib as opnlib
|
||||
nuke_imageio = opnlib.get_nuke_imageio_settings()
|
||||
|
||||
if (
|
||||
"baking_target" in nuke_imageio.keys()
|
||||
and nuke_imageio["baking_target"]["enabled"]
|
||||
):
|
||||
if nuke_imageio["baking_target"]["enabled"]:
|
||||
return nuke_imageio["baking_target"]
|
||||
else:
|
||||
# viewer is having display and view keys only and it is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue