[ui] Allow .nef files

This commit is contained in:
Gregoire De Lillo 2018-01-30 14:42:37 +01:00
parent 8dc3096181
commit e70643a40d

View file

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