Rick Allen
- Activité totale 282
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 115
Aperçu des activités
Dernière activité effectuée par Rick Allen-
Rick Allen a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
Haha that’s what I love about development. I get the opposite results. 🤯
-
Rick Allen a ajouté un commentaire,
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 a créé une publication,
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 a créé une publication,
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 a ajouté un commentaire,
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 a créé une publication,
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 a créé une publication,
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?