diff --git a/src/blenderbim/blenderbim/bim/module/drawing/ops.authoring.annotation.dat b/src/blenderbim/blenderbim/bim/module/drawing/ops.authoring.annotation.dat index 32a87c24e3..1236a496d6 100644 Binary files a/src/blenderbim/blenderbim/bim/module/drawing/ops.authoring.annotation.dat and b/src/blenderbim/blenderbim/bim/module/drawing/ops.authoring.annotation.dat differ diff --git a/src/blenderbim/blenderbim/bim/module/spatial/ops.authoring.spatial.dat b/src/blenderbim/blenderbim/bim/module/spatial/ops.authoring.spatial.dat index 7170d86fd5..ac66f8f505 100644 Binary files a/src/blenderbim/blenderbim/bim/module/spatial/ops.authoring.spatial.dat and b/src/blenderbim/blenderbim/bim/module/spatial/ops.authoring.spatial.dat differ diff --git a/src/blenderbim/blenderbim/bim/module/structural/ops.authoring.structural.dat b/src/blenderbim/blenderbim/bim/module/structural/ops.authoring.structural.dat index 2a23afcd12..1ef3a56680 100644 Binary files a/src/blenderbim/blenderbim/bim/module/structural/ops.authoring.structural.dat and b/src/blenderbim/blenderbim/bim/module/structural/ops.authoring.structural.dat differ diff --git a/src/blenderbim/blenderbim_icons.blend b/src/blenderbim/blenderbim_icons.blend index dfbdff25f1..adaa79199a 100644 Binary files a/src/blenderbim/blenderbim_icons.blend and b/src/blenderbim/blenderbim_icons.blend differ diff --git a/src/blenderbim/docs/devs/installation.rst b/src/blenderbim/docs/devs/installation.rst index 0db434cb34..f305d2fbd2 100644 --- a/src/blenderbim/docs/devs/installation.rst +++ b/src/blenderbim/docs/devs/installation.rst @@ -71,7 +71,7 @@ restart Blender to see changes). For Linux or Mac: -:: code-block:: console +.. code-block:: console $ git clone https://github.com/IfcOpenShell/IfcOpenShell.git $ cd IfcOpenShell diff --git a/src/ifcopenshell-python/ifcopenshell/file.py b/src/ifcopenshell-python/ifcopenshell/file.py index 7c0df7665f..dfd3cf5638 100644 --- a/src/ifcopenshell-python/ifcopenshell/file.py +++ b/src/ifcopenshell-python/ifcopenshell/file.py @@ -252,7 +252,8 @@ class file(object): self.future = [] self.transaction = None - file_dict[self.file_pointer()] = self + # Temporarily commented out until bot builds are available and tested to prevent user bugs. + # file_dict[self.file_pointer()] = self def set_history_size(self, size): self.history_size = size