Page 1 of 1

Scripting issue since DaVinci Resolve 17

PostPosted: Thu Apr 29, 2021 12:04 pm
by Enno Winde
Hello,
I used the fuscript scripting language with Release 16 of DaVinci Resolve without any issues.
After upgrade to R17, the project.GetRenderJobStatus methode gets 'None'. So I get no feedback from Resolve. I need the completion percentage and estimated time.
Do somebody have the same probleme?

Kind regards,
Enno Winde

Re: Scripting issue since DaVinci Resolve 17

PostPosted: Fri Apr 30, 2021 7:48 am
by Igor Riđanović
Some of the rendering methods have changed in V17. You no longer call GetRenderJobStatus() on the job index but on the job UID. Refer to the documentation for more details.

Re: Scripting issue since DaVinci Resolve 17

PostPosted: Fri Apr 30, 2021 12:38 pm
by Enno Winde
Hello Igor,

thank you very much. It works fine with using the jobUID.
Thank you!

Kind regards,

Enno Winde