Results 28 comments of Bruno Postle

We don't own an M1 apple silicon computer that can compile the Topologic library. Blenderbim has the same problem: IfcOpenShell/IfcOpenShell#2090 Apparently, it is possible to run Blenderbim under emulation, you...

There is now an arm/M1 release of Homemaker, this should work (untested) with blender and IfcOpenShell/blenderbim built for M1: https://github.com/brunopostle/homemaker-addon/releases/tag/2022-05-14

Additionally, there should be enough high-level CellComplex information stored in the IFC file (including cell assignments and face styles) to be able to discard and automatically regenerate the entire model....

The Topologic CellComplex is now stashed in the IFC model as a System of Virtual Elements per Building. The next step is to enable the following actions: 1. Select any...

See IfcOpenShell/IfcOpenShell#2200

One possible way of implementing this is through the buildingsmart [BCF](https://github.com/buildingSMART/BCF-XML) standard. BCF is designed as a portable store of issues and comments relating to a building model, so it...

This is a list (written about four years ago, so there have been some changes since) of patterns as implemented in the Homemaker evolutionary engine. This is a good starting-off...

The lowercase attributes are the internal cellcomplex data, so I never expected them to be exposed. It makes sense to unify them. I'm giving all the Cells and Faces a...

There are some videos in this YouTube channel: https://m.youtube.com/user/BrunoPostle/videos?view=0&sort=dd&shelf_id=0 ..and some discussion about the tools here: https://community.osarch.org/discussion/539/homemaker-add-on/p1 ..but basically you draw the outline of a building in 3d (currently you...

It is not ready for packaging in an installer yet. If you want to play with it you will need the topologicPy library which depends on TopologicCore and cppyy, plus...