Mesh Attach Question
For example I have a lot of meshes named "left" - left001, left002, left003.... left 099. And the same number of meshes called "right", from 001 to 099. (All meshes have modifiers). And I want to mesh-attach them in pair according the index - left001 with right001, left002 with right002... etc. How should I do this?
Comments
`
try something like this:
thanx
Thanx, I'll try this code! And what if the nunber of meshes is different every time? Sometimes it's 025, and sometimes it's 125?
`
just change a a_To = 125 or maximum
code also recognize no pair - and will skip that object
so if you change a_To = 999 - it should attach all found left and right pairs till 999
hope this makes sense
yes
Yes! Its working! Thanx again. But I've changed mesh-attach to poly-attach bacause of strange issue with normals, one of the objects was flipped every time. Now working fine!
`
Coool. I'm glad it helped :)
Pixamoon
Many thanx
Many thanx, will try this today!