Skip to content

Commit f539992

Browse files
author
Nicolas Montmarquette
committed
For #44022: Add missing .tif file extension to texture file types (#45)
1 parent 7a14e1c commit f539992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/tk-multi-publish2/basic/collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"item_type": "file.image",
6060
},
6161
"Texture Image": {
62-
"extensions": ["tiff", "tx", "tga", "dds", "rat"],
62+
"extensions": ["tif", "tiff", "tx", "tga", "dds", "rat"],
6363
"icon": "texture.png",
6464
"item_type": "file.texture",
6565
},

0 commit comments

Comments
 (0)