From bb0eb0401ea6a3163ef9342941e5f2efb15b6bbc Mon Sep 17 00:00:00 2001 From: Sean Donnelly <23455376+seando-adsk@users.noreply.github.com> Date: Wed, 22 Feb 2023 10:04:28 -0500 Subject: [PATCH] Added missing .tiff extension Fixes issue #2230 --- pxr/imaging/plugin/hioOiio/plugInfo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxr/imaging/plugin/hioOiio/plugInfo.json b/pxr/imaging/plugin/hioOiio/plugInfo.json index 9de76b5f41..01b54edea9 100644 --- a/pxr/imaging/plugin/hioOiio/plugInfo.json +++ b/pxr/imaging/plugin/hioOiio/plugInfo.json @@ -5,7 +5,7 @@ "Types": { "HioOIIO_Image" : { "bases": ["HioImage"], - "imageTypes": ["exr", "tif", "zfile", "tx"], + "imageTypes": ["exr", "tif", "tiff", "zfile", "tx"], "precedence": 0 } }