mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-18 11:36:27 +02:00
[nodes] KeyframeSelection: Update "pxDisplacement" default value to 10%
This commit is contained in:
parent
fa86cde7c2
commit
1227704b5a
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ You can extract frames at regular interval by configuring only the min/maxFrameS
|
|||
name="pxDisplacement",
|
||||
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",
|
||||
value=3.0,
|
||||
value=10.0,
|
||||
range=(0.0, 100.0, 1.0),
|
||||
uid=[0],
|
||||
enabled=lambda node: node.smartSelection.enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue