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>2007-04-25 15:57:02 +0400
committerJoshua Leung <aligorith@gmail.com>2007-04-25 15:57:02 +0400
commitfabcaacc51113d9352ffb1d8e9adac4f1009ed10 (patch)
tree882bbfa8b38ce628cebae6c2493073ddd31a5b23 /source/blender/src/editkey.c
parentd2fb4afb7cbf4014a2523df92bb540f3e077fd62 (diff)
== Action Editor ==
In the Action Editor, sliders are now drawn beside IPO-Curve and Constraint Channels and for the active Action Channel when the 'Show Sliders' option in the View menu is turned on. This behaves like for shapekeys. You can change the limits of the sliders by either Ctrl-Clicking or NKEY over the name of the relevant IPO-Curve channel. Also, documented the IPO-curve struct a bit. There are a few variables there that I'm not sure what they are used for.
Diffstat (limited to 'source/blender/src/editkey.c')
-rw-r--r--source/blender/src/editkey.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/editkey.c b/source/blender/src/editkey.c
index 0f0eb22427b..e4c35254698 100644
--- a/source/blender/src/editkey.c
+++ b/source/blender/src/editkey.c
@@ -126,7 +126,8 @@ static IpoCurve *get_key_icu(Ipo *ipo, int keynum)
return NULL;
}
-static BezTriple *get_bezt_icu_time(IpoCurve *icu, float *frame, float *val) {
+BezTriple *get_bezt_icu_time(IpoCurve *icu, float *frame, float *val)
+{
/* this function tries to find a bezier that is within
* 0.25 time units from the specified frame. If there
* are more than one such beziers, it returns the