From 916f854905e708de199897fa828d97cec1f8c04e Mon Sep 17 00:00:00 2001 From: tim <59872808+trhyder@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:49:00 -0400 Subject: [PATCH] Update ifccsv.rst BlenderBIM to Bonsai changes --- src/ifcopenshell-python/docs/ifccsv.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ifcopenshell-python/docs/ifccsv.rst b/src/ifcopenshell-python/docs/ifccsv.rst index c038b16e32..c3f3666c19 100644 --- a/src/ifcopenshell-python/docs/ifccsv.rst +++ b/src/ifcopenshell-python/docs/ifccsv.rst @@ -44,7 +44,7 @@ you make in the spreadsheet or table will also be made in the IFC. There are different methods of installation, depending on your situation. 1. **PyPI** is recommended for developers using Pip. -2. **Using the BlenderBIM Add-on** is recommended for non-developers wanting a +2. **Using Bonsai** is recommended for non-developers wanting a graphical interface. 3. **Source installation** is recommended for developers wanting to use the latest code as a library or a CLI utility. @@ -56,17 +56,17 @@ PyPI pip install ifccsv -Using the BlenderBIM Add-on +Using Bonsai --------------------------- -The BlenderBIM Add-on is a Blender based graphical interface to IfcOpenShell. +Bonsai is a Blender Add-on that provides a graphical interface for 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. -1. Install the BlenderBIM Add-on by following the `BlenderBIM Add-on +1. Install Bonsai by following the `Bonsai installation documentation `_.