Description
ClusterMergeToNeighbors (v1)
Merge selected bones to their neighbors
Input(s) : Collection [Intrinsic] - Collection on which to merge bones into a neighboring cluster TransformSelection - Bone selection MinVolumeCubeRoot - Size (cube root of volume) of minimum desired post-merge clusters; if > 0, selected clusters may be merged multiple times until the cluster size is above this value bOnlyToConnected - Whether to only allow clusters to merge if their bones are connected in the proximity graph bOnlySameParent - Whether to only allow clusters to merge if they have the same parent bone
Output(s): Collection [Passthrough] - Collection on which to merge bones into a neighboring cluster
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Cluster |
| Type | FClusterMergeToNeighborsDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| NeighborSelectionMethod | Method to choose which neighbor to merge | EClusterNeighborSelectionMethodEnum | Dataflow_ClusterNeighborSelectionMethod_LargestNeighbor |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection on which to merge bones into a neighboring cluster | FManagedArrayCollection | () |
| TransformSelection | Bone selection | FDataflowTransformSelection | () |
| MinVolumeCubeRoot | Size (cube root of volume) of minimum desired post-merge clusters; if > 0, selected clusters may be merged multiple times until the cluster size is above this value | float | 0.000000 |
| bOnlyToConnected | Whether to only allow clusters to merge if their bones are connected in the proximity graph | bool | True |
| bOnlySameParent | Whether to only allow clusters to merge if they have the same parent bone | bool | True |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection on which to merge bones into a neighboring cluster | FManagedArrayCollection |