[Blender] Importar ifc a Blender con ifcblender script

Hola. Estoy tratando de exportar un modelo de Revit 2012 a Blender, incluyendo tanto la forma como los materiales de cada elemento.

Traté de importar a Blender con ifc a través del script ifcblender (https://www.graphicall.org/aothms), sin embargo, no pude importar la totalidad de los elementos y además ningún material se importó. Cuando trato de importar el archivo. Ifc, Blender arroja el siguiente error:

Código:

Bpy, ops, object, select_all(action=deselect). Location:<unknown location>:-1. Attributeerror: calling operator Bpy, ops, object, select_name error, could not be found. Ret = op_call(self, idname_py(), none, kw)
File c:\programa files\blender foundation\blender\2.62\scripts\modules\Bpy\ops, py, line 180, in __call__
Bpy, ops, object, select_name (name=Bob, name)
File c:\programa files\blender foundation\blender\2.62\scripts\addons\io_import_s cene_ifc\__init__.py, line 108, in import_ifc. If not import_ifc(self, filepath, self, use_names, self, process_relations):
Execute. File c:\programa files\blender foundation\blender\2.62\scripts\addons\io_import_s cene_ifc\__init__.py, line 208, in. Tracebak (most recent call last)

Agradecería cualquier ayuda, si alguien conoce otro script también es bienvenido.

César.

Ver más sobre el tema y los comentarios en el foro