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

Bridge 2023 scripting crasher

LEGEND ,
Nov 15, 2022 Nov 15, 2022

I see there is now an app.batchRename() method but its not documented. Testing it makes Bridge 2023 crash with no errors. "disc" is one of my saved Batch Rename presets.

 

Please document this new method as I'd love to start using it.

 

try{
    var thumbs = app.document.selections;
    app.batchRename(thumbs, 'disc');
    }
catch(e){
    $.writeln(e);
    }

 

TOPICS
Bug , Crash or freeze , Problem or error , Scripting
119
Translate
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
no replies

Have something to add?

Join the conversation