[ui] Remove sfmTransfer from the sfm category for now

This commit is contained in:
Fabien Castan 2024-06-15 17:15:08 +02:00
parent 79af1d6fa7
commit 36cf19eeda

View file

@ -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