mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[nodes] Linting: Clean-up files
This commit is contained in:
parent
ec0721d381
commit
4c0409f573
17 changed files with 128 additions and 103 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue