-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Describe the bug
If you add an input path containing spaces in names, the node cannot use it and throw the error (graph stored in New Folder (3) ):
meshroom_compute: error: unrecognized arguments: folder (2)/mask.mg
To Reproduce
Steps to reproduce the behaviour:
- Create Photogrammetry Object pipeline ans save the graph to a folder named "New Folder (2)"
- run the pipeline
Expected behavior
Node should handle any path with spaces
It should read New folder (2)/mask.mg
Desktop (please complete the following and other pertinent information):
- OS: Win10
- Meshroom version: 2025.1 Beta
Workaround
Can be fixed by saving the graph to another folder (named newfolder(3) for example)