mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 19:31:58 +02:00
[nodes] Replace desc.Node.internalFolder
with {nodeCacheFolder}
This commit is contained in:
parent
6cbb97d9a8
commit
2290c12da2
88 changed files with 160 additions and 160 deletions
|
@ -128,14 +128,14 @@ One frame per viewpoint will be rendered, and the undistorted views can optional
|
|||
name="output",
|
||||
label="Output",
|
||||
description="Output folder.",
|
||||
value=desc.Node.internalFolder,
|
||||
value="{nodeCacheFolder}",
|
||||
),
|
||||
desc.File(
|
||||
name="frames",
|
||||
label="Frames",
|
||||
description="Frames rendered in Blender.",
|
||||
semantic="image",
|
||||
value=desc.Node.internalFolder + "<FILESTEM>_preview.jpg",
|
||||
value="{nodeCacheFolder}/<FILESTEM>_preview.jpg",
|
||||
group="",
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue