Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Nuke: fix set colorspace with new settings #1375

Closed
jakubjezek001 opened this issue Apr 20, 2021 · 1 comment · Fixed by #1386
Closed

Nuke: fix set colorspace with new settings #1375

jakubjezek001 opened this issue Apr 20, 2021 · 1 comment · Fixed by #1386
Assignees
Labels
host: Nuke type: bug Something isn't working

Comments

@jakubjezek001
Copy link
Member

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'
@jakubjezek001 jakubjezek001 self-assigned this Apr 21, 2021
@create-issue-branch
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Nuke type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant