Suppose you have a load of ASS files that were exported with the Tiled option disabled. How could you re-enable the Tiled option without re-exporting the ASS files?
With the kick -set flag, that’s how:
kick -set display_exr.tiled on
That will set the tiled parameter for all EXR driver nodes in the ASS file.
If you want to set the flag for a specific driver node, you need to know the driver node name.
kick -set defaultArnoldDriver@driver_exr.RGBA.tiled on
That sets tiled for the driver_exr node named defaultArnoldDriver@driver_exr.RGBA.
