Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Sorry my brain is not working. I have an array of meshes going intoa for_each node. The output of the for_each node says it's a single mesh. But the outport of the for_each node says it's an array of meshes. And I hooked up a dump_object to print out the size of that array and it matches my input array. But I still only get one final outmesh that is a union of all the meshes from the for_each loop. What am I missing to separate them? Do I have to use a build_array?
The for_each "out_mesh" port says it's an array. And the output "outMeshes" is a hat shape. But I'm only getting 1 bif mesh.
Solved! Go to Solution.