Skip to content

tools/blenderbim: (and dependencies) Add the BlenderBIM addon setup

Jean Patrick Mathes requested to merge blenderbim into main

The setup uses a modified Makefile from IfcOpenShell, maybe it would be better to put in a separate repo for licensing reasons.


To Dos by @kartmann:

  • Try to avoid adding new option path in prepare/cmake. Try to use project_dir instead
  • Try to use existing module deps/cgal. If it doesnt work (e.g. need other version), try to make them consistent (feel free to replace dest_dir with your options. You can try building simox-cgal to test it).
  • Try to use run/script option in blenderbim instead of run/command (seems to be only available in system step which cannot be used here)
  • Add credits/link to original in adapted Makefile
Edited by Jean Patrick Mathes

Merge request reports