mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui] Update input to the KeyframeSelection node when a video is dropped
This commit is contained in:
parent
b9649193b1
commit
76329b88e0
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ class Reconstruction(UIGraph):
|
|||
if filesByType.videos:
|
||||
boundingBox = self.layout.boundingBox()
|
||||
keyframeNode = self.addNewNode("KeyframeSelection", position=Position(boundingBox[0], boundingBox[1] + boundingBox[3]))
|
||||
keyframeNode.mediaPaths.value = filesByType.videos
|
||||
keyframeNode.inputPaths.value = filesByType.videos
|
||||
if len(filesByType.videos) == 1:
|
||||
newVideoNodeMessage = "New node '{}' added for the input video.".format(keyframeNode.getLabel())
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue