Rick Allen
- Actividad total 282
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 0
- Suscripciones 115
Resumen de la actividad
Última actividad de Rick Allen-
Rick Allen hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
Haha that’s what I love about development. I get the opposite results. 🤯
-
Rick Allen hizo un comentario,
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 creó una publicación,
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 creó una publicación,
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 hizo un comentario,
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 creó una publicación,
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 creó una publicación,
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?