mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[ui] Allows .arw
file extension
This commit is contained in:
parent
640f46fdbd
commit
ad4aa908ee
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class Reconstruction(UIGraph):
|
|||
Specialization of a UIGraph designed to manage a 3D reconstruction.
|
||||
"""
|
||||
|
||||
imageExtensions = ('.jpg', '.jpeg', '.tif', '.tiff', '.png', '.exr', '.rw2', '.cr2', '.nef')
|
||||
imageExtensions = ('.jpg', '.jpeg', '.tif', '.tiff', '.png', '.exr', '.rw2', '.cr2', '.nef', '.arw')
|
||||
|
||||
def __init__(self, graphFilepath='', parent=None):
|
||||
super(Reconstruction, self).__init__(graphFilepath, parent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue