Create Init functions for nodes, submitters and pipelines

This commit is contained in:
Vincent Demoulin 2024-07-05 09:04:09 +02:00 committed by Fabien Castan
parent b173de5a73
commit a6be4e4938
5 changed files with 34 additions and 24 deletions

View file

@ -31,6 +31,8 @@ parser.add_argument('-i', '--iteration', type=int,
args = parser.parse_args()
meshroom.core.initNodes()
graph = meshroom.core.graph.loadGraph(args.graphFile)
if args.cache:
graph.cacheDir = args.cache