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>2006-11-13 11:56:02 +0300
committerJoshua Leung <aligorith@gmail.com>2006-11-13 11:56:02 +0300
commit6e46d87dd7c4de27def8449f4dc6b7b0e7146cb0 (patch)
tree739c350c205e57e7a15d8e8d288443aee4515c22 /source/blender/include/BSE_editipo.h
parent32d49a8dae51f70c9d3a225b4c7764d1d1d96632 (diff)
== IPO Editor Tools ==
* IPO Curve Smoothing: This new tool smoothes (i.e. resets the adjusts) the handles on selected ipo curves in ipo editor. The core code is based upon a python script that used to do this (author unknown). - Available from menus - Hotkey Shift O - Only available from ipo editor If the usefulness of this tool is limited (adding bloat), I will consider removing it.
Diffstat (limited to 'source/blender/include/BSE_editipo.h')
-rw-r--r--source/blender/include/BSE_editipo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BSE_editipo.h b/source/blender/include/BSE_editipo.h
index 435a59f645b..d102587a563 100644
--- a/source/blender/include/BSE_editipo.h
+++ b/source/blender/include/BSE_editipo.h
@@ -94,6 +94,7 @@ void add_duplicate_editipo(void);
void remove_doubles_ipo(void);
void clean_ipo(struct Ipo *ipo, short mode);
void clean_ipo_curve(struct IpoCurve *icu);
+void smooth_ipo(void);
void join_ipo_menu(void);
void join_ipo(int mode);
void ipo_snap_menu(void);