Search found 1 match
- July 19th, 2023, 7:05 am
- Forum: Script Tutorials
- Topic: How to clear all keys of a property
- Replies: 2
- Views: 217461
Re: How to clear all keys of a property
A faster way to do this would be to select the keyframes you want to delete and execute the in-app "Delete" command something like this: app.executeCommand(2004); //use this to make sure nothing is selected, in-app deselect all command property.selected = true; //select the property, this ...