In the Timeline window for animations, there is a flyout (?) menu, one of the options is "Make frames from layers". I would like to use this action in a script that i'm making, but can't capture it using ScriptListener.
For the time being, i've managed to 'manually' achieve the same functionality using script, but when dealing with hundreds of layers, its extremely slow whereas the 'Make frames from layers' is almost instant.
How can i use it? Why doesn't it get captured by ScriptListener?