( flist = #() sglist = #() for i = 1 to (getNumFaces $) do ( append flist (getFace $ i) append sglist (getFaceSmoothGroup $ i) ) -- flist as array sglist as array )<br>
#(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...)Even though my face is more than that, you can tell that there is more by max putting it as a "..." at the last items of the array.
Replies
Hmm, never come across this "printAllElements" before, good to know!