Debug & Test
--True to debug mode
Config.debugMode = true
In debug mode you can see the name of the garment in the customer's log (F8). In addition, the name will be automatically copied to the clipboard.
--Activate if you want to perform tests on image capture with small amounts of clothing
Config.testMode = true
--Number of images to be taken for each category in test mode
Config.testModeAmount = 100
With the test mode activated, only the number of images you specify will be generated.
S
Last updated