UI: move pivot to the topbar

Pivot variables are now stored in scene toolsettings.
This commit is contained in:
2018-05-12 21:56:47 +02:00
parent e0a561be1f
commit 1422c0650c
19 changed files with 93 additions and 106 deletions

View File

@@ -257,7 +257,6 @@ class USERPREF_PT_interface(Panel):
col.prop(view, "use_mouse_depth_navigate")
col.prop(view, "use_zoom_to_mouse")
col.prop(view, "use_rotate_around_active")
col.prop(view, "use_global_pivot")
col.prop(view, "use_camera_lock_parent")
col.separator()