mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[ui] Remove sfmTransfer from the sfm category for now
This commit is contained in:
parent
79af1d6fa7
commit
36cf19eeda
1 changed files with 3 additions and 3 deletions
|
@ -420,11 +420,11 @@ class Reconstruction(UIGraph):
|
|||
"""
|
||||
activeNodeCategories = {
|
||||
# All nodes generating a sfm scene (3D reconstruction or panorama)
|
||||
"sfm": ["StructureFromMotion", "GlobalSfM", "PanoramaEstimation", "SfMTransfer", "SfMTransform",
|
||||
"sfm": ["StructureFromMotion", "GlobalSfM", "PanoramaEstimation", "SfMTransform",
|
||||
"SfMAlignment"],
|
||||
# All nodes generating a sfmData file
|
||||
"sfmData": ["CameraInit", "DistortionCalibration", "StructureFromMotion", "GlobalSfM", "PanoramaEstimation", "SfMTransfer", "SfMTransform",
|
||||
"SfMAlignment"],
|
||||
"sfmData": ["CameraInit", "DistortionCalibration", "StructureFromMotion", "GlobalSfM",
|
||||
"PanoramaEstimation", "SfMTransfer", "SfMTransform", "SfMAlignment"],
|
||||
# All nodes generating depth map files
|
||||
"allDepthMap": ["DepthMap", "DepthMapFilter"],
|
||||
# Nodes that can be used to provide features folders to the UI
|
||||
|
|
Loading…
Add table
Reference in a new issue