Skip to content

Commit d779553

Browse files
author
arch
committed
disable optica flow testcode
1 parent 0448d00 commit d779553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funscript_editor/ui/funscript_generator_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from PyQt5 import QtCore, QtGui, QtWidgets
1717

18-
USE_OPTICALFLOW = True
18+
USE_OPTICALFLOW = False
1919
if USE_OPTICALFLOW:
2020
from funscript_editor.algorithms.opticalflow import OpticalFlowFunscriptGeneratorThread, OpticalFlowFunscriptGeneratorParameter
2121

0 commit comments

Comments
 (0)