Rick Allen
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 22
Comments
Recent activity by Rick Allen-
Not sure if you have tell the current document in the rest of you code but the below works. tell front document of application "Capture One 23" repeat with theVariant in (variants whose selecte...
-
Very interesting that you managed to get this far with GPT!! If the status title is empty you might want to account for that with a if condition. If photo’s status title is not “” then Do rename ...
-
It was written as part of a larger project and I'll need to rewrite to share but that export should run in 22.
-
You can use my SqCrop app for that https://updates.requiredtech.io/utilities/SqCrop.dmg Drop the app file into Capture One scripts folder and assign a keyboard shortcut to it. Cheers
-
You might want to look at LOCATION helper by the same developer of JSON helper Location Helper (mousedown.net)
-
you may need to test if "Annotated|YES" is available. If you are in a folder with no annotations you may get an error. tell application "Capture One 23" tell current document set allVariants ...
-
I’m in transit atm so can’t test but this should get you close Tell application “Capture One” Tell current document Set filters to “Annotated|YES” — select variants — do processing with recipe X...
-
Filtering for annotations and processing them with recipe A and then doing the reverse is the way to go.