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
My goal is to create an automated script to create a new project and save the presets for the specific database. However the request is to have the ability to add custom directory path inputs for
with final step to then set as resolve data base preset.
I am eager to learn more about this python package
I see there might already be one made which might work.
(settings.perf.cache_clips_location: Optional[Union[Path, str]])
I will test.
I suppose I could accomplish this task using outside UI - looking forward to learning about this package and eventually adding to it
Thanks for your time.
The text was updated successfully, but these errors were encountered:
I figured out how to do part of this in regular API - but I guess my hands are tied if there is missing values in Davinci Resolves main API. As there is no proxy generation location / powergrade location from what I can find in 'GetSettings()'. ---- but here is how I was able to change Capture, Cache Files and Gallery Stills location.
#############
import DaVinciResolveScript as dvr_script
#Connect to DaVinci Resolve API
resolve_DaV_api = dvr_script.scriptapp("Resolve")
Hello,
My goal is to create an automated script to create a new project and save the presets for the specific database. However the request is to have the ability to add custom directory path inputs for
proxy generation location
cache files location
gallery stills location
capture and playback / Capture / Save clips to
Setting powergrade location
with final step to then set as resolve data base preset.
I am eager to learn more about this python package
I see there might already be one made which might work.
(settings.perf.cache_clips_location: Optional[Union[Path, str]])
I will test.
I suppose I could accomplish this task using outside UI - looking forward to learning about this package and eventually adding to it
Thanks for your time.
The text was updated successfully, but these errors were encountered: