[nodes] Remove ConvertAnimatedCamera

The corresponding software no longer exists
This commit is contained in:
Grégoire De Lillo 2018-12-17 11:48:01 +01:00
parent d9a0fe13e0
commit f1fff821f4

View file

@ -1,27 +0,0 @@
__version__ = "1.0"
from meshroom.core import desc
class ConvertAnimatedCamera(desc.CommandLineNode):
commandLine = 'aliceVision_convertAnimatedCamera {allParams}'
inputs = [
desc.File(
name='input',
label='Input',
description='''SfMData file.''',
value='',
uid=[0],
),
]
outputs = [
desc.File(
name='output',
label='Output',
description='Path to the output Alembic file.',
value=desc.Node.internalFolder + 'animatedCamera.abc',
uid=[],
),
]