From ffa3d9f6d10ae82fc80c8c856a553de46da79d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Fri, 7 Apr 2023 13:06:13 +0200 Subject: [PATCH] [nodes] KeyframeSelection: Update description of "outputSfmDataFrames" Indicate that this file is not written as an output if the input is a video or a list of videos. --- meshroom/nodes/aliceVision/KeyframeSelection.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meshroom/nodes/aliceVision/KeyframeSelection.py b/meshroom/nodes/aliceVision/KeyframeSelection.py index f9ab02b2..f1c2d331 100644 --- a/meshroom/nodes/aliceVision/KeyframeSelection.py +++ b/meshroom/nodes/aliceVision/KeyframeSelection.py @@ -351,7 +351,8 @@ You can extract frames at regular interval by configuring only the min/maxFrameS desc.File( name="outputSfMDataFrames", label="Frames SfMData", - description="Output SfMData file containing all the frames that were not selected as keyframes.", + description="Output SfMData file containing all the frames that were not selected as keyframes.\n" + "If the input contains videos, this file will not be written since all the frames that were not selected do not actually exist on disk.", value=desc.Node.internalFolder + "frames.sfm", uid=[] )