[nodes] Replace desc.Node.internalFolder with {nodeCacheFolder}

This commit is contained in:
Candice Bentéjac 2025-01-08 18:59:49 +01:00
parent 6cbb97d9a8
commit 2290c12da2
88 changed files with 160 additions and 160 deletions

View file

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