bonsaibim urls #5178

This commit is contained in:
Andrej730
2024-08-14 15:20:25 +05:00
committed by Andrej
parent 485643863f
commit 2a1d1d6e10
35 changed files with 55 additions and 55 deletions
+5 -5
View File
@@ -22,10 +22,10 @@ For more information, see:
* [IfcOpenShell C++ Installation](https://docs.ifcopenshell.org/ifcopenshell/installation.html) * [IfcOpenShell C++ Installation](https://docs.ifcopenshell.org/ifcopenshell/installation.html)
* [IfcOpenShell Python Installation](https://docs.ifcopenshell.org/ifcopenshell-python/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) * [IfcOpenShell Python Hello World Tutorial](https://docs.ifcopenshell.org/ifcopenshell-python/hello_world.html)
* [BlenderBIM Add-on Website](https://blenderbim.org) * [Bonsai Website](https://bonsaibim.org)
* [BlenderBIM Add-on Documentation](https://docs.blenderbim.org/index.html) * [Bonsai Documentation](https://docs.bonsaibim.org/index.html)
* [Add-on Installation](https://docs.blenderbim.org/users/installation.html) * [Add-on Installation](https://docs.bonsaibim.org/users/installation.html)
* [Exploring an IFC model](https://docs.blenderbim.org/users/exploring_an_ifc_model.html) * [Exploring an IFC model](https://docs.bonsaibim.org/users/exploring_an_ifc_model.html)
Development is sponsored through your generous donations! Development is sponsored through your generous donations!
@@ -37,7 +37,7 @@ Contents
| Name | Description | License | Service | | 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/) | | 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/) | | 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 | | 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/) | | 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/) |
+1 -1
View File
@@ -15,7 +15,7 @@
<licenseUrl>https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/COPYING</licenseUrl> <licenseUrl>https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/COPYING</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance> <requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/IfcOpenShell/IfcOpenShell</projectSourceUrl> <projectSourceUrl>https://github.com/IfcOpenShell/IfcOpenShell</projectSourceUrl>
<docsUrl>https://docs.blenderbim.org/</docsUrl> <docsUrl>https://docs.bonsaibim.org/</docsUrl>
<!--<mailingListUrl></mailingListUrl>--> <!--<mailingListUrl></mailingListUrl>-->
<bugTrackerUrl>https://github.com/IfcOpenShell/IfcOpenShell/issues</bugTrackerUrl> <bugTrackerUrl>https://github.com/IfcOpenShell/IfcOpenShell/issues</bugTrackerUrl>
<tags>blender bim blenderbim ifc python opensource foss</tags> <tags>blender bim blenderbim ifc python opensource foss</tags>
+8 -8
View File
@@ -76,14 +76,14 @@ about:
For more information, see: For more information, see:
* [IfcOpenShell Website](http://ifcopenshell.org) * [IfcOpenShell Website](http://ifcopenshell.org)
* [IfcOpenShell Documentation](http://blenderbim.org/docs-python) * [IfcOpenShell Documentation](http://bonsaibim.org/docs-python)
* [IfcOpenShell C++ Installation](https://blenderbim.org/docs-python/ifcopenshell/installation.html) * [IfcOpenShell C++ Installation](https://bonsaibim.org/docs-python/ifcopenshell/installation.html)
* [IfcOpenShell Python Installation](https://blenderbim.org/docs-python/ifcopenshell-python/installation.html) * [IfcOpenShell Python Installation](https://bonsaibim.org/docs-python/ifcopenshell-python/installation.html)
* [IfcOpenShell Python Hello World Tutorial](https://blenderbim.org/docs-python/ifcopenshell-python/hello_world.html) * [IfcOpenShell Python Hello World Tutorial](https://bonsaibim.org/docs-python/ifcopenshell-python/hello_world.html)
* [BlenderBIM Add-on Website](https://blenderbim.org) * [Bonsai Website](https://bonsaibim.org)
* [BlenderBIM Add-on Documentation](http://blenderbim.org/docs) * [Bonsai Documentation](http://bonsaibim.org/docs)
* [Add-on Installation](https://blenderbim.org/docs/users/installation.html) * [Add-on Installation](https://bonsaibim.org/docs/users/installation.html)
* [Exploring an IFC model](https://blenderbim.org/docs/users/exploring_an_ifc_model.html) * [Exploring an IFC model](https://bonsaibim.org/docs/users/exploring_an_ifc_model.html)
<table> <table>
<thead> <thead>
+4 -4
View File
@@ -2,7 +2,7 @@
# Visit https://bit.ly/cffinit to generate yours today! # Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0 cff-version: 1.2.0
title: BlenderBIM Add-on title: Bonsai
message: >- message: >-
If you use this software, please cite it using the If you use this software, please cite it using the
metadata from this file. metadata from this file.
@@ -10,9 +10,9 @@ type: software
authors: authors:
- name: "IfcOpenShell contributors" - name: "IfcOpenShell contributors"
repository-code: >- repository-code: >-
https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/blenderbim https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/bonsai
url: 'https://blenderbim.org/' url: 'https://bonsaibim.org/'
repository-artifact: 'https://blenderbim.org/download.html' repository-artifact: 'https://bonsaibim.org/download.html'
abstract: >- abstract: >-
Add-on to Blender providing a graphical native IFC Add-on to Blender providing a graphical native IFC
authoring platform authoring platform
+2 -2
View File
@@ -1,5 +1,5 @@
# BlenderBIM Add-on # Bonsai
An add-on to Blender to allow BIM functionality. 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).
+1 -1
View File
@@ -324,7 +324,7 @@ if IN_BLENDER:
layout.operator("bim.copy_debug_information", text="Copy Error Message To Clipboard") 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 = 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") layout.label(text="Try Reinstalling:", icon="IMPORT")
op = layout.operator("bim.open_uri", text="Re-download Add-on") op = layout.operator("bim.open_uri", text="Re-download Add-on")
@@ -45,7 +45,7 @@
<body> <body>
<nav> <nav>
<img <img
src="https://blenderbim.org/assets/images/blender/blender-logo.png" src="https://bonsaibim.org/assets/images/blender/blender-logo.png"
alt="Logo" alt="Logo"
class="logo" class="logo"
/> />
@@ -27,7 +27,7 @@
<body> <body>
<nav class="no-print"> <nav class="no-print">
<img <img
src="https://blenderbim.org/assets/images/blender/blender-logo.png" src="https://bonsaibim.org/assets/images/blender/blender-logo.png"
alt="Logo" alt="Logo"
class="logo" class="logo"
/> />
@@ -34,7 +34,7 @@
<body> <body>
<nav> <nav>
<img <img
src="https://blenderbim.org/assets/images/blender/blender-logo.png" src="https://bonsaibim.org/assets/images/blender/blender-logo.png"
alt="Logo" alt="Logo"
class="logo" class="logo"
/> />
+1 -1
View File
@@ -132,7 +132,7 @@ class BIM_PT_project(Panel):
row = box.row(align=True) row = box.row(align=True)
row.label(text="Your Model May Be Outdated", icon="ERROR") row.label(text="Your Model May Be Outdated", icon="ERROR")
op = row.operator("bim.open_uri", text="", icon="QUESTION") op = row.operator("bim.open_uri", text="", icon="QUESTION")
op.uri = "https://docs.blenderbim.org/users/troubleshooting.html#saving-and-loading-blend-files" op.uri = "https://docs.bonsaibim.org/users/troubleshooting.html#saving-and-loading-blend-files"
row.operator("bim.close_blend_warning", text="", icon="CANCEL") row.operator("bim.close_blend_warning", text="", icon="CANCEL")
if props.ifc_file: if props.ifc_file:
+2 -2
View File
@@ -415,9 +415,9 @@ class OpenUpstream(bpy.types.Operator):
def execute(self, context): def execute(self, context):
if self.page == "home": if self.page == "home":
webbrowser.open("https://blenderbim.org/") webbrowser.open("https://bonsaibim.org/")
elif self.page == "docs": elif self.page == "docs":
webbrowser.open("https://docs.blenderbim.org/") webbrowser.open("https://docs.bonsaibim.org/")
elif self.page == "wiki": elif self.page == "wiki":
webbrowser.open("https://wiki.osarch.org/index.php?title=Category:Bonsai") webbrowser.open("https://wiki.osarch.org/index.php?title=Category:Bonsai")
elif self.page == "community": elif self.page == "community":
+1 -1
View File
@@ -458,7 +458,7 @@ class BIM_PT_tabs(Panel):
box.label(text="View the console for full logs.", icon="CONSOLE") box.label(text="View the console for full logs.", icon="CONSOLE")
box.operator("bim.copy_debug_information", text="Copy Error Message To Clipboard") box.operator("bim.copy_debug_information", text="Copy Error Message To Clipboard")
op = box.operator("bim.open_uri", text="How Can I Fix This?") op = box.operator("bim.open_uri", text="How Can I Fix This?")
op.uri = "https://docs.blenderbim.org/users/troubleshooting.html" op.uri = "https://docs.bonsaibim.org/users/troubleshooting.html"
except: except:
pass # Prior to load_post, we may not have any area properties setup pass # Prior to load_post, we may not have any area properties setup
+1 -1
View File
@@ -85,7 +85,7 @@ html_css_files = ["custom.css"]
pygments_style = "one-dark" pygments_style = "one-dark"
pygments_dark_style = "one-dark" pygments_dark_style = "one-dark"
html_logo = "https://blenderbim.org/assets/images/blender/blender-logo.png" html_logo = "https://bonsaibim.org/assets/images/blender/blender-logo.png"
html_theme_options = { html_theme_options = {
"source_repository": "https://github.com/IfcOpenShell/IfcOpenShell/", "source_repository": "https://github.com/IfcOpenShell/IfcOpenShell/",
"source_branch": "v0.8.0", "source_branch": "v0.8.0",
+2 -2
View File
@@ -104,7 +104,7 @@ download.
.. container:: blockbutton .. container:: blockbutton
`Visit critical link <https://blenderbim.org>`__ `Visit critical link <https://bonsaibim.org>`__
You can use bulleted lists: You can use bulleted lists:
@@ -132,7 +132,7 @@ Or ordered lists:
.. seealso:: .. seealso::
See also blocks should be used to reference `further reading See also blocks should be used to reference `further reading
<https://blenderbim.org>`__ links. <https://bonsaibim.org>`__ links.
Tables can be very annoying to format. You can use a CSV table instead. Tables can be very annoying to format. You can use a CSV table instead.
+1 -1
View File
@@ -2,7 +2,7 @@
BlenderBIM Reference Manual BlenderBIM Reference Manual
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Welcome to the manual for `BlenderBIM <https://blenderbim.org>`__, Welcome to the manual for `Bonsai <https://bonsaibim.org>`__,
the free and open source BIM add-on for Blender. the free and open source BIM add-on for Blender.
Quickstart Quickstart
@@ -41,7 +41,7 @@ Class**.
.. seealso:: .. seealso::
Use the `IFC Class search tool Use the `IFC Class search tool
<https://blenderbim.org/search-ifc-class.html>`__ to help choose an **IFC <https://bonsaibim.org/search-ifc-class.html>`__ to help choose an **IFC
Class**! Class**!
Select the cube (selected objects are highlighted in orange, careful not to Select the cube (selected objects are highlighted in orange, careful not to
@@ -211,7 +211,7 @@ not see it all the time.
.. seealso:: .. seealso::
You can use the `Search IFC Class You can use the `Search IFC Class
<https://blenderbim.org/search-ifc-class.html>`__ tool to learn the correct <https://bonsaibim.org/search-ifc-class.html>`__ tool to learn the correct
classes and predefined types you should see. classes and predefined types you should see.
Press the **Select Icon** to select all objects that are of the same Press the **Select Icon** to select all objects that are of the same
@@ -26,7 +26,7 @@ Installation
.. container:: blockbutton .. container:: blockbutton
`Download BlenderBIM Add-on <https://blenderbim.org/download.html>`__ `Download Bonsai <https://bonsaibim.org/download.html>`__
3. **Install the BlenderBIM Add-on** 3. **Install the BlenderBIM Add-on**
@@ -54,7 +54,7 @@ Fields
.. seealso:: .. seealso::
Use the `IFC Class search tool Use the `IFC Class search tool
<https://blenderbim.org/search-ifc-class.html>`__ to help choose an **IFC <https://bonsaibim.org/search-ifc-class.html>`__ to help choose an **IFC
Class** based on the IFC Schema version. Class** based on the IFC Schema version.
**Unit System** **Unit System**
+2 -2
View File
@@ -18,8 +18,8 @@ dependencies = [
] ]
[project.urls] [project.urls]
Homepage = "http://blenderbim.org" Homepage = "http://bonsaibim.org"
Documentation = "https://docs.blenderbim.org" Documentation = "https://docs.bonsaibim.org"
Issues = "https://github.com/IfcOpenShell/IfcOpenShell/issues" Issues = "https://github.com/IfcOpenShell/IfcOpenShell/issues"
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
+1 -1
View File
@@ -9,7 +9,7 @@ DATA;
#2=IFCORGANIZATION('APTR','Aperture Science',$,$,$); #2=IFCORGANIZATION('APTR','Aperture Science',$,$,$);
#3=IFCACTORROLE(.USERDEFINED.,'CONTRIBUTOR',$); #3=IFCACTORROLE(.USERDEFINED.,'CONTRIBUTOR',$);
#4=IFCTELECOMADDRESS(.USERDEFINED.,'The main webpage of the software collection.','WEBPAGE',$,$,$,$,'https://ifcopenshell.org',$); #4=IFCTELECOMADDRESS(.USERDEFINED.,'The main webpage of the software collection.','WEBPAGE',$,$,$,$,'https://ifcopenshell.org',$);
#5=IFCTELECOMADDRESS(.USERDEFINED.,'The BlenderBIM Add-on webpage of the software collection.','WEBPAGE',$,$,$,$,'https://blenderbim.org',$); #5=IFCTELECOMADDRESS(.USERDEFINED.,'The BlenderBIM Add-on webpage of the software collection.','WEBPAGE',$,$,$,$,'https://bonsaibim.org',$);
#6=IFCTELECOMADDRESS(.USERDEFINED.,'The source code repository of the software collection.','REPOSITORY',$,$,$,$,'https://github.com/IfcOpenShell/IfcOpenShell.git',$); #6=IFCTELECOMADDRESS(.USERDEFINED.,'The source code repository of the software collection.','REPOSITORY',$,$,$,$,'https://github.com/IfcOpenShell/IfcOpenShell.git',$);
#7=IFCORGANIZATION($,'IfcOpenShell','IfcOpenShell is an open source (LGPL) software library that helps users and software developers to work with the IFC file format.',(#3),(#4,#5,#6)); #7=IFCORGANIZATION($,'IfcOpenShell','IfcOpenShell is an open source (LGPL) software library that helps users and software developers to work with the IFC file format.',(#3),(#4,#5,#6));
#8=IFCAPPLICATION(#7,'0.0.999999','BlenderBIM Add-on','BlenderBIM'); #8=IFCAPPLICATION(#7,'0.0.999999','BlenderBIM Add-on','BlenderBIM');
+1 -1
View File
@@ -9,7 +9,7 @@ DATA;
#2=IFCORGANIZATION('APTR','Aperture Science',$,$,$); #2=IFCORGANIZATION('APTR','Aperture Science',$,$,$);
#3=IFCACTORROLE(.USERDEFINED.,'CONTRIBUTOR',$); #3=IFCACTORROLE(.USERDEFINED.,'CONTRIBUTOR',$);
#4=IFCTELECOMADDRESS(.USERDEFINED.,'The main webpage of the software collection.','WEBPAGE',$,$,$,$,'https://ifcopenshell.org',$); #4=IFCTELECOMADDRESS(.USERDEFINED.,'The main webpage of the software collection.','WEBPAGE',$,$,$,$,'https://ifcopenshell.org',$);
#5=IFCTELECOMADDRESS(.USERDEFINED.,'The BlenderBIM Add-on webpage of the software collection.','WEBPAGE',$,$,$,$,'https://blenderbim.org',$); #5=IFCTELECOMADDRESS(.USERDEFINED.,'The BlenderBIM Add-on webpage of the software collection.','WEBPAGE',$,$,$,$,'https://bonsaibim.org',$);
#6=IFCTELECOMADDRESS(.USERDEFINED.,'The source code repository of the software collection.','REPOSITORY',$,$,$,$,'https://github.com/IfcOpenShell/IfcOpenShell.git',$); #6=IFCTELECOMADDRESS(.USERDEFINED.,'The source code repository of the software collection.','REPOSITORY',$,$,$,$,'https://github.com/IfcOpenShell/IfcOpenShell.git',$);
#7=IFCORGANIZATION($,'IfcOpenShell','IfcOpenShell is an open source (LGPL) software library that helps users and software developers to work with the IFC file format.',(#3),(#4,#5,#6)); #7=IFCORGANIZATION($,'IfcOpenShell','IfcOpenShell is an open source (LGPL) software library that helps users and software developers to work with the IFC file format.',(#3),(#4,#5,#6));
#8=IFCAPPLICATION(#7,'0.0.999999','BlenderBIM Add-on','BlenderBIM'); #8=IFCAPPLICATION(#7,'0.0.999999','BlenderBIM Add-on','BlenderBIM');
+1 -1
View File
@@ -36,7 +36,7 @@ Languages supported include (in alphabetical order):
If you are not a developer, we highly recommend simply installing an integrated version of BIMTester. If you are not a developer, we highly recommend simply installing an integrated version of BIMTester.
* If you use Blender, install the [BlenderBIM Add-on](https://blenderbim.org) * If you use Blender, install the [Bonsai](https://bonsaibim.org)
* If you use FreeCAD, install the [FreeCAD BIMTester Workbench](https://github.com/bimtester/bimtesterfc) * If you use FreeCAD, install the [FreeCAD BIMTester Workbench](https://github.com/bimtester/bimtesterfc)
If you are a developer, read on! If you are a developer, read on!
@@ -91,7 +91,7 @@
<hr> <hr>
<footer> <footer>
<p> <p>
{{_auditing}} <a href="https://blenderbim.org/">BlenderBIM</a> {{_and}} <a href="http://ifcopenshell.org/">IfcOpenShell</a>. {{_auditing}} <a href="https://bonsaibim.org/">Bonsai</a> {{_and}} <a href="http://ifcopenshell.org/">IfcOpenShell</a>.
</p> </p>
</footer> </footer>
</body> </body>
+1 -1
View File
@@ -233,7 +233,7 @@
</div> </div>
<footer> <footer>
<p> <p>
BIMTester is built with &hearts; on the awesome <a href="http://www.ifcopenshell.org/">IfcOpenShell</a> project by <a href="https://blenderbim.org/community.html">amazing volunteers</a>. You can be one too! BIMTester is built with &hearts; on the awesome <a href="http://www.ifcopenshell.org/">IfcOpenShell</a> project by <a href="https://bonsaibim.org/community.html">amazing volunteers</a>. You can be one too!
</p> </p>
</footer> </footer>
<!-- <!--
+1 -1
View File
@@ -3,4 +3,4 @@ BlenderBIM Add-on
The BlenderBIM Add-on lets you analyse, create, and modify OpenBIM with The BlenderBIM Add-on lets you analyse, create, and modify OpenBIM with
Blender. For more information, visit the `BlenderBIM Add-on website Blender. For more information, visit the `BlenderBIM Add-on website
<https://blenderbim.org>`_. <https://bonsaibim.org>`_.
+1 -1
View File
@@ -64,7 +64,7 @@ table below.
.. _Ifc5D: ifc5d.html .. _Ifc5D: ifc5d.html
.. _IfcCityJSON: ifccityjson.html .. _IfcCityJSON: ifccityjson.html
.. _Ifc2JSON: other.html .. _Ifc2JSON: other.html
.. _BlenderBIM Add-on: https://blenderbim.org .. _Bonsai: https://bonsaibim.org
.. toctree:: .. toctree::
:hidden: :hidden:
+1 -1
View File
@@ -68,7 +68,7 @@ interface to access the IfcOpenShell utilities.
1. Install the BlenderBIM Add-on by following the `BlenderBIM Add-on 1. Install the BlenderBIM Add-on by following the `BlenderBIM Add-on
installation documentation installation documentation
<https://docs.blenderbim.org/users/installation.html>`_. <https://docs.bonsaibim.org/users/installation.html>`_.
2. Launch Blender. Change to the **Scene Properties** tab in the **Properties 2. Launch Blender. Change to the **Scene Properties** tab in the **Properties
Panel**. Scroll down to the **IFC Collaboration > IFC CSV Import / Export** Panel**. Scroll down to the **IFC Collaboration > IFC CSV Import / Export**
+1 -1
View File
@@ -43,7 +43,7 @@ interface to access the IfcOpenShell utilities.
1. Install the BlenderBIM Add-on by following the `BlenderBIM Add-on 1. Install the BlenderBIM Add-on by following the `BlenderBIM Add-on
installation documentation installation documentation
<https://docs.blenderbim.org/users/installation.html>`_. <https://docs.bonsaibim.org/users/installation.html>`_.
2. Launch Blender. Change to the **Scene Properties** tab in the **Properties 2. Launch Blender. Change to the **Scene Properties** tab in the **Properties
Panel**. Scroll down to the **IFC Quality Control > IFC Diff** panel. Panel**. Scroll down to the **IFC Quality Control > IFC Diff** panel.
@@ -195,7 +195,7 @@ The BlenderBIM Add-on is available either as a stable build or a daily build.
1. Install the BlenderBIM Add-on by following the `BlenderBIM Add-on 1. Install the BlenderBIM Add-on by following the `BlenderBIM Add-on
installation documentation installation documentation
<https://docs.blenderbim.org/users/installation.html>`_. <https://docs.bonsaibim.org/users/installation.html>`_.
2. Launch Blender. On the top left of the Viewport panel, click the **Editor 2. Launch Blender. On the top left of the Viewport panel, click the **Editor
Type** icon to change the viewport into a **Python Console**. Type** icon to change the viewport into a **Python Console**.
@@ -229,7 +229,7 @@ and run your script using the **Text > Run Script** menu or by clicking on the
Blender. This can help when learning how to write scripts as you can double Blender. This can help when learning how to write scripts as you can double
check the results of your scripts with what you see in the graphical check the results of your scripts with what you see in the graphical
interface. `Read more interface. `Read more
<https://docs.blenderbim.org/users/exploring_an_ifc_model.html>`_. <https://docs.bonsaibim.org/users/exploring_an_ifc_model.html>`_.
From source with precompiled binaries From source with precompiled binaries
------------------------------------- -------------------------------------
@@ -19,7 +19,7 @@ Addons > Install > Choose Downloaded ZIP > Enable Add-on Checkbox``. You can
enable add-ons permanently by using ``Save User Settings`` from the Addons menu. enable add-ons permanently by using ``Save User Settings`` from the Addons menu.
Before installing, you will also need to `install the BlenderBIM Add-on Before installing, you will also need to `install the BlenderBIM Add-on
<https://blenderbim.org/download.html>`__ and `install Sverchok <https://bonsaibim.org/download.html>`__ and `install Sverchok
<https://github.com/nortikin/sverchok#installation>`__. <https://github.com/nortikin/sverchok#installation>`__.
If you downloaded Blender as a ``.zip`` file without running an installer, you If you downloaded Blender as a ``.zip`` file without running an installer, you
@@ -33,7 +33,7 @@ def edit_georeferencing(
surveyor, and a third-party digital engineer with expertise in IFC to surveyor, and a third-party digital engineer with expertise in IFC to
moderate. For more information, read the BlenderBIM Add-on documentation moderate. For more information, read the BlenderBIM Add-on documentation
for Georeferencing: for Georeferencing:
https://docs.blenderbim.org/users/advanced/georeferencing.html https://docs.bonsaibim.org/users/advanced/georeferencing.html
For more information about the attributes and data types of an For more information about the attributes and data types of an
IfcCoordinateOperation, consult the IFC documentation. IfcCoordinateOperation, consult the IFC documentation.
+1 -1
View File
@@ -9,7 +9,7 @@ DATA;
#2=IFCORGANIZATION('APTR','Aperture Science',$,$,$); #2=IFCORGANIZATION('APTR','Aperture Science',$,$,$);
#3=IFCACTORROLE(.USERDEFINED.,'CONTRIBUTOR',$); #3=IFCACTORROLE(.USERDEFINED.,'CONTRIBUTOR',$);
#4=IFCTELECOMADDRESS(.USERDEFINED.,'The main webpage of the software collection.','WEBPAGE',$,$,$,$,'https://ifcopenshell.org',$); #4=IFCTELECOMADDRESS(.USERDEFINED.,'The main webpage of the software collection.','WEBPAGE',$,$,$,$,'https://ifcopenshell.org',$);
#5=IFCTELECOMADDRESS(.USERDEFINED.,'The BlenderBIM Add-on webpage of the software collection.','WEBPAGE',$,$,$,$,'https://blenderbim.org',$); #5=IFCTELECOMADDRESS(.USERDEFINED.,'The BlenderBIM Add-on webpage of the software collection.','WEBPAGE',$,$,$,$,'https://bonsaibim.org',$);
#6=IFCTELECOMADDRESS(.USERDEFINED.,'The source code repository of the software collection.','REPOSITORY',$,$,$,$,'https://github.com/IfcOpenShell/IfcOpenShell.git',$); #6=IFCTELECOMADDRESS(.USERDEFINED.,'The source code repository of the software collection.','REPOSITORY',$,$,$,$,'https://github.com/IfcOpenShell/IfcOpenShell.git',$);
#7=IFCORGANIZATION($,'IfcOpenShell','IfcOpenShell is an open source (LGPL) software library that helps users and software developers to work with the IFC file format.',(#3),(#4,#5,#6)); #7=IFCORGANIZATION($,'IfcOpenShell','IfcOpenShell is an open source (LGPL) software library that helps users and software developers to work with the IFC file format.',(#3),(#4,#5,#6));
#8=IFCAPPLICATION(#7,'0.0.999999','BlenderBIM Add-on','BlenderBIM'); #8=IFCAPPLICATION(#7,'0.0.999999','BlenderBIM Add-on','BlenderBIM');
+1 -1
View File
@@ -9,7 +9,7 @@ IfcSverchok is packaged like a regular Blender add-on, so installation is the sa
Like all Blender add-ons, they can be installed using `Edit > Preferences > Addons > Install > Choose Downloaded ZIP > Enable Add-on Checkbox`. You can enable add-ons permanently by using `Save User Settings` from the Addons menu. Like all Blender add-ons, they can be installed using `Edit > Preferences > Addons > Install > Choose Downloaded ZIP > Enable Add-on Checkbox`. You can enable add-ons permanently by using `Save User Settings` from the Addons menu.
Before installing, you will also need to [install the BlenderBIM Add-on](https://blenderbim.org/download.html) and install the latest version of [Sverchok](https://github.com/nortikin/sverchok) (v1.2). Before installing, you will also need to [install Bonsai](https://bonsaibim.org/download.html) and install the latest version of [Sverchok](https://github.com/nortikin/sverchok) (v1.2).
## Nodes ## Nodes
List of nodes that have been tested to the best of ability (nodes not listed here are not considered ready for use). If you find bugs/unexpected behaviour in any of them, please open an issue or get in touch otherwise. List of nodes that have been tested to the best of ability (nodes not listed here are not considered ready for use). If you find bugs/unexpected behaviour in any of them, please open an issue or get in touch otherwise.
@@ -229,7 +229,7 @@
<hr> <hr>
<footer> <footer>
<p> <p>
Report by the <a href="https://blenderbim.org/">BlenderBIM Add-on</a> and <a href="http://ifcopenshell.org/">IfcOpenShell</a>. Report by the <a href="https://bonsaibim.org/">Bonsai</a> and <a href="http://ifcopenshell.org/">IfcOpenShell</a>.
</p> </p>
</footer> </footer>
</body> </body>