Rick Allen
- Gesamtaktivitäten 282
- Letzte Aktivität
- Mitglied seit
- Folge ich 0 Benutzer
- Gefolgt von 0 Benutzer
- Stimmen 0
- Abonnements 115
Aktivitätsübersicht
Neueste Aktivität von Rick Allen-
Rick Allen hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
Haha that’s what I love about development. I get the opposite results. 🤯
-
Rick Allen hat einen Kommentar hinterlassen
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 hat einen Post erstellt
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 hat einen Post erstellt
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 hat einen Kommentar hinterlassen
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 hat einen Post erstellt
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 hat einen Post erstellt
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?