Hello guys,
How can I saveSettings to all After Effects versions at once?
Right now I am using this command to write:
app.settings.saveSetting("ScriptName","Pref_name","someVlaue");
And This command to read:
app.settings.getSetting("ScriptName","Pref_name");
And it saves me a preference settings for only one version of AE, for example I'm saving a preference setting for AE cc 2018 and when I'm trying to read this preference from AE cc 2019 It tells me that the preference doesn't exist.
I'm wondering if there is a way to save/read/delete preference settings for all AE versions at once?
Thanks