Skip to content

Commit

Permalink
Rename node TracksBuilder to TracksBuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
servantftechnicolor committed Apr 27, 2023
1 parent 6393b90 commit 108fe28
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
__version__ = "2.0"
__version__ = "1.0"

from meshroom.core import desc


class TracksBuilder(desc.AVCommandLineNode):
commandLine = 'aliceVision_tracksBuilder {allParams}'
class TracksBuilding(desc.AVCommandLineNode):
commandLine = 'aliceVision_tracksBuilding {allParams}'
size = desc.DynamicNodeSize('input')

category = 'Sparse Reconstruction'
Expand Down

0 comments on commit 108fe28

Please sign in to comment.