Dion Moult
Dion Moult
We are now publishing and requiring all of our Revit consultants who are receiving IFCs from ArchiCAD to run this patch: https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.7.0/src/ifcpatch/ifcpatch/recipes/FixArchiCADToRevitDoorSwings.py This involves a training session for consultants and...
At a glance it looks like a Flatpak issue. Perhaps a glibc incompatibility? Similar to https://github.com/IfcOpenShell/IfcOpenShell/issues/2706
@yorikvanhavre FYI I plan to start testing the v0.8.0 branch after the next release of BBIM.
A little note that one reason to split project and site is that it represents that the site is aggregated to the project. There may also be other things declared...
The IfcBlender plugin will now be deprecated in favour of a new plugin which offers both import, export, and IFC authoring tools: https://blenderbim.org/ There is a builds dir where I...
Ping @mostaphaRoudsari and @chriswmackey
Oh wow. That's a cool video!
Just to clarify - the work I'm doing is basically generating Sverchok nodes from a template provided by the upstream Ladybug Tools nodes, as well as writing some translation functions...
The geometry being offset is a feature, not a bug. I believe this is due to the offset distance setting, which ensures that during ray intersection the source geometry doesn't...
Python in Blender generally is happiest when it is using a single core. Ideally, the multicore is split off into a completely separate system (such as a SWIG-accessed C++ function),...