メインコンテンツへスキップ

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

AppleScript for setting Format of NextCaptureNaming

コメント

3件のコメント

  • Jim_DK
    Next Capture naming is one extraneous element saved in the templates feature so you could just save the session/catalog as a template from the File menu and make all future documents from the template.

    The same approach is possible from scripting as Next Capture Naming is a property of documents.
    0
  • Suguru Kaibara
    Thanks for the advice.
    Default.cosessiontemplate is now saved into Templates folder.
    What does come to "?????" below?

    tell application "Capture One 11"
    activate
    set sessionName to the text returned of (display dialog "Enter Session Name please" default answer "")
    set sessionPath to "/Users/USER NAME/Desktop/"
    set sessionTemplate to ?????
    end tell
    tell application "Capture One 11"
    set newDoc to make new document with properties {name:sessionName, path:sessionPath, template:sessionTemplate}
    end tell
    0
  • Eric Valk
    DO NOT click on the link in the posting above. The site attempts to prevent you from leaving, and does not appear to be photograghy related.
    0

投稿コメントは受け付けていません。