Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_userdef.c
| Context not available. | |||||
| "CONTINUE", | "CONTINUE", | ||||
| 0, | 0, | ||||
| "Continue", | "Continue", | ||||
| "Old style zoom, continues while moving mouse up or down"}, | "Continuous zooming. The zoom direction and speed depends on how far along the set Zoom " | ||||
| {USER_ZOOM_DOLLY, "DOLLY", 0, "Dolly", "Zoom in and out based on vertical mouse movement"}, | "Axis the mouse has moved"}, | ||||
| {USER_ZOOM_DOLLY, | |||||
| "DOLLY", | |||||
| 0, | |||||
| "Dolly", | |||||
| "Zoom in and out based on mouse movement along the set Zoom Axis"}, | |||||
| {USER_ZOOM_SCALE, | {USER_ZOOM_SCALE, | ||||
| "SCALE", | "SCALE", | ||||
| 0, | 0, | ||||
| "Scale", | "Scale", | ||||
| "Zoom in and out like scaling the view, mouse movements relative to center"}, | "Zoom in and out as if you are scaling the view, mouse movements relative to center"}, | ||||
| {0, NULL, 0, NULL, NULL}, | {0, NULL, 0, NULL, NULL}, | ||||
| }; | }; | ||||
| Context not available. | |||||