I’m here with a question regarding Lists Paths.
I have a list of meshes, I need to deconstruct them, divide them and rebuild them with a smaller amount of faces as you can see in the script.
the thing is that when I divide the list of faces, it adds a new level to the list, so the faces list doesn’t match the vertices list.
do you have any idea on how to match faces and vertices lists?
If you’re trying to divide the mesh to increase its face count in one direction, partition isn’t the way? Using the RefineStrips component is one possibility: