New subcatalog command can be:
*S create new subevent with
default # of digits
*Sn create new subevent with
n digits (where n >= 1 && n <= 9) e.g. *S4 -> 0001
*S=### create new subevent with
3 digits e.g. 001
*S=mysub create new or reuse subevent
always named "mysub"
*S=mysub### create new unique subevent
mysub001
|
*S |
new subevent 01, 02, ... |
|
*S3 |
new subevent with 3 digit numbering: 001, 002, 003, ... This works for *S1 thru *S9. Really only needed if you know you will exceed 99 subevents. |
|
*S=name |
new subevent with specific name (re-used if already exists) |
|
*S=name## |
new subevent with specific name numbered in order: name01, name02, name03 This will always create the new subevent and never reuse an existing subevent Any number of digits can be specified, e.g. #### or ##### Subevent numbering can be specified anywhere in string, e.g. *S=prefix####suffix |
While viewing an image's Properties on Library and Workshop
page, you can now double click the EXIF Comment to edit it. You can put
in any text including variables as described above.
You can surround in percent signs as border variables
%RANDOM% or {RANDOM} but the simple cases above do not require that.
Note* It is suggested that you generate at least 6 digits of
random data. The software will try to guarantee unique IDs are generated
within one catalog, but using more random digits is best.