Variant Range
Generates variant records from a numeric range
intermediate
Since P00
Output Ports
Variants
List of saved candidate variants including names and recipes
Snapshots
Lightweight candidate list containing only key=value snapshots
Recipe
Description of how this candidate set was generated
Values
List of raw numeric values generated
Count
Count output from Variant Range.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Start | Float | `0.0` | Start value of the range |
| End | Float | `1.0` | End value of the range |
| Count | Int | `5` | Controls the count setting for Variant Range. |
Overview
Generates variant records from a numeric range
Inputs and Outputs
Output Ports
- Variants
List\<VariantRecord>: List of saved candidate variants including names and recipes - Snapshots
List\<VariantSnapshot>: Lightweight candidate list containing only key=value snapshots - Recipe
VariantRecipe: Description of how this candidate set was generated - Values
List\<Number>: List of raw numeric values generated - Count
Int: Count output from Variant Range.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Start | Float | `0.0` | Start value of the range |
| End | Float | `1.0` | End value of the range |
| Count | Int | `5` | Controls the count setting for Variant Range. |
When to Use
Use Variant Range when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.