Sean Murphy
- 合計アクティビティ 85
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 25
コメント
Sean Murphyによる最近のアクティビティ-
I don't shoot with C1 11 but use it in a digital technician role and everything has worked fine running in Mojave.
-
Thanks Eric! Really simple/easy bit of code to enter in to check if a current doc is open. I'll have to explore to see if it is at the point when no document is actually open when it is trying to...
-
Same thing. No change in selection.Since creating a new recipe does automatically select it maybe I should find this recipe and delete it each to then create it anew. That would at least assure t...
-
Sorry for the quick reply with an answer to my own question. Apparently Capture One saves the path for batch done, processing done, capture done scripts in its main preferences file. I assumed i...
-
Sorry, that access denied must be since those are apps and therefore a folder structure essentially. Here is a zip with both. Just figured out how to see Apple Events. 😊 Here is everything from ...
-
Thanks for helping Eric. I had already created a support ticket (257696) but will put a reference to this forum thread and your ticket.I might see about moving away from creating the recipe each t...
-
Hey LPb, I just started looking into a solution for applying metadata pre-shooting today, as well. After reading your initial steps I think you're really close. Instead of trying to load this pre...
-
Did you perhaps reply to the wrong message? No Netgear involvement here.
-
Just confirmed this to work as expected with next shots.tell application "Capture One 11" set apply styles of next capture settings of current document to {("Name_Of_Preset_File")}end tell
-
Just a few small modifications required for your script: - remove the "as list" from the mdfind line- You need to "tell current document" to browse to that path set t to (the clipboard) as text if...