mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Cosmetics
This commit is contained in:
parent
ea83a40f8b
commit
2ff7d7ee1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue