After Effects Scripting is there a way to "Save Animation Preset" Methods?
After Effects Scripting is there a way to "Save Animation Preset" Methods?
<After Effects Scripting Guide> can be carried out in the following to "Animation"->"Apply Animation Preset".
-------------------------------------------------
Layer applyPreset() method
appapp.project.item(index).layer(index).applyPreset(presetName);
-------------------------------------------------
But there's no way "Animation"->"Save Animation Preset".
Who knows if there is such a way?
Or script operations by pressed or onClick Methods?
