Page 1 of 1

timeline.SetSetting('useCustomSettings', "1") reset all

PostPosted: Wed Jul 30, 2025 3:15 pm
by Natayolie
Hello there,

While unchecking manually "Use project Settings" from Timeline Settings window is keeping the project settings (25p, Gamma 2-4...), doing so by scriping is resetting all settings as if I was doing it from a blank project (24p, Rec709 Scene...).

Code: Select all
timeline.SetSetting('useCustomSettings', "1")


I had to timeline.GetSetting() and reapply them all in a loop to resolve this issue.

Thanks