• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit Search
0

Automation Blocks - Undo Mismatch

Participant ,
Nov 09, 2022 Nov 09, 2022

Copy link to clipboard

Copied

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

UndoGroupMismatch.png

 

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?

TOPICS
Error or problem , Scripting

Views

54

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 10, 2022 Nov 10, 2022

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 10, 2022 Nov 10, 2022

Copy link to clipboard

Copied

LATEST

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?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines