mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[ui] Fetch on play in Sequence Player
This commit is contained in:
parent
1c48d68bef
commit
277b9643b0
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ FloatingPane {
|
||||||
property var sortedViewIds: []
|
property var sortedViewIds: []
|
||||||
property var viewer: null
|
property var viewer: null
|
||||||
readonly property alias sync3DSelected: m.sync3DSelected
|
readonly property alias sync3DSelected: m.sync3DSelected
|
||||||
property alias loading: fetchButton.checked
|
property bool loading: fetchButton.checked || m.playing
|
||||||
|
|
||||||
function updateReconstructionView() {
|
function updateReconstructionView() {
|
||||||
if (_reconstruction && m.frame >= 0 && m.frame < sortedViewIds.length) {
|
if (_reconstruction && m.frame >= 0 && m.frame < sortedViewIds.length) {
|
||||||
|
@ -330,7 +330,7 @@ FloatingPane {
|
||||||
text: MaterialIcons.download_for_offline
|
text: MaterialIcons.download_for_offline
|
||||||
ToolTip.text: "Fetch"
|
ToolTip.text: "Fetch"
|
||||||
checkable: true
|
checkable: true
|
||||||
checked: false
|
checked: loading
|
||||||
}
|
}
|
||||||
|
|
||||||
MaterialToolButton {
|
MaterialToolButton {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue