Skip to content

Commit e26d49d

Browse files
author
Fabien Servant
committed
update group to commandLineGroup
1 parent 20189e6 commit e26d49d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meshroom/roma/RomaReducer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class RomaReducer(desc.CommandLineNode):
4141
value=["sift"],
4242
exclusive=False,
4343
joinChar=",",
44-
group="ingored"
44+
commandLineGroup="ignored"
4545
),
4646
]
4747

meshroom/roma/RomaSampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class RomaSampler(desc.CommandLineNode):
8181
value=["sift"],
8282
exclusive=False,
8383
joinChar=",",
84-
group="ingored"
84+
commandLineGroup="ignored"
8585
),
8686
]
8787

0 commit comments

Comments
 (0)