[nodes] KeyframeSelection: Update default minimum number of keyframes

This commit is contained in:
Candice Bentéjac 2024-03-28 16:28:31 +01:00
parent dddd813135
commit 4d15e418ae

View file

@ -212,7 +212,7 @@ You can extract frames at regular interval by configuring only the min/maxFrameS
name="minNbOutFrames", name="minNbOutFrames",
label="Min Nb Output Frames", label="Min Nb Output Frames",
description="Minimum number of frames selected to be keyframes.", description="Minimum number of frames selected to be keyframes.",
value=10, value=40,
range=(1, 100, 1), range=(1, 100, 1),
uid=[0], uid=[0],
enabled=lambda node: node.smartSelection.enabled, enabled=lambda node: node.smartSelection.enabled,