Skip to content

Commit e44cbdd

Browse files
author
Fabien Servant
committed
enable sequence player by default
1 parent 256fdc1 commit e44cbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def _default8bitViewerEnabled(self):
587587
return bool(os.environ.get("MESHROOM_USE_8BIT_VIEWER", False))
588588

589589
def _defaultSequencePlayerEnabled(self):
590-
return bool(os.environ.get("MESHROOM_USE_SEQUENCE_PLAYER", False))
590+
return bool(os.environ.get("MESHROOM_USE_SEQUENCE_PLAYER", True))
591591

592592
activeProjectChanged = Signal()
593593
activeProject = Property(Variant, lambda self: self._activeProject, notify=activeProjectChanged)

0 commit comments

Comments
 (0)