Importing Multiple objects

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.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
chrrox's picture

I found out my problem. i

I found out my problem.
i was not clearing the aray data so the face data was starting at the end of the last array when it should start at 1.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.