Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_graph/graph_select.c
| Context not available. | |||||
| /* defines for left-right select tool */ | /* defines for left-right select tool */ | ||||
| static const EnumPropertyItem prop_graphkeys_leftright_select_types[] = { | static const EnumPropertyItem prop_graphkeys_leftright_select_types[] = { | ||||
| {GRAPHKEYS_LRSEL_TEST, "CHECK", 0, "Check if Select Left or Right", ""}, | {GRAPHKEYS_LRSEL_TEST, "CHECK", 0, "Check if Select Left or Right", ""}, | ||||
| {GRAPHKEYS_LRSEL_LEFT, "LEFT", 0, "Before current frame", ""}, | {GRAPHKEYS_LRSEL_LEFT, "LEFT", 0, "Before Current Frame", ""}, | ||||
| {GRAPHKEYS_LRSEL_RIGHT, "RIGHT", 0, "After current frame", ""}, | {GRAPHKEYS_LRSEL_RIGHT, "RIGHT", 0, "After Current Frame", ""}, | ||||
| {0, NULL, 0, NULL, NULL}, | {0, NULL, 0, NULL, NULL}, | ||||
| }; | }; | ||||
| Context not available. | |||||