mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 19:47:39 +02:00
[ui] Allow .rw2
and .cr2
files
This commit is contained in:
parent
40fdddee05
commit
2dded721c8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue