Cosmetics

This commit is contained in:
Roy Nieterau 2023-04-24 15:24:30 +02:00
parent ea83a40f8b
commit 2ff7d7ee1d

View file

@ -31,7 +31,7 @@ class ValidateOutputMaps(pyblish.api.InstancePlugin):
# generate the smallest size / fastest export as possible
config = copy.deepcopy(config)
parameters = config["exportParameters"][0]["parameters"]
parameters["sizeLog2"] = [1, 1] # output 2x2 images (smallest)
parameters["sizeLog2"] = [1, 1] # output 2x2 images (smallest)
parameters["paddingAlgorithm"] = "passthrough" # no dilation (faster)
parameters["dithering"] = False # no dithering (faster)