From 2a1d1d6e1044c83c7d8b3d3742027612fbd2e6bd Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 14 Aug 2024 15:20:25 +0500 Subject: [PATCH] bonsaibim urls #5178 --- README.md | 10 +++++----- choco/bonsai/blenderbim.nuspec | 2 +- conda/meta.yaml | 16 ++++++++-------- src/bonsai/CITATION.cff | 8 ++++---- src/bonsai/README.md | 4 ++-- src/bonsai/bonsai/__init__.py | 2 +- .../bim/data/webui/templates/drawings.html | 2 +- .../bonsai/bim/data/webui/templates/gantt.html | 2 +- .../bonsai/bim/data/webui/templates/index.html | 2 +- src/bonsai/bonsai/bim/module/project/ui.py | 2 +- src/bonsai/bonsai/bim/operator.py | 4 ++-- src/bonsai/bonsai/bim/ui.py | 2 +- src/bonsai/docs/conf.py | 2 +- src/bonsai/docs/contribute/writing_docs.rst | 4 ++-- src/bonsai/docs/index.rst | 2 +- .../docs/users/quickstart/create_model.rst | 2 +- .../docs/users/quickstart/explore_model.rst | 2 +- .../docs/users/quickstart/installation.rst | 2 +- .../project_overview/project_info.rst | 4 ++-- src/bonsai/pyproject.toml | 4 ++-- src/bonsai/test/files/basic.ifc | 2 +- src/bonsai/test/files/decomposition.ifc | 2 +- src/ifcbimtester/README.md | 2 +- .../bimtester/resources/reports/template.html | 2 +- src/ifcbimtester/webapp/index.html | 2 +- src/ifcopenshell-python/docs/blenderbim.rst | 2 +- src/ifcopenshell-python/docs/ifcconvert.rst | 2 +- src/ifcopenshell-python/docs/ifccsv.rst | 2 +- src/ifcopenshell-python/docs/ifcdiff.rst | 2 +- .../docs/ifcopenshell-python/installation.rst | 4 ++-- .../docs/ifcsverchok/installation.rst | 2 +- .../api/georeference/edit_georeferencing.py | 2 +- src/ifcpatch/test/files/basic.ifc | 2 +- src/ifcsverchok/README.md | 2 +- src/ifctester/ifctester/templates/report.html | 2 +- 35 files changed, 55 insertions(+), 55 deletions(-) diff --git a/README.md b/README.md index 21ba13c948..626c66f0f8 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ For more information, see: * [IfcOpenShell C++ Installation](https://docs.ifcopenshell.org/ifcopenshell/installation.html) * [IfcOpenShell Python Installation](https://docs.ifcopenshell.org/ifcopenshell-python/installation.html) * [IfcOpenShell Python Hello World Tutorial](https://docs.ifcopenshell.org/ifcopenshell-python/hello_world.html) -* [BlenderBIM Add-on Website](https://blenderbim.org) -* [BlenderBIM Add-on Documentation](https://docs.blenderbim.org/index.html) - * [Add-on Installation](https://docs.blenderbim.org/users/installation.html) - * [Exploring an IFC model](https://docs.blenderbim.org/users/exploring_an_ifc_model.html) +* [Bonsai Website](https://bonsaibim.org) +* [Bonsai Documentation](https://docs.bonsaibim.org/index.html) + * [Add-on Installation](https://docs.bonsaibim.org/users/installation.html) + * [Exploring an IFC model](https://docs.bonsaibim.org/users/exploring_an_ifc_model.html) Development is sponsored through your generous donations! @@ -37,7 +37,7 @@ Contents | Name | Description | License | Service | | ------------------------- | --------------------------------------------------------------------- | ------------------- | ------- | | bcf | Library to read and write BCF-XML and query OpenCDE BCF-API modules | LGPL-3.0-or-later | [![PyPI](https://img.shields.io/pypi/v/bcf-client?label=PyPI&color=006dad)](https://pypi.org/project/bcf-client/) | -| blenderbim | Add-on to Blender providing a graphical native IFC authoring platform | GPL-3.0-or-later | [![Official](https://img.shields.io/badge/BlenderBIM.org-Download-70ba35)](https://blenderbim.org/download.html) [![GitHub Unstable](https://img.shields.io/github/v/release/ifcopenshell/ifcopenshell?filter=blenderbim-*&label=GitHub-Unstable&color=f6f8fa)](https://github.com/IfcOpenShell/IfcOpenShell/releases?q=blenderbim&expanded=true) [![Chocolatey](https://img.shields.io/chocolatey/v/blenderbim-nightly?label=Chocolatey&color=5c9fd8)](https://community.chocolatey.org/packages/blenderbim-nightly/) | +| blenderbim | Add-on to Blender providing a graphical native IFC authoring platform | GPL-3.0-or-later | [![Official](https://img.shields.io/badge/BonsaiBIM.org-Download-70ba35)](https://bonsaibim.org/download.html) [![GitHub Unstable](https://img.shields.io/github/v/release/ifcopenshell/ifcopenshell?filter=blenderbim-*&label=GitHub-Unstable&color=f6f8fa)](https://github.com/IfcOpenShell/IfcOpenShell/releases?q=blenderbim&expanded=true) [![Chocolatey](https://img.shields.io/chocolatey/v/blenderbim-nightly?label=Chocolatey&color=5c9fd8)](https://community.chocolatey.org/packages/blenderbim-nightly/) | | bsdd | Library to query the bSDD API | LGPL-3.0-or-later | [![PyPI](https://img.shields.io/pypi/v/bsdd?label=PyPI&color=006dad)](https://pypi.org/project/bsdd/) | | ifc2ca | Utility to convert IFC structural analysis models to Code_Aster | LGPL-3.0-or-later | | ifc4d | Convert to and from IFC and project management software | LGPL-3.0-or-later | [![PyPI](https://img.shields.io/pypi/v/ifc4d?label=PyPI&color=006dad)](https://pypi.org/project/ifc4d/) | diff --git a/choco/bonsai/blenderbim.nuspec b/choco/bonsai/blenderbim.nuspec index 7efaab665e..a6ca7b107d 100644 --- a/choco/bonsai/blenderbim.nuspec +++ b/choco/bonsai/blenderbim.nuspec @@ -15,7 +15,7 @@ https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/COPYING true https://github.com/IfcOpenShell/IfcOpenShell - https://docs.blenderbim.org/ + https://docs.bonsaibim.org/ https://github.com/IfcOpenShell/IfcOpenShell/issues blender bim blenderbim ifc python opensource foss diff --git a/conda/meta.yaml b/conda/meta.yaml index cb7a6b3600..53ad90be3f 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -76,14 +76,14 @@ about: For more information, see: * [IfcOpenShell Website](http://ifcopenshell.org) - * [IfcOpenShell Documentation](http://blenderbim.org/docs-python) - * [IfcOpenShell C++ Installation](https://blenderbim.org/docs-python/ifcopenshell/installation.html) - * [IfcOpenShell Python Installation](https://blenderbim.org/docs-python/ifcopenshell-python/installation.html) - * [IfcOpenShell Python Hello World Tutorial](https://blenderbim.org/docs-python/ifcopenshell-python/hello_world.html) - * [BlenderBIM Add-on Website](https://blenderbim.org) - * [BlenderBIM Add-on Documentation](http://blenderbim.org/docs) - * [Add-on Installation](https://blenderbim.org/docs/users/installation.html) - * [Exploring an IFC model](https://blenderbim.org/docs/users/exploring_an_ifc_model.html) + * [IfcOpenShell Documentation](http://bonsaibim.org/docs-python) + * [IfcOpenShell C++ Installation](https://bonsaibim.org/docs-python/ifcopenshell/installation.html) + * [IfcOpenShell Python Installation](https://bonsaibim.org/docs-python/ifcopenshell-python/installation.html) + * [IfcOpenShell Python Hello World Tutorial](https://bonsaibim.org/docs-python/ifcopenshell-python/hello_world.html) + * [Bonsai Website](https://bonsaibim.org) + * [Bonsai Documentation](http://bonsaibim.org/docs) + * [Add-on Installation](https://bonsaibim.org/docs/users/installation.html) + * [Exploring an IFC model](https://bonsaibim.org/docs/users/exploring_an_ifc_model.html) diff --git a/src/bonsai/CITATION.cff b/src/bonsai/CITATION.cff index dd5fd4404c..bd449f69b6 100644 --- a/src/bonsai/CITATION.cff +++ b/src/bonsai/CITATION.cff @@ -2,7 +2,7 @@ # Visit https://bit.ly/cffinit to generate yours today! cff-version: 1.2.0 -title: BlenderBIM Add-on +title: Bonsai message: >- If you use this software, please cite it using the metadata from this file. @@ -10,9 +10,9 @@ type: software authors: - name: "IfcOpenShell contributors" repository-code: >- - https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/blenderbim -url: 'https://blenderbim.org/' -repository-artifact: 'https://blenderbim.org/download.html' + https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/bonsai +url: 'https://bonsaibim.org/' +repository-artifact: 'https://bonsaibim.org/download.html' abstract: >- Add-on to Blender providing a graphical native IFC authoring platform diff --git a/src/bonsai/README.md b/src/bonsai/README.md index f4b9031fe8..06b8cc5c8a 100644 --- a/src/bonsai/README.md +++ b/src/bonsai/README.md @@ -1,5 +1,5 @@ -# BlenderBIM Add-on +# Bonsai An add-on to Blender to allow BIM functionality. -More information on the [BlenderBIM Add-on website](https://blenderbim.org). +More information on the [Bonsai website](https://bonsaibim.org). diff --git a/src/bonsai/bonsai/__init__.py b/src/bonsai/bonsai/__init__.py index b1c0ec5e57..e3e5eb0635 100644 --- a/src/bonsai/bonsai/__init__.py +++ b/src/bonsai/bonsai/__init__.py @@ -324,7 +324,7 @@ if IN_BLENDER: layout.operator("bim.copy_debug_information", text="Copy Error Message To Clipboard") op = layout.operator("bim.open_uri", text="How Can I Fix This?") - op.uri = "https://docs.blenderbim.org/users/troubleshooting.html#installation-issues" + op.uri = "https://docs.bonsaibim.org/users/troubleshooting.html#installation-issues" layout.label(text="Try Reinstalling:", icon="IMPORT") op = layout.operator("bim.open_uri", text="Re-download Add-on") diff --git a/src/bonsai/bonsai/bim/data/webui/templates/drawings.html b/src/bonsai/bonsai/bim/data/webui/templates/drawings.html index 3e08ec623a..9b5ef1a74b 100644 --- a/src/bonsai/bonsai/bim/data/webui/templates/drawings.html +++ b/src/bonsai/bonsai/bim/data/webui/templates/drawings.html @@ -45,7 +45,7 @@