mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[nodes] Remove ConvertAnimatedCamera
The corresponding software no longer exists
This commit is contained in:
parent
d9a0fe13e0
commit
f1fff821f4
1 changed files with 0 additions and 27 deletions
|
@ -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=[],
|
||||
),
|
||||
]
|
Loading…
Add table
Reference in a new issue