We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0448d00 commit d779553Copy full SHA for d779553
funscript_editor/ui/funscript_generator_window.py
@@ -15,7 +15,7 @@
15
16
from PyQt5 import QtCore, QtGui, QtWidgets
17
18
-USE_OPTICALFLOW = True
+USE_OPTICALFLOW = False
19
if USE_OPTICALFLOW:
20
from funscript_editor.algorithms.opticalflow import OpticalFlowFunscriptGeneratorThread, OpticalFlowFunscriptGeneratorParameter
21
0 commit comments