[nodes] Linting: Clean-up files

This commit is contained in:
Candice Bentéjac 2024-09-06 19:14:03 +02:00
parent ec0721d381
commit 4c0409f573
17 changed files with 128 additions and 103 deletions

View file

@ -3,14 +3,15 @@ __version__ = "1.0"
from meshroom.core import desc
from meshroom.core.utils import VERBOSE_LEVEL
class ExportDistortion(desc.AVCommandLineNode):
commandLine = 'aliceVision_exportDistortion {allParams}'
category = 'Export'
documentation = '''
class ExportDistortion(desc.AVCommandLineNode):
commandLine = "aliceVision_exportDistortion {allParams}"
category = "Export"
documentation = """
Export the lens distortion model as Nuke node and STMaps.
It also allows to export an undistorted image of the lens grids for validation.
'''
"""
inputs = [
desc.File(