Page 1 of 1

timeline.GetSetting('timelineFrameRate') possibly incorrect

PostPosted: Tue Aug 02, 2022 9:21 pm
by ambustion
Are there any other developers working on scripting Resolve noticing that the timeline.GetSetting('timelineFrameRate') is reporting incorrect values for 23.976 on the 18.0.1 version of resolve? I am getting a value of 23 returned instead of 23.976 and not sure if this is shorthand for 23.976 or if I possibly have other things going on.

Re: timeline.GetSetting('timelineFrameRate') possibly incorr

PostPosted: Mon Oct 03, 2022 12:06 am
by ryanfrancesconi
try GetSetting() from project, not timeline. I saw it was numeric and incorrect as well.

Code: Select all
    const frameRate = projectManager.GetCurrentProject().GetSetting("timelineFrameRate");
    const drop = projectManager.GetCurrentProject().GetSetting("timelineDropFrameTimecode")