[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.
This commit is contained in:
Candice Bentéjac 2023-04-07 13:06:13 +02:00
parent a5b578a5c0
commit ffa3d9f6d1

View file

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