[nodes] Formatting and small fixes

This commit is contained in:
Grégoire De Lillo 2018-06-06 12:04:10 +02:00 committed by Yann Lanthony
parent 9ce6588b16
commit e27a2145b7
7 changed files with 43 additions and 42 deletions

View file

@ -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=[],
),