Cleanup: use a more specific name for NDOF's guide

Prepare for having a second guide (!129594).
This commit is contained in:
Campbell Barton
2025-02-05 15:19:35 +11:00
parent c3a80b5b19
commit 4083b9ce62
4 changed files with 13 additions and 11 deletions

View File

@@ -2089,7 +2089,7 @@ class USERPREF_PT_ndof_settings(Panel):
col = layout.column()
if show_3dview_settings:
col.prop(props, "ndof_show_guide")
col.prop(props, "ndof_show_guide_orbit_axis")
col.prop(props, "ndof_zoom_invert")
col.prop(props, "ndof_lock_camera_pan_zoom")
row = col.row(heading="Pan")