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

nuke: use framerange issue #3254

Merged
merged 2 commits into from
May 26, 2022
Merged

Conversation

jakubjezek001
Copy link
Member

Brief description

Use framerange is defined as correct type

Testing notes:

  1. open any nuke workfile
  2. go to Creator and create Prerender node
  3. it should create node without problems

@jakubjezek001 jakubjezek001 self-assigned this May 26, 2022
@jakubjezek001 jakubjezek001 requested a review from 64qam May 26, 2022 15:20
@jakubjezek001 jakubjezek001 added the type: bug Something isn't working label May 26, 2022
Copy link
Member

@64qam 64qam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to create Prerender

  File "C:\Users\qam\pypeclub\OpenPype\openpype\tools\creator\window.py", line 433, in _on_create
    data={"variant": variant}
  File "C:\Users\qam\pypeclub\OpenPype\openpype\pipeline\create\legacy_create.py", line 153, in legacy_create
    instance = plugin.process()
  File "C:\Users\qam\pypeclub\OpenPype\openpype\hosts\nuke\api\plugin.py", line 688, in process
    write_data
  File "<string>", line 37, in _create_write_node
  File "C:\Users\qam\pypeclub\OpenPype\openpype\hosts\nuke\api\lib.py", line 1124, in create_write_node
    **data
  File "C:\Users\qam\pypeclub\OpenPype\openpype\hosts\nuke\api\lib.py", line 425, in add_write_node
    w["first"].setValue(kwarg["frame_range"][0])
KeyError: 'frame_range'```

@jakubjezek001 jakubjezek001 requested a review from 64qam May 26, 2022 15:51
@mkolar mkolar merged commit df7a31a into develop May 26, 2022
@mkolar mkolar deleted the bugfix/nuke-create-with-frame-range branch May 26, 2022 17:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants