Setting Project wide settings with a script
We work on multiple movie projects at once. Each has their own required fps and color settings. I was hoping to have a javascript which checks and modifies this based on per-project presets. I thought this would work :
app.preferences.getPrefAsFloat(sectionName, keyName[, prefType])
But this errors out :
app.preferences.getPrefAsFloat("Import Options Preference Section", "Import Options Default Sequence FPS");
["Import Options Preference Section"]
