Persistent properties on projects
Posted: June 10th, 2005, 7:58 am
Is there any way to attach a property or value to a project? I would like to set a variable using the folderGetDialog(), and then store that folder location somehow within a project. That way, the next time the user runs the same script on the same project, they don't have to choose the folder again. I was wondering if you could store the info in a solid or comp or something. That way, as long as the user keeps that item around, the script can find it and extract the info for them. I would like to avoid using the AE prefs because they would get jammed up with each project having a value stored there.