Rick Allen
- 合計アクティビティ 282
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 115
アクティビティの概要
Rick Allenさんの最近のアクティビティ-
Rick Allenさんがコメントを作成しました:
Hey Sebastien, I've just seen this post can you let me know what camera a lens are you referring to? If you can see this metadata in exiftool then you could write something to add the data into sta...
-
Rick Allenさんがコメントを作成しました:
Or how about. Photographers give a rating to the selects then filter the folder by rating (keyboard shortcut) order the thumbnails then run a batch renaming script that renames the files from abc-1...
-
Rick Allenさんがコメントを作成しました:
We use rating numbers to define the order and use the output naming sub name to add that to the processed files. So item code abc might have filenames abc-123_1 where -123 is the capture frame nu...
-
Rick Allenさんがコメントを作成しました:
Haha that’s what I love about development. I get the opposite results. 🤯
-
Rick Allenさんがコメントを作成しました:
By limiting the number of 'tell's to the api this is potentially faster tell application "Capture One 20" tell primary variant set BLumaLayer to (make new layer with properties {name:"B Lu...
-
Rick Allenさんが投稿を作成しました:
get tool name or id
Hey guysI'm doing some fairly complex adjustments to files and have noticed that if the tools that I'm adjust are visible the script take substantially longer to run than if not expanded. I noticed...
-
Rick Allenさんが投稿を作成しました:
get properties of current Document
Hey Guys Made this little discovery tonight.tell application "Capture One 10" tell current document set OpenSession to get {name, path, kind, folder, output, output name} end tellend telldisplay d...
-
Rick Allenさんがコメントを作成しました:
I think you need to get the parent image first tell application "Capture One 10" set my_variants to selected variants repeat with item_ctr in my_variants set item_ to (get parent image of item_ctr...
-
Rick Allenさんが投稿を作成しました:
session creator
Hey GuysWorking on bugs. Will repost if I can get it stable.edit*bugs where mostly related to the new sandbox req's in seirra I think. here is a new build http://bit.ly/2xViojOOnly tested under 10....
-
Rick Allenさんが投稿を作成しました:
Custom metadata fields
Will CO keep my custom data fields intake and copy them from one file to another if I use full data sync in the metadata preferences?