Posted: Wed Jan 23, 2013 4:44 pm
Joined: 23 Jan 2013
Posts: 2
Hi all, I'm new to blender and trying to import a .obj file that I've been given by a client. It was of a 3DS MAX model. After clicking File -> Import and selecting the file it will return me back to the viewports with no change. No error is displayed and no objects appear to have been added.
I'm using Mac OSX 10.7.5 if this is of any help. I've read other posts with similar issues saying to update python. Ive tried this, but to no avail.
Are there limitations to file sizes and what can be carried across?
Any help would be much appreciated.
Cheers in advance.
Posted: Wed Jan 23, 2013 5:33 pm
Joined: 11 Sep 2008
Posts: 549
1. the world co-ordinates are off. Check the Outliner to see if your object is listed. Then View -> All
You can centre the object by Shift S -> Object to Curser
2. Your object is really big (geometry not file size). In the main window type N to open the Transform panel and check it's dimensions
Blender can handle pretty big files, I regularly import scan data containing 2 million triangles or more
Posted: Wed Jan 23, 2013 5:59 pm
Joined: 23 Jan 2013
Posts: 2
There appears to be nothing listing in the Outliner and nothing listed in the Transform panel. The file is over 300kb so there's something to be got at! Are there any features of a model that can't be exported that could be causing issues? Like morphers? Skeletons? Textures?
Posted: Wed Jan 23, 2013 9:01 pm
Joined: 21 Jan 2013
Posts: 5
obj files are readable in a text editor. Perhaps you could open it using notepad, just to see what's inside. It should have a list of numbers preceded by letters.
If that all seems normal try importing it with another program. You can get a trial version of MS3D to test the file in another program.
http://chumbalum.swissquake.ch/ms3d/download.html.
Hope that helps.