Separate Bundle Node¶
The Separate Bundle node extracts individual values from a Bundle. Each output corresponds to an element in the bundle, identified by its socket name.
This node is the counterpart of the Combine Bundle node and is typically used to retrieve structured data that was previously grouped together.
Inputs¶
- Bundle
The input bundle that contains all grouped values.
Properties¶
Properties are available in the Node tab of the Sidebar.
- Sync Sockets
Updates the current node to match the socket signature of the connected nodes. Use this after renaming, adding, or removing sockets.
- Define Signature
Locks the current item list and types to stabilize interfaces when publishing node groups. When enabled, adding/removing items is disabled until the option is turned off.
Bundle Items¶
- List of bundle items
Displays one entry per element in the bundle. Double-click to rename.
- Add Item
Add a new socket to the bundle.
- Remove Item
Delete the selected socket.
- Type
The data type for the selected item (e.g. Float, Vector, Geometry, Object, Bundle). For value types, a default value control is shown and used when the socket is unlinked.
Outputs¶
This node has a dynamic set of output sockets. Each socket outputs the value of the corresponding bundle item, using the item’s name and type as defined in the bundle.