You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A batch of issues I found on the Sequence Player.
To Reproduce
Open blank scene
With no images loaded we can still move the slider
Click on play and there is a QML warning
file:///.../meshroom/ui/qml/Viewer/Viewer2D.qml:1880:17: QML SequencePlayer: Binding loop detected for property "loading":
file:///.../meshroom/ui/qml/Viewer/SequencePlayer.qml:29:5
Now load images
Even though the "Fetch" button is checked it doesn't fetch anything : you have to either press play or click somewhere on the timeline to start creating the image cache
6. Play images so you fetch all images
7. Now remove all images from the Image Gallery. You can see the slider is not empty
8. Delete the CameraInit that holds images. The slider is empty now.
9. Click on play : it seems like there is an infinite timeline
Desktop (please complete the following and other pertinent information):
Describe the bug
A batch of issues I found on the Sequence Player.
To Reproduce
Desktop (please complete the following and other pertinent information):
Additional context
Note
I'm on the dev/timelineSliderImprov but these issues are still there on develop