AnimGraphLab Alpha
Nodes Separate shapes

Parameters

Select a node to edit its parameters.

Separate Shapes node is a utility for managing multiple shapes.

Its main purpouse of a node is indexing shapes. If multiple shapes are provided, it assigns a new, indexed label to each one, making them easy to target with expressions/group node pattern.

This is particularly useful after a Copy/Transform node operation that creates multiple shapes, or when you need to procedurally reference items from a Merge node.

Parameters

ParameterDescription
LabelThe display name for the node.
GroupTarget shape(s) group to separate. If empty, all shapes are affected.

Example

ScenarioDescriptionResult
Indexing ShapesWhen multiple shapes are input, the node passes them through and assigns new, indexed labels (shape_1, shape_2).A circle and square are re-labeled with indices.shape_1shape_2

See also