Skip to content

Commit

Permalink
Glf_StbImage. Added 'jpeg' extension for Glf_StbImage as it already s…
Browse files Browse the repository at this point in the history
…upports 'jpg'.
  • Loading branch information
Duncan Hopkins committed Oct 16, 2019
1 parent 1d08054 commit b99c741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pxr/imaging/lib/glf/plugInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"Glf_StbImage" : {
"bases": ["GlfImage"],
"imageTypes": ["bmp", "jpg", "png", "tga", "hdr"],
"imageTypes": ["bmp", "jpg", "jpeg", "png", "tga", "hdr"],
"precedence": 2
},
"GlfPtexTexture" : {
Expand Down
2 changes: 1 addition & 1 deletion pxr/imaging/lib/glf/plugInfo_NoOIIO.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Types": {
"Glf_StbImage" : {
"bases": ["GlfImage"],
"imageTypes": ["bmp", "jpg", "png", "tga", "hdr"],
"imageTypes": ["bmp", "jpg", "jpeg", "png", "tga", "hdr"],
"precedence": -1
},
"GlfPtexTexture" : {
Expand Down

0 comments on commit b99c741

Please sign in to comment.