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>2010-03-18 16:05:42 +0300
committerJoshua Leung <aligorith@gmail.com>2010-03-18 16:05:42 +0300
commitcd9e6253c3023d23de331b00b23e3dd2054113f2 (patch)
tree52b139f9369729c750e0402a3da383a4f6ea4b53 /source/blender/editors/space_graph/graph_utils.c
parent618b459e8b3630eea747523febec666889a364f7 (diff)
Missed a file - stepped F-Modifier should have its handles visible+editable to be useful
Diffstat (limited to 'source/blender/editors/space_graph/graph_utils.c')
-rw-r--r--source/blender/editors/space_graph/graph_utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_graph/graph_utils.c b/source/blender/editors/space_graph/graph_utils.c
index 3d1f0b49826..1d7ffdd1308 100644
--- a/source/blender/editors/space_graph/graph_utils.c
+++ b/source/blender/editors/space_graph/graph_utils.c
@@ -141,6 +141,8 @@ short fcurve_needs_draw_fmodifier_controls (FCurve *fcu, FModifier *fcm)
/* clearly harmless */
case FMODIFIER_TYPE_CYCLES:
return 0;
+ case FMODIFIER_TYPE_STEPPED:
+ return 0;
/* borderline... */
case FMODIFIER_TYPE_NOISE: