Visit ComfyUI Online for ready-to-use ComfyUI environment
Extracts keyframed curve from parameter group by label for manipulation or analysis in complex animations.
The KfGetCurveFromPGroup
node is designed to extract a specific keyframed curve from a parameter group based on a given label. This node is particularly useful when you have a collection of curves stored within a parameter group and need to retrieve one for further manipulation or analysis. By providing a straightforward method to access individual curves, this node simplifies the process of working with complex animations or parameter sets, allowing you to focus on refining and utilizing the specific curves you need.
The curve_label
parameter is a string that specifies the label of the curve you want to retrieve from the parameter group. This label acts as an identifier, allowing the node to locate and extract the correct curve. The default value for this parameter is "My Curve". It is essential to ensure that the label you provide matches exactly with the label used within the parameter group to avoid any retrieval issues.
The parameter_group
parameter is a collection of keyframed curves, each identified by a unique label. This parameter group serves as the source from which the specific curve will be extracted. The parameter_group
must be provided as an input, and it is enforced to ensure that the node has the necessary data to perform the extraction.
The output of the KfGetCurveFromPGroup
node is a KEYFRAMED_CURVE
. This output represents the specific curve that was retrieved from the parameter group based on the provided label. The extracted curve can then be used for further processing, such as animation, transformation, or analysis, depending on your needs.
curve_label
you provide exactly matches the label used within the parameter group to avoid any retrieval issues.curve_label
does not match any labels within the parameter_group
.parameter_group
input is either empty or not supplied, preventing the node from retrieving any curves.© Copyright 2024 RunComfy. All Rights Reserved.