Skip to content

Tags: Sondro/IfcOpenShell

Tags

blenderbim-231204

Toggle blenderbim-231204's commit message
Fix IfcOpenShell#4073. Objects with no applicable context for the dra…

…wing view are now hidden.

blenderbim-231203

Toggle blenderbim-231203's commit message
BlenderBIM IFC Git fix typo in function name

blenderbim-231201

Toggle blenderbim-231201's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
occ_utils.py - IfcOpenShell#1037

blenderbim-231130

Toggle blenderbim-231130's commit message
FixRevitTINs patch now also flips normals for surface TINs instead of…

… solid TINs.

Minor fixes to use view_layer.object.active etc instead of context.active_object when running via Blender UI (it seems when you run the patch recipe from the Blender UI at least in later versions, context does not have an "active_object" property.

blenderbim-231129

Toggle blenderbim-231129's commit message
Fix IfcOpenShell#4057. Data objects for the API are now in util.data …

…instead of mixed into the shape builder utility and only depends on numpy.

blenderbim-231128

Toggle blenderbim-231128's commit message
Fix IfcOpenShell#4052. Bug where invalid plane was generated due to m…

…issing X axis.

v0.7.0.231127

Toggle v0.7.0.231127's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update installation.rst

add more information about conda package installation

blenderbim-231127

Toggle blenderbim-231127's commit message
Small styles UI tweaks

- fixed a typo in bim.select_by_style
- added note to clarify what Shade/Render/Texture/Lighting/etc buttons do and moved style selection block at the beggining (maybe it's just me but when edit buttons are above selection ui it seemed like they affect all the styles somehow, not just the currently active one), so it will be more intuitive

Before:
https://i.imgur.com/jRSTLGI.png

After:
https://i.imgur.com/8ih4qSX.png

blenderbim-231125

Toggle blenderbim-231125's commit message
Fix IfcOpenShell#4044. Bug where object in camera view algorithm was …

…wrong. Simplied to simple AABB test.

blenderbim-231124

Toggle blenderbim-231124's commit message
Fix IfcOpenShell#4034. Bug where abstract pset template applicabiliti…

…es didn't apply to occurrences as well as types.