Forum: Blender


Subject: New Blender version now capable of creating Poser morphs and figures

Pret-a-3D opened this issue on May 13, 2009 ยท 104 posts


Enivob posted Fri, 22 May 2009 at 9:08 AM

Can we get the python code now?

I am quite interested in testing it with Meshfoot which uses Campbell Bartons OBJ import to load it's meshes into memory.

Is your code a drop in replacement?

Here is a snippet from the Meshfoot code:

import_obj.load_obj(localObjFullPathFileName, CLAMP_SIZE=
0.0, CREATE_FGONS= True, CREATE_SMOOTH_GROUPS= True, CREATE_EDGES=
False, SPLIT_OBJECTS= False, SPLIT_GROUPS= False, SPLIT_MATERIALS=
False, IMAGE_SEARCH=False)

Does your code leave the most recently imported object selected?