Skip to content

Commit

Permalink
Added tex, missing tif
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Yu committed Jun 15, 2021
1 parent fe0f862 commit 95fec44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hooks/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def common_file_info(self):
"item_type": "file.image",
},
"Texture Image": {
"extensions": ["tif", "tiff", "tx", "tga", "dds", "rat"],
"extensions": ["tif", "tiff", "tex", "tx", "tga", "dds", "rat"],
"icon": self._get_icon_path("texture.png"),
"item_type": "file.texture",
},
Expand Down
2 changes: 1 addition & 1 deletion hooks/publish_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def settings(self):
["Photoshop Image", "psd", "psb"],
["VRED Scene", "vpb", "vpe", "osb"],
["Rendered Image", "dpx", "exr"],
["Texture", "tiff", "tx", "tga", "dds"],
["Texture", "tif", "tiff", "tex", "tx", "tga", "dds"],
["Image", "jpeg", "jpg", "png"],
["Movie", "mov", "mp4"],
["PDF", "pdf"],
Expand Down

0 comments on commit 95fec44

Please sign in to comment.