0

Review submission and quick daily in Nuke 7.0 crash because of incorrect way of setting the codec

Hi.

 

The code of both tk-nuke-dailies and tk-multi-reviewsubmission both make Nuke 7.0 crash for me. I managed to find the bug and it's caused by the following code that's trying to set the correct format on the Quicktime Write node:

node["file_type"].setValue("ffmpeg")
node["codec"].setValue("MOV format (mov)")

It should be:

node["file_type"].setValue("ffmpeg")
node["format"].setValue("MOV format (mov)")

 I don't know if it's something that changed in Nuke 7. I'm running it on Centos 6.2.

 

Benoit

2 comments

  • 0
    Avatar
    Ryan Mayeda

    Hi Benoit!

    Thanks for sending this in!  I am QA-ing new releases of tk-multi-reviewsubmission and tk-nuke-quickdailies now, and this should be a quick change to incorporate.  I want to double check and make sure that code change works in Nuke 6.3 in Linux as well (I'm pretty sure it will, but better safe than sorry).

    I'll update the thread once everything is a go and the new releases are out.

    Ryan.

  • 0
    Avatar
    Ryan Mayeda

    Hi Benoit!

    I finally got a chance to test this out and I confirmed that your one-liner works in Nuke 6.3 as well as Nuke 7.0, so I made the change official and pushed out a new release of tk-multi-reviewsubmission (v0.1.7)!  Run 'updates' to grab it.  We have some other updates to this app that are coming, but this one made sense to push out ahead since it unblocks others who might be using Nuke 7.0.  We also have an imminent Nuke engine update coming as well, which helps address some stability problems with that version of Nuke, so ensuring our review app works there is definitely a good thing.  :)

    Thanks again for checking this out and sharing the fix!

    Ryan.

Please sign in to leave a comment.