mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
Rename hdri into panoramaHdr
This commit is contained in:
parent
f20db3abe3
commit
589856ecdc
5 changed files with 29 additions and 29 deletions
|
@ -340,12 +340,12 @@ ApplicationWindow {
|
|||
onTriggered: ensureSaved(function() { _reconstruction.new("photogrammetry") })
|
||||
}
|
||||
Action {
|
||||
text: "HDRI"
|
||||
onTriggered: ensureSaved(function() { _reconstruction.new("hdri") })
|
||||
text: "Panorama HDR"
|
||||
onTriggered: ensureSaved(function() { _reconstruction.new("panoramahdr") })
|
||||
}
|
||||
Action {
|
||||
text: "HDRI Fisheye"
|
||||
onTriggered: ensureSaved(function() { _reconstruction.new("hdriFisheye") })
|
||||
text: "Panorama Fisheye HDR"
|
||||
onTriggered: ensureSaved(function() { _reconstruction.new("panoramahdrfisheyehdr") })
|
||||
}
|
||||
}
|
||||
Action {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue