Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2010-01-11 09:32:05 +0300
committerJoshua Leung <aligorith@gmail.com>2010-01-11 09:32:05 +0300
commit1afb01876c8b35fb2b72ca89d6e12d844a811cf2 (patch)
treede86b507024f9fb46fa4879ec90a75072bc615e2 /source/blender/editors/space_graph/graph_edit.c
parent1f12e8c59f9bcdcef8b632b2a93d1b1875209b27 (diff)
Graph Editor: Snapping + Cursor
Added buttons beside the numeric inputs for cursor location to make it more obvious how the cursor can be used for numeric manipulation of selected keyframes.
Diffstat (limited to 'source/blender/editors/space_graph/graph_edit.c')
-rw-r--r--source/blender/editors/space_graph/graph_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_edit.c b/source/blender/editors/space_graph/graph_edit.c
index ffc450b5368..2adf783b338 100644
--- a/source/blender/editors/space_graph/graph_edit.c
+++ b/source/blender/editors/space_graph/graph_edit.c
@@ -1686,7 +1686,7 @@ void GRAPH_OT_snap (wmOperatorType *ot)
/* identifiers */
ot->name= "Snap Keys";
ot->idname= "GRAPH_OT_snap";
- ot->description= "Snap selected keyframes to the times specified.";
+ ot->description= "Snap selected keyframes to the chosen times/values.";
/* api callbacks */
ot->invoke= WM_menu_invoke;