mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[nodes] rename: remove "utils" from executables names
This commit is contained in:
parent
60fa35d43b
commit
14f299e323
11 changed files with 11 additions and 11 deletions
|
@ -3,7 +3,7 @@ __version__ = "1.0"
|
|||
from meshroom.core import desc
|
||||
|
||||
class Split360Images(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_utils_split360Images {allParams}'
|
||||
commandLine = 'aliceVision_split360Images {allParams}'
|
||||
|
||||
category = 'Utils'
|
||||
documentation = "This node is used to extract multiple images from equirectangular or dualfisheye images."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue