timeline.SetSetting('useCustomSettings', "1") reset all
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...).
I had to timeline.GetSetting() and reapply them all in a loop to resolve this issue.
Thanks
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