Meshroom/tests/appendTextAndFiles.mg
Candice Bentéjac 752b63054d [tests] Update test_multiviewPipeline with test nodes and template
`test_multiviewPipeline` relied on the photogrammetry template and its
nodes, which are not a part of Meshroom anymore.

The test is rewritten to check the same items (serialization, graph
equality, etc.) but using dedicated test nodes (which already existed)
and template, which is added with this commit.

The path of the template is added to `MESHROOM_PIPELINE_TEMPLATES_PATH`
when loading the test module.
2025-03-17 17:05:55 +01:00

43 lines
No EOL
1 KiB
Text

{
"header": {
"releaseVersion": "2025.1.0-develop",
"fileVersion": "2.0",
"nodesVersions": {},
"template": true
},
"graph": {
"AppendFiles_1": {
"nodeType": "AppendFiles",
"position": [
189,
8
],
"inputs": {
"input": "{AppendText_1.output}",
"input2": "{AppendText_2.output}",
"input3": "{AppendText_1.input}",
"input4": "{AppendText_2.input}"
}
},
"AppendText_1": {
"nodeType": "AppendText",
"position": [
0,
0
],
"inputs": {
"inputText": "Input text from AppendText_1"
}
},
"AppendText_2": {
"nodeType": "AppendText",
"position": [
0,
160
],
"inputs": {
"inputText": "Input text from AppendText_2"
}
}
}
}