-
Storing Keyframes
Hi everyone,
I am still learning, does anyone know how to store selected keyframes so I can delete them afterwards. I have tried arrays but I am missing something. This is the simplified version:var keySelection = property.selectedKeys;
for (i = keySelection[0]; i < keySelection.length; i++) {
property.removeKey(i)
}Thanks
Sebastian