Skip to content

Commit 8d7d5cf

Browse files
authored
Merge pull request #29 from meshroomHub/dev/renamePublish
[meshroom] Rename `Publish` node to `CopyFiles`
2 parents 76999b8 + 049bddb commit 8d7d5cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

meshroom/imageSegmentation.mg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"fileVersion": "2.0",
55
"nodesVersions": {
66
"CameraInit": "12.0",
7+
"CopyFiles": "1.3",
78
"ImageDetectionPrompt": "0.1",
8-
"ImageSegmentationBox": "0.2",
9-
"Publish": "1.3"
9+
"ImageSegmentationBox": "0.2"
1010
},
1111
"template": true
1212
},
@@ -41,8 +41,8 @@
4141
"keepFilename": true
4242
}
4343
},
44-
"Publish_1": {
45-
"nodeType": "Publish",
44+
"CopyFiles_1": {
45+
"nodeType": "CopyFiles",
4646
"position": [
4747
600,
4848
0

0 commit comments

Comments
 (0)