Change JobName via Script

Get answers to your questions about color grading, editing and finishing with DaVinci Resolve.
  • Author
  • Message
Offline

egit2025

  • Posts: 1
  • Joined: Mon Mar 10, 2025 1:31 pm
  • Real Name: Stefan Gacner

Change JobName via Script

PostFri Apr 11, 2025 10:54 am

Hi,

I want to create a RenderJob by script and give the Job a Name.
This works:
Code: Select all
project.SetRenderSettings({"TargetDir": ...... })
jobID = project.AddRenderJob()

I can find the object by the new Id of the job.
Now I can get the name of the Job (given by Resolve):
Code: Select all
print (JobObject['RenderJobName']) --> e.g. "Job 42"

I can change this name:
Code: Select all
JobObject['RenderJobName'] = 'marvin'

And - "yes" the name will change in the object:
Code: Select all
print (JobObject['RenderJobName']) --> e.g. "marvin"

But it will to be changed in the UI and when I restart Resolve and get the JobObject again, the name will be "Job 42" again.

How can I change the name??
Thanks for help!!

Ciao, Stefan.

Return to DaVinci Resolve

Who is online

Users browsing this forum: No registered users and 282 guests