We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256fdc1 commit e44cbddCopy full SHA for e44cbdd
meshroom/ui/app.py
@@ -587,7 +587,7 @@ def _default8bitViewerEnabled(self):
587
return bool(os.environ.get("MESHROOM_USE_8BIT_VIEWER", False))
588
589
def _defaultSequencePlayerEnabled(self):
590
- return bool(os.environ.get("MESHROOM_USE_SEQUENCE_PLAYER", False))
+ return bool(os.environ.get("MESHROOM_USE_SEQUENCE_PLAYER", True))
591
592
activeProjectChanged = Signal()
593
activeProject = Property(Variant, lambda self: self._activeProject, notify=activeProjectChanged)
0 commit comments