Cleanup: clear deprecated UI flags

Also adds cursor-lock flag, to be used in next commit.
This commit is contained in:
Campbell Barton
2017-07-29 01:28:58 +10:00
parent 9b22dbcc0d
commit 2eb2655181
6 changed files with 86 additions and 55 deletions

View File

@@ -249,6 +249,7 @@ class USERPREF_PT_interface(Panel):
col = row.column()
col.label(text="View Manipulation:")
col.prop(view, "use_mouse_depth_cursor")
col.prop(view, "use_cursor_lock_adjust")
col.prop(view, "use_mouse_depth_navigate")
col.prop(view, "use_zoom_to_mouse")
col.prop(view, "use_rotate_around_active")