Skip to main content
m1jackson
Inspiring
November 9, 2022
Question

Automation Blocks - Undo Mismatch

  • November 9, 2022
  • 2 replies
  • 259 views

I've been writing a couple of somewhat involved scripts and been getting the following message a fair amount:

 

I went looking in the generated .jsx file that I created and found a large portion of the script is in a single

app.beginUndoGroup

I get that it's so the whole portion of executed script can be undone, but on long scripts, it's never gonna happen.


Is there a way to supress or get around this error?

This topic has been closed for replies.

2 replies

Mathias Moehl
Community Expert
Community Expert
November 10, 2022

Automation Blocks always wraps the entire code into such an undo group, such that the entire execution can be undone in a single step.

Do these issues happen consistently for one particular script? If so, can you send me this script, such that I can test it and investigate the issue?

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Mylenium
Legend
November 10, 2022

My gut feeling tells me "No". This is likely an automatism based on the underlying skeleton script snippets. I'm pretty sure Mathias would have to implement some extra stuff to control this.

 

Mylenium