Meshroom/bin
Candice Bentéjac 99b82e601f Ignore "Publish" nodes when loading a template unless specified otherwise
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.
2023-02-27 18:34:51 +01:00
..
ion_start_meshroom.sh update ion startup 2022-11-04 13:54:32 +01:00
meshroom_batch Ignore "Publish" nodes when loading a template unless specified otherwise 2023-02-27 18:34:51 +01:00
meshroom_compute [core] do not use the task manager in batch command line tools 2021-10-19 15:48:07 +02:00
meshroom_newNodeType [bin] newNodeType: update 2022-02-22 15:35:37 +01:00
meshroom_statistics [bin] use sys.exit + build meshroom_compute executable 2019-02-27 15:00:43 +01:00
meshroom_status [bin] use sys.exit + build meshroom_compute executable 2019-02-27 15:00:43 +01:00
meshroom_submit [submitters] Add an option to update the job title on submitters 2022-12-05 15:23:10 +01:00