mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-13 06:53:36 +00:00
Update tool icons to all use the same underlying "cube" shape and add bracing for structural icon and background walls for spatial icon.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -71,7 +71,7 @@ restart Blender to see changes).
|
|||||||
|
|
||||||
For Linux or Mac:
|
For Linux or Mac:
|
||||||
|
|
||||||
:: code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ git clone https://github.com/IfcOpenShell/IfcOpenShell.git
|
$ git clone https://github.com/IfcOpenShell/IfcOpenShell.git
|
||||||
$ cd IfcOpenShell
|
$ cd IfcOpenShell
|
||||||
|
|||||||
@@ -252,7 +252,8 @@ class file(object):
|
|||||||
self.future = []
|
self.future = []
|
||||||
self.transaction = None
|
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):
|
def set_history_size(self, size):
|
||||||
self.history_size = size
|
self.history_size = size
|
||||||
|
|||||||
Reference in New Issue
Block a user