Merge pull request #2678 from alicevision/fix/emptyPipelineMenu

[GraphEditor] Only display "Pipelines" menu when templates are available
This commit is contained in:
Yann Lanthony 2025-02-25 17:38:47 +01:00 committed by GitHub
commit fb3c1b5718
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -237,7 +237,9 @@ Item {
}
// Add a "Pipelines" category, filled with the list of templates to create pipelines from the menu
if (MeshroomApp.pipelineTemplateNames.length > 0) {
categories["Pipelines"] = MeshroomApp.pipelineTemplateNames
}
return categories
}