Skip to content

Commit 03ba035

Browse files
committed
Update to the R3DSDK 9.1.1
Signed-off-by: Peter Kovář <[email protected]>
1 parent 7ae28c5 commit 03ba035

File tree

3 files changed

+11
-1640
lines changed

3 files changed

+11
-1640
lines changed

src/iv/imageviewer.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ IsSpecSrgb(const ImageSpec& spec)
6464
static const char *s_file_filters = ""
6565
"Image Files (*.bmp *.cin *.dcm *.dds *.dpx *.fits *.gif *.hdr *.ico *.iff "
6666
"*.jpg *.jpe *.jpeg *.jif *.jfif *.jfi *.jp2 *.j2k *.jxl *.exr *.png *.pbm *.pgm "
67-
"*.ppm *.psd *.ptex *.R3D *.r3d *.NEV *.nev *.rla *.sgi *.rgb *.rgba *.bw *.int *.inta *.pic *.tga "
67+
"*.ppm *.psd *.ptex *.r3d *.nev *.rla *.sgi *.rgb *.rgba *.bw *.int *.inta *.pic *.tga "
6868
"*.tpic *.tif *.tiff *.tx *.env *.sm *.vsm *.vdb *.webp *.zfile);;"
6969
"BMP (*.bmp);;"
7070
"Cineon (*.cin);;"
@@ -79,14 +79,14 @@ static const char *s_file_filters = ""
7979
"JPEG (*.jpg *.jpe *.jpeg *.jif *.jfif *.jfi);;"
8080
"JPEG-2000 (*.jp2 *.j2k);;"
8181
"JPEG XL (*.jxl);;"
82-
"Nikon (*.NEV *.nev);;"
82+
"Nikon (*.nev);;"
8383
"OpenEXR (*.exr);;"
8484
"OpenVDB (*.vdb);;"
8585
"PhotoShop (*.psd);;"
8686
"Portable Network Graphics (*.png);;"
8787
"PNM / Netpbm (*.pbm *.pgm *.ppm);;"
8888
"Ptex (*.ptex);;"
89-
"R3D (*.R3D *.r3d);;"
89+
"R3D (*.r3d);;"
9090
"RLA (*.rla);;"
9191
"SGI (*.sgi *.rgb *.rgba *.bw *.int *.inta);;"
9292
"Softimage PIC (*.pic);;"

0 commit comments

Comments
 (0)