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
parent4ad59e30a05f10355cf88d8e94dfd51bfbc66ca5 (diff)
SHIFT+S snap to frame for both Action and NLA window.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_editaction.h1
-rw-r--r--source/blender/include/BIF_editnla.h1
-rw-r--r--source/blender/include/BSE_editipo.h1
3 files changed, 3 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);
diff --git a/source/blender/include/BIF_editnla.h b/source/blender/include/BIF_editnla.h
index b9ccfc60379..1b62de6a317 100644
--- a/source/blender/include/BIF_editnla.h
+++ b/source/blender/include/BIF_editnla.h
@@ -52,6 +52,7 @@ void shift_nlastrips_up(void);
void shift_nlastrips_down(void);
void reset_action_strips(int val);
void synchronize_action_strips(void);
+void snap_action_strips(void);
#endif
diff --git a/source/blender/include/BSE_editipo.h b/source/blender/include/BSE_editipo.h
index 4b3dbc283c4..729e49e2e8d 100644
--- a/source/blender/include/BSE_editipo.h
+++ b/source/blender/include/BSE_editipo.h
@@ -132,6 +132,7 @@ void sampledata_to_ipocurve(float *data, int sfra, int efra, struct IpoCurve *ic
void ipo_record(void);
void sethandles_ipo_keys(struct Ipo *ipo, int code);
+void snap_ipo_keys(struct Ipo *ipo);
void setipotype_ipo(struct Ipo *ipo, int code);
void set_ipo_key_selection(struct Ipo *ipo, int sel);
int is_ipo_key_selected(struct Ipo *ipo);