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-03-24 14:25:34 +0300
committerJoshua Leung <aligorith@gmail.com>2008-03-24 14:25:34 +0300
commit186320f458dec1e8436a67f1ae57346d6f40a82d (patch)
tree1d0c231460d8c6b9ca9e73062f62f5f616475444 /source/blender/src/edittime.c
parentdbd64ac7514b4685c2cc8f6dcbdf5104648c17a1 (diff)
Peach Request: Fix for little bug in Action Editor
Quick patch for action-filtering system, so that the IKEY (Insert Key) -> "Key Only Selected" doesn't key in channels that are hidden. Documented the convoulted logic there a bit. Note: constraint channel keys in group channels seems to have become broken again at some point before this commit
Diffstat (limited to 'source/blender/src/edittime.c')
-rw-r--r--source/blender/src/edittime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/edittime.c b/source/blender/src/edittime.c
index 34c5bb0ff96..5a10ea65738 100644
--- a/source/blender/src/edittime.c
+++ b/source/blender/src/edittime.c
@@ -602,7 +602,6 @@ static void select_timeline_marker_frame(int frame, unsigned char shift)
/* set the animation preview range of scene */
void anim_previewrange_set()
{
- extern float get_action_frame(Object *ob, float cframe);
rcti rect;
rctf rectf;
short val, mval[2];