python - Do you know how to install the IFC importer for Blender on Mac OS X? -


i not able import .ifc files in blender. when try import .ifc file, blender goes unresponsive.

i using mac os x ver 10.10.2. python ver python 2.7.6. blender ver blender 2.73a

i see http://ifcopenshell.org/ifcblender.html shows message under os x: "users advised use 32bit blender , ifcopenshell on osx if possible"

i have installed ifcblender blender 2.73 32bit osx variety of errors including incorrect architecture error.

enter image description here

i have gone http://ifcopenshell.org/ifcblender.html , selected ifcblender blender 2.73 64bit os x.

i attempted use importer import files via install blender add-on clicking on file > user preferences > add-ons > install file. select files, import-export: ifcblender not show under import/exports check off.

then copied downloaded io_import_scene_ifc path /applications/blender.app/contents/resources/2.73/scripts/addons via cp -r io_import_scene_ifc /applications/blender.app/contents/resources/2.73/scripts/addons in terminal. import-export: ifcblender shows, , can enable on import/exports. once check off, .ifc shows under file > import

when attempt select .ifc file import, blender becomes unresponsive. file trying import 25mb on local system.

i not know ifcopenshell-python python 2.7 64bit os x http://ifcopenshell.org/python.html or path install (if needed).

any idea how blender import ifc formats?

update: attempted load .ifc 5k in size , loaded fine. so problem of loading ifc has been resolved. opening 25mb file still hangs. there recommended file size not exceed blender?

if runs similar problems installing ifc importer, how resolved:

copied downloaded io_import_scene_ifc path /applications/blender.app/contents/resources/2.73/scripts/addons via cp -r io_import_scene_ifc /applications/blender.app/contents/resources/2.73/scripts/addons in terminal.

now import-export: ifcblender shows, , can enable on import/exports. once check off, .ifc shows under file > import


Comments

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -