mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-24 14:36:29 +02:00
[nodes] MVS: export data per node folder
This commit is contained in:
parent
a82fdb5b88
commit
c26bb5be7a
4 changed files with 43 additions and 0 deletions
|
@ -18,3 +18,12 @@ class DepthMap(desc.CommandLineNode):
|
|||
),
|
||||
]
|
||||
|
||||
outputs = [
|
||||
desc.File(
|
||||
name='output',
|
||||
label='Output',
|
||||
description='Output folder for generated depth maps.',
|
||||
value='{cache}/{nodeType}/{uid0}/',
|
||||
uid=[],
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue