Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Creates a sequence of hook keyframes with interpolated strength values between a start and end point. The node generates multiple keyframes that smoothly transition the strength parameter across a specified percentage range of the generation process, using various interpolation methods to control the transition curve.

Inputs

ParameterData TypeRequiredRangeDescription
strength_startFLOATYes0.0 - 10.0The starting strength value for the interpolation sequence (default: 1.0)
strength_endFLOATYes0.0 - 10.0The ending strength value for the interpolation sequence (default: 1.0)
interpolationCOMBOYesMultiple options availableThe interpolation method used to transition between strength values
start_percentFLOATYes0.0 - 1.0The starting percentage position in the generation process (default: 0.0)
end_percentFLOATYes0.0 - 1.0The ending percentage position in the generation process (default: 1.0)
keyframes_countINTYes2 - 100The number of keyframes to generate in the interpolation sequence (default: 5)
print_keyframesBOOLEANYesTrue/FalseWhether to print generated keyframe information to the log (default: False)
prev_hook_kfHOOK_KEYFRAMESNo-Optional previous hook keyframes group to append to

Outputs

Output NameData TypeDescription
HOOK_KFHOOK_KEYFRAMESThe generated hook keyframes group containing the interpolated sequence