mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 09:47:20 +02:00
`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.
43 lines
No EOL
1 KiB
Text
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"
|
|
}
|
|
}
|
|
}
|
|
} |