[nodes] Update labels and versions for nodes

Update the versions for all the nodes that have been updated to
support meshes as inputs and fix the case for some labels.

Co-authored-by: Candice Bentéjac <candice.bentejac@gmail.com>
This commit is contained in:
Candice Bentéjac 2025-01-17 17:09:09 +01:00
parent 6f254ebbb9
commit fce6ba107c
4 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
__version__ = "2.0"
__version__ = "3.0"
from meshroom.core import desc
from meshroom.core.utils import DESCRIBER_TYPES, VERBOSE_LEVEL
from meshroom.core.utils import VERBOSE_LEVEL
class SfMBootStraping(desc.AVCommandLineNode):