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>2005-10-30 01:27:07 +0400
committerTon Roosendaal <ton@blender.org>2005-10-30 01:27:07 +0400
commit4664db487297f41c20e30de1598e6f5dadabcd5e (patch)
treedea7fc1ff40c6f33524dc2966216ba74aa1c9197 /source/blender/include/BIF_editaction.h
parent4ad59e30a05f10355cf88d8e94dfd51bfbc66ca5 (diff)
SHIFT+S snap to frame for both Action and NLA window.
Diffstat (limited to 'source/blender/include/BIF_editaction.h')
-rw-r--r--source/blender/include/BIF_editaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editaction.h b/source/blender/include/BIF_editaction.h
index 47ffb3fea00..3ca0bbdb1f8 100644
--- a/source/blender/include/BIF_editaction.h
+++ b/source/blender/include/BIF_editaction.h
@@ -71,6 +71,7 @@ void transform_actionchannel_keys(int mode, int dummy);
void transform_meshchannel_keys(char mode, struct Key *key);
struct Key *get_action_mesh_key(void);
int get_nearest_key_num(struct Key *key, short *mval, float *x);
+void set_snap_actionchannels(void);
/* Handles */
void sethandles_meshchannel_keys(int code, struct Key *key);