Dion Moult
Dion Moult
We get IFCs from 12D of terrain and various civil things which naturally have TINs. Portions of the triangulated meshes which are fairly regular triangles work fine and we can...
### Problem Description See https://github.com/IfcOpenShell/IfcOpenShell/issues/5839 ### Revit Version 2025.4.x ### IFC for Revit Addon Version 25.4.0 ### Windows Version 11 24H2
### Problem Description See https://github.com/IfcOpenShell/IfcOpenShell/issues/6174 ### Revit Version 2025.4.x ### IFC for Revit Addon Version 25.4.0 ### Windows Version 11 24H2
It is not possible to implement the IFC2X3 georeferencing guide by buildingSMART in Revit - i.e. to assign a Pset_MapConversion and Pset_ProjectedCRS to the IfcSite element, without first creating a...
If an object in a file, say a bollard or street furniture, is assigned to the Revit site category, then an IfcSite entity is created for it on export. In...
It should use `IfcPresentationStyle` instead. This means that IFC4 exports from other BIM applications, when imported into Revit, do not have colours. It also leads to invalid IFC4 exports which...
See docs https://docs.blender.org/manual/en/latest/advanced/extensions/getting_started.html Fix #138. https://docs.blender.org/manual/en/latest/advanced/extensions/getting_started.html shows that the correct value should be linux-x64
I've got a file that fails to load then segfaults. ``` rna_uiItemR: property not found: IMPORT_3DM_OT_some_data.import_poinset /home/dion/.config/blender/4.4/extensions/user_default/import_3dm/__init__.py:215 rna_uiItemR: property not found: IMPORT_3DM_OT_some_data.import_poinset /home/dion/.config/blender/4.4/extensions/user_default/import_3dm/__init__.py:215 rna_uiItemR: property not found: IMPORT_3DM_OT_some_data.import_poinset /home/dion/.config/blender/4.4/extensions/user_default/import_3dm/__init__.py:215 rna_uiItemR:...
Cannot install on Linux Blender 4.4 - import_3dm this platform linux-x64 isn't one of linux-x86_64
I download import_3dm-0.0.16_extension.zip (https://github.com/jesterKing/import_3dm/releases/download/0.0.16/import_3dm-0.0.16_extension.zip) and go into Edit Preferences > Get Extension > Install from Disk and browse to the zip file on Blender 4.4.1. It unfortunately does not install,...
This is used in the majority of Nethack ttyrecs. There's a thing called https://en.wikipedia.org/wiki/DEC_Special_Graphics where if \e(0 is sent, it toggles some codes. Steps to reproduce: ```python import pyte screen...