diff --git a/src/bonsai/Makefile b/src/bonsai/Makefile index 9c53d9f85b..3069010a87 100644 --- a/src/bonsai/Makefile +++ b/src/bonsai/Makefile @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020-2023 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . PYTHON:=python3.11 PIP:=pip3.11 diff --git a/src/bonsai/bonsai/bim/data/assets/default.css b/src/bonsai/bonsai/bim/data/assets/default.css index 861b8ba3ba..1070bc8e91 100644 --- a/src/bonsai/bonsai/bim/data/assets/default.css +++ b/src/bonsai/bonsai/bim/data/assets/default.css @@ -1,21 +1,21 @@ /* - * BlenderBIM Add-on - OpenBIM Blender Add-on + * Bonsai - OpenBIM Blender Add-on * Copyright (C) 2020, 2021 Dion Moult * - * This file is part of BlenderBIM Add-on. + * This file is part of Bonsai. * - * BlenderBIM Add-on is free software: you can redistribute it and/or modify + * Bonsai is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * BlenderBIM Add-on is distributed in the hope that it will be useful, + * Bonsai is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY, without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with BlenderBIM Add-on. If not, see . + * long with Bonsai. If not, see . */ * { stroke-linecap: round; stroke-linejoin: round; } diff --git a/src/bonsai/bonsai/bim/data/assets/sample.css b/src/bonsai/bonsai/bim/data/assets/sample.css index 6b280509a4..5d39014cf5 100644 --- a/src/bonsai/bonsai/bim/data/assets/sample.css +++ b/src/bonsai/bonsai/bim/data/assets/sample.css @@ -1,21 +1,21 @@ /* - * BlenderBIM Add-on - OpenBIM Blender Add-on + * Bonsai - OpenBIM Blender Add-on * Copyright (C) 2020, 2021 Dion Moult * - * This file is part of BlenderBIM Add-on. + * This file is part of Bonsai. * - * BlenderBIM Add-on is free software: you can redistribute it and/or modify + * Bonsai is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * BlenderBIM Add-on is distributed in the hope that it will be useful, + * Bonsai is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY, without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with BlenderBIM Add-on. If not, see . + * long with Bonsai. If not, see . */ .cut { fill: white; stroke: black; stroke-linecap: 'round'; stroke-width: 0.35; } diff --git a/src/bonsai/bonsai/bim/data/assets/schedule.css b/src/bonsai/bonsai/bim/data/assets/schedule.css index af51dd6696..14ec06ce5b 100644 --- a/src/bonsai/bonsai/bim/data/assets/schedule.css +++ b/src/bonsai/bonsai/bim/data/assets/schedule.css @@ -1,21 +1,21 @@ /* - * BlenderBIM Add-on - OpenBIM Blender Add-on + * Bonsai - OpenBIM Blender Add-on * Copyright (C) 2020, 2021 Dion Moult * - * This file is part of BlenderBIM Add-on. + * This file is part of Bonsai. * - * BlenderBIM Add-on is free software: you can redistribute it and/or modify + * Bonsai is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * BlenderBIM Add-on is distributed in the hope that it will be useful, + * Bonsai is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY, without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with BlenderBIM Add-on. If not, see . + * long with Bonsai. If not, see . */ /** diff --git a/src/bonsai/docs/conf.py b/src/bonsai/docs/conf.py index b113508d98..243b012ce0 100644 --- a/src/bonsai/docs/conf.py +++ b/src/bonsai/docs/conf.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . # Configuration file for the Sphinx documentation builder. # diff --git a/src/bonsai/runpytest.py b/src/bonsai/runpytest.py index c061734528..f9a55fdc27 100755 --- a/src/bonsai/runpytest.py +++ b/src/bonsai/runpytest.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . """ Requires pytest installed under blender diff --git a/src/bonsai/scripts/dxf2ifc.py b/src/bonsai/scripts/dxf2ifc.py index 58e3c9db80..62e3b2d708 100644 --- a/src/bonsai/scripts/dxf2ifc.py +++ b/src/bonsai/scripts/dxf2ifc.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . import ifcopenshell import ifcopenshell.guid diff --git a/src/bonsai/scripts/extract.py b/src/bonsai/scripts/extract.py index c97a95f5c1..11c5a17833 100644 --- a/src/bonsai/scripts/extract.py +++ b/src/bonsai/scripts/extract.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . import xml.sax, json, copy, pathlib from bs4 import BeautifulSoup diff --git a/src/bonsai/scripts/gbxml.py b/src/bonsai/scripts/gbxml.py index 17e17be258..3b8c3542cb 100644 --- a/src/bonsai/scripts/gbxml.py +++ b/src/bonsai/scripts/gbxml.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . import bpy import uuid diff --git a/src/bonsai/scripts/generate_au_library.py b/src/bonsai/scripts/generate_au_library.py index 3e20808f75..291be2ab5e 100644 --- a/src/bonsai/scripts/generate_au_library.py +++ b/src/bonsai/scripts/generate_au_library.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . # fmt: off # pylint: skip-file diff --git a/src/bonsai/scripts/generate_demo_library.py b/src/bonsai/scripts/generate_demo_library.py index 8a9242f256..749daf2140 100644 --- a/src/bonsai/scripts/generate_demo_library.py +++ b/src/bonsai/scripts/generate_demo_library.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . import bpy import ifcopenshell diff --git a/src/bonsai/scripts/generate_entourage_library.py b/src/bonsai/scripts/generate_entourage_library.py index 69476454e8..d5766aee38 100644 --- a/src/bonsai/scripts/generate_entourage_library.py +++ b/src/bonsai/scripts/generate_entourage_library.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2024 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . import os import bpy diff --git a/src/bonsai/scripts/generate_furniture_library.py b/src/bonsai/scripts/generate_furniture_library.py index 486fe8494c..0a6168cbf8 100644 --- a/src/bonsai/scripts/generate_furniture_library.py +++ b/src/bonsai/scripts/generate_furniture_library.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 @Andrej730 # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . import ifcopenshell import ifcopenshell.api diff --git a/src/bonsai/scripts/generate_landscape_library.py b/src/bonsai/scripts/generate_landscape_library.py index 526b0b3a9c..262ee65ec4 100644 --- a/src/bonsai/scripts/generate_landscape_library.py +++ b/src/bonsai/scripts/generate_landscape_library.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2024 @Andrej730 # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . import os import bpy diff --git a/src/bonsai/scripts/generate_site_library.py b/src/bonsai/scripts/generate_site_library.py index 82cc413372..cd845d08c5 100644 --- a/src/bonsai/scripts/generate_site_library.py +++ b/src/bonsai/scripts/generate_site_library.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . import bpy import ifcopenshell diff --git a/src/bonsai/scripts/generate_steel_profiles_library.py b/src/bonsai/scripts/generate_steel_profiles_library.py index 7eeabbd5ce..6ad0b1352c 100644 --- a/src/bonsai/scripts/generate_steel_profiles_library.py +++ b/src/bonsai/scripts/generate_steel_profiles_library.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 @Andrej730 # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . # fmt: off # pylint: skip-file diff --git a/src/bonsai/scripts/generate_util_type_json.py b/src/bonsai/scripts/generate_util_type_json.py index 41d0431cda..f48b35dcbf 100644 --- a/src/bonsai/scripts/generate_util_type_json.py +++ b/src/bonsai/scripts/generate_util_type_json.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021, 2023 Dion Moult , @Andrej730 # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . # See bug #1300. Dodgy quick results that we should rebuild later. import json diff --git a/src/bonsai/scripts/geonodes_modifier_prototype.py b/src/bonsai/scripts/geonodes_modifier_prototype.py index 77b7b660a6..2b288dcb09 100644 --- a/src/bonsai/scripts/geonodes_modifier_prototype.py +++ b/src/bonsai/scripts/geonodes_modifier_prototype.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2023 @Andrej730 # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . import ifcopenshell diff --git a/src/bonsai/scripts/getIfcElements.py b/src/bonsai/scripts/getIfcElements.py index a62d91ca4e..335260f7e9 100644 --- a/src/bonsai/scripts/getIfcElements.py +++ b/src/bonsai/scripts/getIfcElements.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . """This script converts the computer iterpretable listing ifcXML XSD into a JSON file""" diff --git a/src/bonsai/scripts/get_description.py b/src/bonsai/scripts/get_description.py index 6e7a58975b..cd8c8ef3a6 100644 --- a/src/bonsai/scripts/get_description.py +++ b/src/bonsai/scripts/get_description.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . import os import re diff --git a/src/bonsai/scripts/get_volume_by_material.py b/src/bonsai/scripts/get_volume_by_material.py index dfb96d700c..2f81862990 100644 --- a/src/bonsai/scripts/get_volume_by_material.py +++ b/src/bonsai/scripts/get_volume_by_material.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . import bpy import bmesh diff --git a/src/bonsai/scripts/obj2ifc-meshlab.py b/src/bonsai/scripts/obj2ifc-meshlab.py index f1ac00543c..9b9a367c78 100644 --- a/src/bonsai/scripts/obj2ifc-meshlab.py +++ b/src/bonsai/scripts/obj2ifc-meshlab.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2021 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . # This can be packaged with `pyinstaller --onefile --hidden-import numpy --collect-all ifcopenshell --clean obj2ifc.py` diff --git a/src/bonsai/scripts/obj2ifc.py b/src/bonsai/scripts/obj2ifc.py index 9f64ab8dd8..af08a32248 100644 --- a/src/bonsai/scripts/obj2ifc.py +++ b/src/bonsai/scripts/obj2ifc.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2021 Dion Moult # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . # This can be packaged with `pyinstaller --onefile --hidden-import numpy --collect-all ifcopenshell --clean obj2ifc.py` diff --git a/src/bonsai/scripts/setup_pytest.py b/src/bonsai/scripts/setup_pytest.py index f8b1c9f571..25a58fa3c7 100644 --- a/src/bonsai/scripts/setup_pytest.py +++ b/src/bonsai/scripts/setup_pytest.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2021 Nathan Hild # -# This file is part of BlenderBIM Add-on. +# This file is part of Bonsai. # -# BlenderBIM Add-on is free software: you can redistribute it and/or modify +# Bonsai is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# BlenderBIM Add-on is distributed in the hope that it will be useful, +# Bonsai is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with BlenderBIM Add-on. If not, see . +# along with Bonsai. If not, see . import sys import subprocess diff --git a/src/bonsai/test/files/sample-ids.xml b/src/bonsai/test/files/sample-ids.xml index 4b7ee8c15c..2d93860082 100644 --- a/src/bonsai/test/files/sample-ids.xml +++ b/src/bonsai/test/files/sample-ids.xml @@ -1,22 +1,22 @@