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>2009-02-21 08:04:12 +0300
committerJoshua Leung <aligorith@gmail.com>2009-02-21 08:04:12 +0300
commit87bdbab54439573b6492d1bf17fd4691e2190272 (patch)
tree54c9fa3ef3074fea0c1616b8ba388f19b6512628 /source/blender/editors/animation/anim_channels.c
parent994f915b3cdc497f3335f9cb474b1b5aac85c429 (diff)
* Added back 'Insert Key' operator for DopeSheet editor
* Fixed button spacing problems in TimeLine
Diffstat (limited to 'source/blender/editors/animation/anim_channels.c')
-rw-r--r--source/blender/editors/animation/anim_channels.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/animation/anim_channels.c b/source/blender/editors/animation/anim_channels.c
index 9801c95fbdd..ca385333d7a 100644
--- a/source/blender/editors/animation/anim_channels.c
+++ b/source/blender/editors/animation/anim_channels.c
@@ -1211,6 +1211,7 @@ static void mouse_anim_channels (bAnimContext *ac, float x, int channel_index, s
/* if group is selected now, and we're in Action Editor mode (so that we have pointer to active action),
* we can make this group the 'active' one in that action
*/
+ // TODO: we should be able to do this through dopesheet + f-curves editor too...
if ((agrp->flag & AGRP_SELECTED) && (ac->datatype == ANIMCONT_ACTION))
action_set_active_agrp((bAction *)ac->data, agrp);
}