Open RedstoneMedia opened 1 year ago
Which DaVinci Resolve version do you use? For the latest version of this README.TXT, please refer to the local file included with your Davinci Resolve software. (Help > Documentation > Developer). On Linux e.g. in /opt/resolve/Developer/Scripting/README.txt
.
I'm using Resolve 18.1.1 Build 7.
In the README it says:\
GetRenderJobStatus(jobId) --> {status info} # Returns a dict with job status and completion percentage of the job by given jobId (string).
The README.txt file has been updated on November 22, 2022.
project.GetRenderJobStatus
does not take a "given job index (int)", but instead a string containing the "JobId" that can be acquired by callingproject.GetRenderJobList
. I tried to useproject.GetRenderJobStatus
with both 0 and 1, both return None, even though these jobs exist.