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:
authorTon Roosendaal <ton@blender.org>2006-11-07 21:34:32 +0300
committerTon Roosendaal <ton@blender.org>2006-11-07 21:34:32 +0300
commit2e93510a6b137487c89d35f09065f9f1cad81c72 (patch)
tree648f6383668fbbe2219f1e584982f506d1b95fab /source/blender/src/header_action.c
parenta221ddcf9bb44d81037fa1cff3fddb70e4e3f521 (diff)
Patch #5028. by Joshua Leung (aligorith)
Key snapping in Action Window, cleanup and added option to snap to current frame.
Diffstat (limited to 'source/blender/src/header_action.c')
-rw-r--r--source/blender/src/header_action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c
index 2109d915cda..5ab3d4d3657 100644
--- a/source/blender/src/header_action.c
+++ b/source/blender/src/header_action.c
@@ -778,7 +778,7 @@ static void do_action_keymenu(void *arg, int event)
bake_action_with_client (G.saction->action, OBACT, 0.01);
break;
case ACTMENU_KEY_SNAP:
- set_snap_actionchannels();
+ snap_keys_to_frame();
break;
}
}