[nodes] KeyframeSelection: Update "pxDisplacement" default value to 10%

This commit is contained in:
Candice Bentéjac 2023-03-13 11:53:17 +01:00
parent fa86cde7c2
commit 1227704b5a

View file

@ -136,7 +136,7 @@ You can extract frames at regular interval by configuring only the min/maxFrameS
name="pxDisplacement", name="pxDisplacement",
label="Pixel Displacement", label="Pixel Displacement",
description="The percentage of pixels in the frame that need to have moved since the last keyframe to be considered for the selection", description="The percentage of pixels in the frame that need to have moved since the last keyframe to be considered for the selection",
value=3.0, value=10.0,
range=(0.0, 100.0, 1.0), range=(0.0, 100.0, 1.0),
uid=[0], uid=[0],
enabled=lambda node: node.smartSelection.enabled enabled=lambda node: node.smartSelection.enabled