Provide some 'selected variants' property of the application object to keep the order of selected variants
In some workflow, the order of variants is important, and sometimes, user need manually adjust the order.
I move to Capture One from Apple Aperture.
Aperture's top-level scripting object. have properties like this:
selection (list of image version, r/o) : List of image version(s) currently selected in the browser.
Which keep the order in which variants (image versions) were selected (with command + click)
How about provide some 'selected variants' property of the application object
selection (list of variants) : List of variant(s) currently selected in the browser.
and keep the order as same as the currently selected in the browser (with command + click).
Thanks
0
-
I find exist hidden property "selected variants", while it not preserve the order of choosing variants by click in UI.
if we can preserve the selected order, it will be perfect.
<property name="selected variants" code="csev" description="List of selected variants in the front document's browser (deprecated)." access="r" hidden="yes">0
Post is closed for comments.
Comments
1 comment