You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
project.GetRenderJobStatus does not take a "given job index (int)", but instead a string containing the "JobId" that can be acquired by calling project.GetRenderJobList.
I tried to use project.GetRenderJobStatus with both 0 and 1, both return None, even though these jobs exist.
The text was updated successfully, but these errors were encountered:
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.
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 use
project.GetRenderJobStatus
with both 0 and 1, both return None, even though these jobs exist.The text was updated successfully, but these errors were encountered: