PhotoScript
PhotoScript copied to clipboard
Add VALIDATE_UUID config global
Currently, all classes eagerly validate the UUID at instance creation. This was put in place primarily to support osxphotos but adds a (usually unnecessary) Python-AppleScript round trip. Remove the water validation and only validate if VALIDATE_UUID is True (False by default)