Hi Anthony - it looks like the problem is that the import script is expecting for the x y z coordinates to only be separated by a single space instead of multiple space characters.
If you open up your .xyz file in a text editor like notepad or something, you can see that the numbers have been formatted with multiple spaces in between the individual coordinates, I guess to make them look more human readable.
I should be able to tweak the script to allow for that though, I'll take a look.
- Michael
|