NDOF: add navigation modes to user preferences

also comment debug prints for raytracing
This commit is contained in:
2014-03-01 21:47:46 +11:00
parent 176f1aad3d
commit 6b693ab7bf
4 changed files with 7 additions and 6 deletions

View File

@@ -1100,6 +1100,7 @@ class USERPREF_PT_input(Panel):
sub.label(text="NDOF Device:")
sub.prop(inputs, "ndof_sensitivity", text="NDOF Sensitivity")
sub.prop(inputs, "ndof_orbit_sensitivity", text="NDOF Orbit Sensitivity")
sub.row().prop(inputs, "ndof_view_navigate_method", expand=True)
sub.row().prop(inputs, "ndof_view_rotate_method", expand=True)
row.separator()