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>2008-12-28 07:13:18 +0300
committerJoshua Leung <aligorith@gmail.com>2008-12-28 07:13:18 +0300
commit452f1d1ea9ecc637103a55ad97564a44371b228a (patch)
tree021c38df06f52ea2af128656bfac34a8c979bc5b /source/blender/editors/space_action/action_intern.h
parentbb02d1fd4f86cdb42b1d3dee7b56ec2bde20fbbc (diff)
2.5
- Action Editor: Snap Current Frame to Selected Keyframes - Change time operator - removed old unnecessary code
Diffstat (limited to 'source/blender/editors/space_action/action_intern.h')
-rw-r--r--source/blender/editors/space_action/action_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_action/action_intern.h b/source/blender/editors/space_action/action_intern.h
index 7719bf4ba34..d95322d80de 100644
--- a/source/blender/editors/space_action/action_intern.h
+++ b/source/blender/editors/space_action/action_intern.h
@@ -73,6 +73,7 @@ enum {
/* ***************************************** */
/* action_edit_keyframes.c */
+void ACT_OT_keyframes_cfrasnap(struct wmOperatorType *ot);
void ACT_OT_keyframes_snap(struct wmOperatorType *ot);
void ACT_OT_keyframes_mirror(struct wmOperatorType *ot);