[nodes] rename: remove "utils" from executables names

This commit is contained in:
Fabien Castan 2022-12-13 17:21:34 +01:00
parent 60fa35d43b
commit 14f299e323
11 changed files with 11 additions and 11 deletions

View file

@ -5,7 +5,7 @@ from meshroom.core import desc
class KeyframeSelection(desc.AVCommandLineNode):
commandLine = 'aliceVision_utils_keyframeSelection {allParams}'
commandLine = 'aliceVision_keyframeSelection {allParams}'
category = 'Utils'
documentation = '''