Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_userdef.c
| Context not available. | |||||
| static const EnumPropertyItem ndof_view_navigation_items[] = { | static const EnumPropertyItem ndof_view_navigation_items[] = { | ||||
| {0, "FREE", 0, "Free", "Use full 6 degrees of freedom by default"}, | {0, "FREE", 0, "Free", "Use full 6 degrees of freedom by default"}, | ||||
| {NDOF_MODE_ORBIT, "ORBIT", 0, "Orbit", "Orbit about the view center by default"}, | {NDOF_MODE_ORBIT, "ORBIT", 0, "Orbit", "Orbit about the view center by default"}, | ||||
| {NDOF_MODE_PAN_ORBIT, "PAN_ORBIT", 0, "Pan and Orbit", "Pan and Orbit about the view center by default"}, | |||||
| {0, NULL, 0, NULL, NULL}, | {0, NULL, 0, NULL, NULL}, | ||||
| }; | }; | ||||
| Context not available. | |||||