mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
This commit adds an option to the "load" method, "publishOutputs", that determines whether "Publish" nodes in a template project file should be ignored during the graph's creation. If "publishOutputs=True", then the "Publish" nodes from the template will be added to the graph. "Publish" nodes in a project file that is not a template will not be affected by this and will always be added to the graph, as any other node. This allows to have templates that are compatible with meshroom_batch, which requires a "Publish" node when the --output option is specified, while not having unneeded nodes in the UI or unneeded operations: when --output is specified in meshroom_batch, "publishOutputs=True", otherwise it will be set to False so that the "Publish" nodes are not executed needlessly. |
||
---|---|---|
.. | ||
ion_start_meshroom.sh | ||
meshroom_batch | ||
meshroom_compute | ||
meshroom_newNodeType | ||
meshroom_statistics | ||
meshroom_status | ||
meshroom_submit |