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-09 13:04:11 +0300
committerJoshua Leung <aligorith@gmail.com>2009-02-09 13:04:11 +0300
commit59736af8fc39246b82213ff0e9c8f917ed36a34c (patch)
treeeceac8f938caace0ad166f16155ae8b5809d314f /source/blender/editors/space_graph/graph_draw.c
parentb9063b27a9376ca276cb80f692ef8fa923a966a7 (diff)
Animato: Added 'experimental' grouping schemes for F-Curves
When inserting keyframes on previous un-animated Objects/bones, F-Curves will be added into Action Groups into either "Object Transform" or <PoseChannel Name>. Ob->Material settings are not grouped for now to illustrate what's possible. Old files are currently not patched to use do this, as it's still not clear whether this will be ideal.
Diffstat (limited to 'source/blender/editors/space_graph/graph_draw.c')
-rw-r--r--source/blender/editors/space_graph/graph_draw.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/space_graph/graph_draw.c b/source/blender/editors/space_graph/graph_draw.c
index 6ccfae88b08..a6424c8f5b6 100644
--- a/source/blender/editors/space_graph/graph_draw.c
+++ b/source/blender/editors/space_graph/graph_draw.c
@@ -875,7 +875,7 @@ void graph_draw_channel_names(bAnimContext *ac, SpaceIpo *sipo, ARegion *ar)
indent= 0;
special= -1;
- offset= (ale->id) ? 21 : 0;
+ offset= (ale->id) ? 18 : 0;
/* only show expand if there are any channels */
if (agrp->channels.first) {
@@ -900,8 +900,8 @@ void graph_draw_channel_names(bAnimContext *ac, SpaceIpo *sipo, ARegion *ar)
indent = 0;
- //group= (ale->grp) ? 1 : 0;
- //grp= ale->grp;
+ group= (fcu->grp) ? 1 : 0;
+ grp= fcu->grp;
// XXX include some UI element to allow toggling of visibility