Skip to content

Commit 940b162

Browse files
author
Joseph Yu
committed
Added tex, missing tif
1 parent fad5fa4 commit 940b162

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hooks/collector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def common_file_info(self):
131131
"item_type": "file.image",
132132
},
133133
"Texture Image": {
134-
"extensions": ["tif", "tiff", "tx", "tga", "dds", "rat"],
134+
"extensions": ["tif", "tiff", "tex", "tx", "tga", "dds", "rat"],
135135
"icon": self._get_icon_path("texture.png"),
136136
"item_type": "file.texture",
137137
},

hooks/publish_file.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def settings(self):
203203
["Photoshop Image", "psd", "psb"],
204204
["VRED Scene", "vpb", "vpe", "osb"],
205205
["Rendered Image", "dpx", "exr"],
206-
["Texture", "tiff", "tx", "tga", "dds"],
206+
["Texture", "tif", "tiff", "tex", "tx", "tga", "dds"],
207207
["Image", "jpeg", "jpg", "png"],
208208
["Movie", "mov", "mp4"],
209209
["PDF", "pdf"],

0 commit comments

Comments
 (0)