Skip to content

Commit 307de7b

Browse files
author
arch
committed
add x,y output
1 parent 6a63946 commit 307de7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

funscript_editor/ui/settings_dialog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def __setup_combo_boxes(self):
141141
if self.include_multiaxis:
142142
self.ui.trackingMetricComboBox.addItems([
143143
"y + roll (up-down + rotation)",
144+
"x + y (left-right + up-down)",
144145
"x + y + roll (left-right + up-down + rotation)",
145146
])
146147
else:

0 commit comments

Comments
 (0)