Expand description
Zoom dopesheet — keyframes + Easy Ease for the selected zoom (ED.13).
The animator’s dope sheet: the selected zoom’s scale
curve laid out as keyframes (identity → full → identity), plus a row of
easing presets. The default and one-click favorite is Easy Ease
(InOutCubic) — accelerate off the wide shot, settle into the detail.
The keyframe model is the pure [zoom_keyframes]
(the Track-shaped view of the engine’s ramp); choosing an ease commits
a SetZoomEase through the shared [edit::History]. The marker plot is
authoring/inspection; the eased motion itself renders via the ED.16
engine.
Structs§
- Zoom
Dopesheet Props - Props for the
ZoomDopesheetcomponent.
Constants§
- EASES
- Ease presets, in display order — Easy Ease (
InOutCubic) leads.
Functions§
- Zoom
Dopesheet - The zoom dopesheet. Reads the zoom selection (ED.12), project, and edit history from context; tunes the selected zoom’s keyframes + ease.
- dopesheet_
body 🔒 - frac 🔒
- keyframe_
markers 🔒 - selected_
zoom - The zoom with
id, if present. Pure.