You can edit the properties of artwork.
To edit artwork properties:
Configuring Print Execution
Note
Versions older than 2020 May Edition
As mentioned above, one of the artwork properties you can edit is Print Execution: information to be included in the tech pack about how to deal with the artwork. A default list of options is included. You can configure your own options.
To configure your own options for the first time:
Close any open versions of Lotta and VStitcher.
Go to:
Windows: C:\Users\<your username>\AppData\Local\Browzwear\common\PrintExecution
Mac: /Users/<username>/Library/Application Support/browzwear/common/PrintExecution
Open the file list.json.sample in the text editor of your choice. If the file is not available, download it from here to your computer.
Edit the list as required using the indicated format.
Note
"id" is the identifier for the option, and "caption" is the caption that displays in the user interface. Captions display in the order in the file.
For example, to add Low Density as an option, add the line:
{ "id": "Low Density", "caption": "Low Density" },
The following image shows this being done, adding the option after High Density.
For example, to remove an option, delete the relevant line.
When you have finished your edits, save the file in the same location with the name list.json.
When you next open Lotta or VStitcher, the Print Execution options are updated to reflect the contents of the list.json file.
To configure the Print Execution options thereafter, edit the list.json file as required.