mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 07:18:25 +02:00
[nodes] Formatting and small fixes
This commit is contained in:
parent
9ce6588b16
commit
e27a2145b7
7 changed files with 43 additions and 42 deletions
|
@ -13,14 +13,14 @@ class ConvertAnimatedCamera(desc.CommandLineNode):
|
|||
description='''SfMData file.''',
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
),
|
||||
]
|
||||
|
||||
outputs = [
|
||||
desc.File(
|
||||
name='output',
|
||||
label='Output',
|
||||
description='''Path to the output Alembic file.''',
|
||||
description='Path to the output Alembic file.',
|
||||
value='{cache}/{nodeType}/{uid0}/animatedCamera.abc',
|
||||
uid=[],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue