[ui] Allow .rw2 and .cr2 files

This commit is contained in:
Gregoire De Lillo 2018-01-25 17:00:33 +01:00
parent 40fdddee05
commit 2dded721c8

View file

@ -149,7 +149,7 @@ class Reconstruction(UIGraph):
Specialization of a UIGraph designed to manage a 3D reconstruction.
"""
imageExtensions = ('.jpg', '.jpeg', '.tif', '.tiff', '.png', '.exr')
imageExtensions = ('.jpg', '.jpeg', '.tif', '.tiff', '.png', '.exr', '.rw2', '.cr2')
def __init__(self, graphFilepath='', parent=None):
super(Reconstruction, self).__init__(graphFilepath, parent)