mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-27 21:47:28 +02:00
Merge pull request #2463 from alicevision/fix/envVarSequencePlayer
[ui] Add MESHROOM_USE_SEQUENCE_PLAYER environment variable
This commit is contained in:
commit
f53dbf6a01
3 changed files with 7 additions and 2 deletions
|
@ -279,6 +279,8 @@ FocusScope {
|
|||
currentFrame = frameRange.min
|
||||
}
|
||||
|
||||
enableSequencePlayerAction.checked = true
|
||||
|
||||
return resolved
|
||||
} else {
|
||||
for (let i = 0; i < _reconstruction.viewpoints.count; i++) {
|
||||
|
@ -347,7 +349,6 @@ FocusScope {
|
|||
} else {
|
||||
root.source = ""
|
||||
root.sequence = getSequence()
|
||||
enableSequencePlayerAction.checked = true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue