mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-19 09:37:14 +02:00
Merge pull request #1848 from alicevision/dev/binRename
[nodes] rename: remove "utils" from executables names
This commit is contained in:
commit
9ac21d5423
11 changed files with 11 additions and 11 deletions
|
@ -29,7 +29,7 @@ def outputImagesValueFunct(attr):
|
|||
|
||||
|
||||
class ImageProcessing(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_utils_imageProcessing {allParams}'
|
||||
commandLine = 'aliceVision_imageProcessing {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
# parallelization = desc.Parallelization(blockSize=40)
|
||||
# commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue