From cf6280b9285bb4ec607c14ef51d73c6bee4591da Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 6 Feb 2025 09:24:25 +1100 Subject: [PATCH] Rename BlenderBIM to Bonsai in a few more spots --- .../{blenderbim_icons.blend => icons.blend} | Bin .../images/{blenderbim.png => bonsai.png} | Bin src/ifcbimtester/webapp/index.html | 4 +-- ...sole-1.png => bonsai-python-console-1.png} | Bin ...sole-2.png => bonsai-python-console-2.png} | Bin ...-editor-1.png => bonsai-text-editor-1.png} | Bin ...-editor-2.png => bonsai-text-editor-2.png} | Bin .../ifcopenshell-python/geometry_creation.rst | 4 +-- .../docs/ifcopenshell-python/installation.rst | 33 +++++++++--------- src/ifcsverchok/README.md | 2 +- 10 files changed, 21 insertions(+), 22 deletions(-) rename src/bonsai/{blenderbim_icons.blend => icons.blend} (100%) rename src/ifcbimtester/webapp/images/{blenderbim.png => bonsai.png} (100%) rename src/ifcopenshell-python/docs/ifcopenshell-python/{blenderbim-python-console-1.png => bonsai-python-console-1.png} (100%) rename src/ifcopenshell-python/docs/ifcopenshell-python/{blenderbim-python-console-2.png => bonsai-python-console-2.png} (100%) rename src/ifcopenshell-python/docs/ifcopenshell-python/{blenderbim-text-editor-1.png => bonsai-text-editor-1.png} (100%) rename src/ifcopenshell-python/docs/ifcopenshell-python/{blenderbim-text-editor-2.png => bonsai-text-editor-2.png} (100%) diff --git a/src/bonsai/blenderbim_icons.blend b/src/bonsai/icons.blend similarity index 100% rename from src/bonsai/blenderbim_icons.blend rename to src/bonsai/icons.blend diff --git a/src/ifcbimtester/webapp/images/blenderbim.png b/src/ifcbimtester/webapp/images/bonsai.png similarity index 100% rename from src/ifcbimtester/webapp/images/blenderbim.png rename to src/ifcbimtester/webapp/images/bonsai.png diff --git a/src/ifcbimtester/webapp/index.html b/src/ifcbimtester/webapp/index.html index 94f0bd4aca..0e26965953 100644 --- a/src/ifcbimtester/webapp/index.html +++ b/src/ifcbimtester/webapp/index.html @@ -72,7 +72,7 @@ Import - + @@ -81,7 +81,7 @@ Export - + diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/blenderbim-python-console-1.png b/src/ifcopenshell-python/docs/ifcopenshell-python/bonsai-python-console-1.png similarity index 100% rename from src/ifcopenshell-python/docs/ifcopenshell-python/blenderbim-python-console-1.png rename to src/ifcopenshell-python/docs/ifcopenshell-python/bonsai-python-console-1.png diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/blenderbim-python-console-2.png b/src/ifcopenshell-python/docs/ifcopenshell-python/bonsai-python-console-2.png similarity index 100% rename from src/ifcopenshell-python/docs/ifcopenshell-python/blenderbim-python-console-2.png rename to src/ifcopenshell-python/docs/ifcopenshell-python/bonsai-python-console-2.png diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/blenderbim-text-editor-1.png b/src/ifcopenshell-python/docs/ifcopenshell-python/bonsai-text-editor-1.png similarity index 100% rename from src/ifcopenshell-python/docs/ifcopenshell-python/blenderbim-text-editor-1.png rename to src/ifcopenshell-python/docs/ifcopenshell-python/bonsai-text-editor-1.png diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/blenderbim-text-editor-2.png b/src/ifcopenshell-python/docs/ifcopenshell-python/bonsai-text-editor-2.png similarity index 100% rename from src/ifcopenshell-python/docs/ifcopenshell-python/blenderbim-text-editor-2.png rename to src/ifcopenshell-python/docs/ifcopenshell-python/bonsai-text-editor-2.png diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_creation.rst b/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_creation.rst index 1479a8a5de..65c21cafef 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_creation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_creation.rst @@ -3,8 +3,8 @@ Geometry creation Walls, doors, slabs, and other physical products in IFC can be represented with 2D or 3D geometry. Most commonly, this geometry is created using graphical -frontends, like the BlenderBIM Add-on. IfcOpenShell can create and edit -geometry with code. +frontends, like `Bonsai `_. IfcOpenShell can create and +edit geometry with code. .. note:: diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell-python/installation.rst index 80901ddb20..4ec69649a6 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell-python/installation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell-python/installation.rst @@ -4,7 +4,7 @@ Installation There are different methods of installation, depending on your situation. If you aren't sure which to choose, if you're a programmer, go for **PyPI** if you use Pip, otherwise go for the **ZIP packages**. If you aren't a programmer, go -for the **BlenderBIM Add-on**. +for **Bonsai**. 1. **PyPI** is recommended for developers using Pip. 2. **ZIP packages** is recommended for users doing a manual installation. @@ -13,7 +13,7 @@ for the **BlenderBIM Add-on**. 5. **AWS Lambda** is recommended for developers using AWS Lambda functions. 6. **Google Colab** is recommended for developers using Google Colab. 7. **Web Assembly** is recommended for developers experimenting with IfcOpenShell on the web. -8. **Using the BlenderBIM Add-on** is recommended for non-developers wanting a graphical interface. +8. **Using Bonsai** is recommended for non-developers wanting a graphical interface. 9. **From source with precompiled binaries** is recommended for developers actively working with the Python code. 10. **Compiling from source** is recommended for developers actively working with the C++ core. @@ -181,30 +181,29 @@ you full access to the entire IfcOpenShell API. `Click here `__ to learn how to use WASM. -Using the BlenderBIM Add-on ---------------------------- +Using Bonsai +------------ -The BlenderBIM Add-on is a Blender based graphical interface to IfcOpenShell. -Other than providing a graphical IFC authoring platform, it also comes with -IfcOpenShell, its utilities, and a Python shell built-in. This means you don't -need to install Python first, and you also can compare your IfcOpenShell -scripting to what you see with a visual model viewer, or use a graphical -interface to access the IfcOpenShell utilities. +Bonsai is a Blender based graphical interface to IfcOpenShell. Other than +providing a graphical IFC authoring platform, it also comes with IfcOpenShell, +its utilities, and a Python shell built-in. This means you don't need to +install Python first, and you also can compare your IfcOpenShell scripting to +what you see with a visual model viewer, or use a graphical interface to access +the IfcOpenShell utilities. -The BlenderBIM Add-on is available either as a stable build or a daily build. +Bonsai is available either as a stable build or a daily build. -1. Install the BlenderBIM Add-on by following the `BlenderBIM Add-on - installation documentation +1. Install Bonsai by following the `Bonsai installation documentation `_. 2. Launch Blender. On the top left of the Viewport panel, click the **Editor Type** icon to change the viewport into a **Python Console**. - .. image:: blenderbim-python-console-1.png + .. image:: bonsai-python-console-1.png 3. Make sure you can import IfcOpenShell successfully with the following script. - .. image:: blenderbim-python-console-2.png + .. image:: bonsai-python-console-2.png .. tip:: @@ -215,13 +214,13 @@ The BlenderBIM Add-on is available either as a stable build or a daily build. Blender also comes with a text editor so you can write longer scripts. Instead of choosing the **Python Console**, choose the **Text Editor**. -.. image:: blenderbim-text-editor-1.png +.. image:: bonsai-text-editor-1.png You can now create a new text file for your script by clicking ``Text > New``, and run your script using the **Text > Run Script** menu or by clicking on the **Play Icon**. -.. image:: blenderbim-text-editor-2.png +.. image:: bonsai-text-editor-2.png .. seealso:: diff --git a/src/ifcsverchok/README.md b/src/ifcsverchok/README.md index c70fb0aef2..280ae37157 100644 --- a/src/ifcsverchok/README.md +++ b/src/ifcsverchok/README.md @@ -79,7 +79,7 @@ In this example model, we have created both storeys and a building, but it's not ![Alt text](./assets/exporting_ifc.png?raw=true) #### Opening The Created IFC Model -Now we can open the created IFC model with any IFC viewer or program. Here it is opened with BlenderBIM. +Now we can open the created IFC model with any IFC viewer or program. Here it is opened with Bonsai. ![Alt text](./assets/imported_ifc.png?raw=true) ### Other examples