I couldn’t find a solution to my problem anywhere else, but it’s probably pretty basic.I’ve got a scene in blender and I wanted to add a new object too it. The trouble is that when I try to import an object, even a simple .obj file of a plane, it doesn’t get added to the scene. The console output suggests the the importing is finished, but no new geometry appears.
I’m using Blender 2.48a and Python 2.5.4
Console output for export and than attempting to import a plane:
Compiled with Python version 2.5.2.
Checking for installed Python… got it!
OBJ Export path: “C:\Documents and Settings\decker\My Documents\plane.obj”
OBJ Export time: 0.03
importing obj “C:\Documents and Settings\decker\My Documents\plane.obj”
passing obj file “C:\Documents and Settings\decker\My Documents\plane.ob
j”… 0.0005 sec
loading materials and images… 0.0123 sec
building geometry…
verts:4 faces:1 materials: 2 smoothgroups:0 … 0.0010 sec
finished importing: “C:\Documents and Settings\decker\My Documents\plane.obj” in
0.0144 sec.