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:
Diffstat (limited to 'source/blender/editors/animation/keyframing.c')
-rw-r--r--source/blender/editors/animation/keyframing.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/editors/animation/keyframing.c b/source/blender/editors/animation/keyframing.c
index 40273101ddf..63acc5a943c 100644
--- a/source/blender/editors/animation/keyframing.c
+++ b/source/blender/editors/animation/keyframing.c
@@ -1962,10 +1962,11 @@ short id_frame_has_keyframe(ID *id, float frame, short filter)
return object_frame_has_keyframe((Object *)id, frame, filter);
break;
- case ID_SCE: /* scene */
+#if 0
// XXX TODO... for now, just use 'normal' behavior
- // break;
-
+ case ID_SCE: /* scene */
+ break;
+#endif
default: /* 'normal type' */
{
AnimData *adt = BKE_animdata_from_id(id);