mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-10 14:51:54 +02:00
enable sequence player by default
This commit is contained in:
parent
eef1e6414e
commit
457b640002
2 changed files with 32 additions and 11 deletions
|
@ -587,7 +587,7 @@ class MeshroomApp(QApplication):
|
|||
return bool(os.environ.get("MESHROOM_USE_8BIT_VIEWER", False))
|
||||
|
||||
def _defaultSequencePlayerEnabled(self):
|
||||
return bool(os.environ.get("MESHROOM_USE_SEQUENCE_PLAYER", False))
|
||||
return bool(os.environ.get("MESHROOM_USE_SEQUENCE_PLAYER", True))
|
||||
|
||||
activeProjectChanged = Signal()
|
||||
activeProject = Property(Variant, lambda self: self._activeProject, notify=activeProjectChanged)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue