Overview
Combines two recording layers (RecordedLayer) into one. Merge motion recorded
in separate takes, such as body sway and arm movement, before turning the result
into a clip. This is the recording-layer counterpart of clip_mixer.
Usage tips
- When both inputs contain a layer for the same target,
BreplacesA; this is not motion blending. The behavior matchesclip_mixer. - This enables a divided workflow where each part is recorded in a separate take and combined later. Only the relevant take needs to be rerecorded.
Related nodes
clip_mixer— equivalent processing at the clip stagerecord_take/pose_step_track— supply recordings to combinekeyframe_clip— turns the combined result into a clip
Notes
- When layers with the same
idoverlap, the one fromBtakes priority. - The current implementation combines layer documents; it does not perform additive composition per target.
- A collision means the exact same layer ID in JSON, not a matching display name.
Only that ID from
BreplacesA, and output duration is the larger input duration. - The only evaluation input is
progress(normalized 0–1); the legacy absolute-secondstimepin has been removed. ConnectTime Sourcetoprogress.