Challenge 3: Why Blender's Timeline Differs From Video Editing Fundamentals' Own Timeline — Solution Walkthrough The answer: Per this chapter's own comparison table, Blender's own Timeline holds keyframed property values, with the gaps between them filled in automatically through interpolation. Video Editing Fundamentals' own timeline instead holds actual video/audio clips, with the gaps between edit points showing exactly whatever footage was originally recorded at that point — there's no automatic calculation filling in missing content the way Blender's interpolation does. Why they look alike but work differently: Both are visually a horizontal sequence of frames that can be scrubbed and played back, which is exactly why they can look similar at a glance. But scrubbing a Blender Timeline recalculates an interpolated property value at that specific frame, while scrubbing a video timeline simply displays whatever was already recorded at that point in the footage — nothing is being calculated or generated in the video editing case. Why this distinction matters practically: Understanding this difference prevents assuming Blender's own animation system works like clip-based video editing (or vice versa) — Blender's timeline is fundamentally generative, calculating values that never existed as raw footage, while a video timeline is fundamentally about arranging and trimming footage that already exists. WHY THIS WORKS AS AN ANSWER ------------------------------ This exercise checks that Blender's own keyframe/interpolation model is correctly distinguished from Video Editing Fundamentals' own clip- based timeline, despite their similar visual appearance.