I am trying to import multiple objects from 1 file.
I have my arrays for Verts Face normal UV
what I want to do ic cycle through the aray once with th first half of my file then after it stores these values in those arrays append the same loop again so it becomes one object.
Whenever I ry this it will add the vertex data but no face data will show up.
any help would be greatly appreciated.
I can post the script if anyone thinks it will help.