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-05-28 05:57:29 +0400
committerJoshua Leung <aligorith@gmail.com>2009-05-28 05:57:29 +0400
commit4512be4b6cce1333c875380b67695e410e9f58c3 (patch)
tree45ffc8a4db3a8d3e8b6c171add0252f28467c8d2 /source/blender/editors/space_graph
parent5936032f661395f18bcc15c3dba73e8b6f5e963b (diff)
2.5 - Fixes for animating enum values
Interpolation between keyframes for enum values (and booleans) can only be constant now. TODO: A way to do this for modifiers is still needed.
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/graph_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_draw.c b/source/blender/editors/space_graph/graph_draw.c
index f6d9406e7da..acf712d0147 100644
--- a/source/blender/editors/space_graph/graph_draw.c
+++ b/source/blender/editors/space_graph/graph_draw.c
@@ -748,7 +748,7 @@ void graph_draw_ghost_curves (bAnimContext *ac, SpaceIpo *sipo, ARegion *ar, Vie
FCurve *fcu;
/* draw with thick dotted lines */
- setlinestyle(1);
+ setlinestyle(10);
glLineWidth(3.0f);
/* anti-aliased lines for less jagged appearance */