Rick Allen
- Total activity 282
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 115
Activity overview
Latest activity by Rick Allen-
Rick Allen commented,
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 commented,
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 commented,
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 commented,
Haha that’s what I love about development. I get the opposite results. 🤯
-
Rick Allen commented,
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 created a post,
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 created a post,
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 commented,
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 created a post,
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 created a post,
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?