You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Nuke in OpenPype3 is still using old config way of getting presets when Apply Colorspace
This is what happen when the menu item is selected.
Traceback (most recent call last):
File "C:\CODE\__PYPE\pype3\openpype\hosts\nuke\api\menu.py", line 66, in <lambda>
name, lambda: WorkfileSettings().set_colorspace(),
File "C:\CODE\__PYPE\pype3\openpype\hosts\nuke\api\lib.py", line 867, in set_colorspace
nuke_colorspace = config.get_init_presets(
AttributeError: 'module' object has no attribute 'get_init_presets'
The text was updated successfully, but these errors were encountered:
Nuke in OpenPype3 is still using old config way of getting presets when
Apply Colorspace
This is what happen when the menu item is selected.
The text was updated successfully, but these errors were encountered: