|
Join Structures (Composition by mlaser)
This is a patch that joins two structures (A, B, C + D, E, F = A, B, C, D, E, F). It’s constructed entirely with built-in patches. It iterates over each member of each structure so it’s not fast by any means, but if you don’t need to join many or large structures, this could be an adequate solution. |