We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a63946 commit 307de7bCopy full SHA for 307de7b
1 file changed
funscript_editor/ui/settings_dialog.py
@@ -141,6 +141,7 @@ def __setup_combo_boxes(self):
141
if self.include_multiaxis:
142
self.ui.trackingMetricComboBox.addItems([
143
"y + roll (up-down + rotation)",
144
+ "x + y (left-right + up-down)",
145
"x + y + roll (left-right + up-down + rotation)",
146
])
147
else:
0 commit comments