From cc28f5a92b263e5ceacecf0848292fa7e5502f50 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 13 Aug 2024 15:47:27 +1000 Subject: [PATCH] Search replace in test dir --- src/blenderbim/test/__init__.py | 10 +++++----- src/blenderbim/test/bim/__init__.py | 10 +++++----- src/blenderbim/test/bim/bootstrap.py | 10 +++++----- src/blenderbim/test/bim/module/__init__.py | 10 +++++----- src/blenderbim/test/bim/module/drawing/__init__.py | 10 +++++----- .../test/bim/module/drawing/test_segment_clipping.py | 10 +++++----- src/blenderbim/test/bim/test_feature.py | 10 +++++----- src/blenderbim/test/core/__init__.py | 10 +++++----- src/blenderbim/test/core/bootstrap.py | 10 +++++----- src/blenderbim/test/core/test_aggregate.py | 10 +++++----- src/blenderbim/test/core/test_attribute.py | 10 +++++----- src/blenderbim/test/core/test_brick.py | 10 +++++----- src/blenderbim/test/core/test_context.py | 10 +++++----- src/blenderbim/test/core/test_debug.py | 10 +++++----- src/blenderbim/test/core/test_demo.py | 12 ++++++------ src/blenderbim/test/core/test_document.py | 10 +++++----- src/blenderbim/test/core/test_drawing.py | 10 +++++----- src/blenderbim/test/core/test_geometry.py | 10 +++++----- src/blenderbim/test/core/test_georeference.py | 10 +++++----- src/blenderbim/test/core/test_library.py | 10 +++++----- src/blenderbim/test/core/test_material.py | 10 +++++----- src/blenderbim/test/core/test_misc.py | 10 +++++----- src/blenderbim/test/core/test_nest.py | 10 +++++----- src/blenderbim/test/core/test_owner.py | 10 +++++----- src/blenderbim/test/core/test_patch.py | 10 +++++----- src/blenderbim/test/core/test_project.py | 10 +++++----- src/blenderbim/test/core/test_pset.py | 10 +++++----- src/blenderbim/test/core/test_qto.py | 10 +++++----- src/blenderbim/test/core/test_root.py | 10 +++++----- src/blenderbim/test/core/test_sequence.py | 10 +++++----- src/blenderbim/test/core/test_spatial.py | 10 +++++----- src/blenderbim/test/core/test_style.py | 10 +++++----- src/blenderbim/test/core/test_system.py | 10 +++++----- src/blenderbim/test/core/test_type.py | 10 +++++----- src/blenderbim/test/core/test_unit.py | 10 +++++----- src/blenderbim/test/tool/__init__.py | 10 +++++----- src/blenderbim/test/tool/test_aggregate.py | 10 +++++----- src/blenderbim/test/tool/test_blender.py | 10 +++++----- src/blenderbim/test/tool/test_brick.py | 10 +++++----- src/blenderbim/test/tool/test_cad.py | 10 +++++----- src/blenderbim/test/tool/test_collector.py | 10 +++++----- src/blenderbim/test/tool/test_context.py | 10 +++++----- src/blenderbim/test/tool/test_debug.py | 10 +++++----- src/blenderbim/test/tool/test_demo.py | 12 ++++++------ src/blenderbim/test/tool/test_document.py | 10 +++++----- src/blenderbim/test/tool/test_drawing.py | 10 +++++----- src/blenderbim/test/tool/test_geometry.py | 10 +++++----- src/blenderbim/test/tool/test_georeference.py | 10 +++++----- src/blenderbim/test/tool/test_ifc.py | 10 +++++----- src/blenderbim/test/tool/test_library.py | 10 +++++----- src/blenderbim/test/tool/test_loader.py | 10 +++++----- src/blenderbim/test/tool/test_material.py | 10 +++++----- src/blenderbim/test/tool/test_misc.py | 10 +++++----- src/blenderbim/test/tool/test_model.py | 10 +++++----- src/blenderbim/test/tool/test_nest.py | 10 +++++----- src/blenderbim/test/tool/test_owner.py | 10 +++++----- src/blenderbim/test/tool/test_patch.py | 10 +++++----- src/blenderbim/test/tool/test_project.py | 10 +++++----- src/blenderbim/test/tool/test_pset.py | 10 +++++----- src/blenderbim/test/tool/test_qto.py | 10 +++++----- src/blenderbim/test/tool/test_root.py | 10 +++++----- src/blenderbim/test/tool/test_spatial.py | 10 +++++----- src/blenderbim/test/tool/test_style.py | 10 +++++----- src/blenderbim/test/tool/test_surveyor.py | 10 +++++----- src/blenderbim/test/tool/test_system.py | 10 +++++----- src/blenderbim/test/tool/test_type.py | 10 +++++----- src/blenderbim/test/tool/test_unit.py | 10 +++++----- 67 files changed, 337 insertions(+), 337 deletions(-) diff --git a/src/blenderbim/test/__init__.py b/src/blenderbim/test/__init__.py index fb33323db9..fa692422fc 100644 --- a/src/blenderbim/test/__init__.py +++ b/src/blenderbim/test/__init__.py @@ -1,17 +1,17 @@ -# 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 . diff --git a/src/blenderbim/test/bim/__init__.py b/src/blenderbim/test/bim/__init__.py index fb33323db9..fa692422fc 100644 --- a/src/blenderbim/test/bim/__init__.py +++ b/src/blenderbim/test/bim/__init__.py @@ -1,17 +1,17 @@ -# 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 . diff --git a/src/blenderbim/test/bim/bootstrap.py b/src/blenderbim/test/bim/bootstrap.py index a227e7f713..001d25ec6a 100644 --- a/src/blenderbim/test/bim/bootstrap.py +++ b/src/blenderbim/test/bim/bootstrap.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 . import os diff --git a/src/blenderbim/test/bim/module/__init__.py b/src/blenderbim/test/bim/module/__init__.py index fb33323db9..fa692422fc 100644 --- a/src/blenderbim/test/bim/module/__init__.py +++ b/src/blenderbim/test/bim/module/__init__.py @@ -1,17 +1,17 @@ -# 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 . diff --git a/src/blenderbim/test/bim/module/drawing/__init__.py b/src/blenderbim/test/bim/module/drawing/__init__.py index fb33323db9..fa692422fc 100644 --- a/src/blenderbim/test/bim/module/drawing/__init__.py +++ b/src/blenderbim/test/bim/module/drawing/__init__.py @@ -1,17 +1,17 @@ -# 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 . diff --git a/src/blenderbim/test/bim/module/drawing/test_segment_clipping.py b/src/blenderbim/test/bim/module/drawing/test_segment_clipping.py index 4048a6ad23..ed1467854d 100644 --- a/src/blenderbim/test/bim/module/drawing/test_segment_clipping.py +++ b/src/blenderbim/test/bim/module/drawing/test_segment_clipping.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Maxim Vasilyev # -# 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 pytest from mathutils import Vector diff --git a/src/blenderbim/test/bim/test_feature.py b/src/blenderbim/test/bim/test_feature.py index dadc85a5a1..d95ebb7945 100644 --- a/src/blenderbim/test/bim/test_feature.py +++ b/src/blenderbim/test/bim/test_feature.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 . import os import bpy diff --git a/src/blenderbim/test/core/__init__.py b/src/blenderbim/test/core/__init__.py index fb33323db9..fa692422fc 100644 --- a/src/blenderbim/test/core/__init__.py +++ b/src/blenderbim/test/core/__init__.py @@ -1,17 +1,17 @@ -# 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 . diff --git a/src/blenderbim/test/core/bootstrap.py b/src/blenderbim/test/core/bootstrap.py index f6b36d1427..1a77630efc 100644 --- a/src/blenderbim/test/core/bootstrap.py +++ b/src/blenderbim/test/core/bootstrap.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 . import sys import json diff --git a/src/blenderbim/test/core/test_aggregate.py b/src/blenderbim/test/core/test_aggregate.py index 81e967de94..01cf03126f 100644 --- a/src/blenderbim/test/core/test_aggregate.py +++ b/src/blenderbim/test/core/test_aggregate.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 . import blenderbim.core.aggregate as subject from test.core.bootstrap import ifc, aggregate, collector diff --git a/src/blenderbim/test/core/test_attribute.py b/src/blenderbim/test/core/test_attribute.py index 8eee30531e..4dd3572aed 100644 --- a/src/blenderbim/test/core/test_attribute.py +++ b/src/blenderbim/test/core/test_attribute.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 . import blenderbim.core.attribute as subject from test.core.bootstrap import ifc diff --git a/src/blenderbim/test/core/test_brick.py b/src/blenderbim/test/core/test_brick.py index 275c8e81f9..79b88a0573 100644 --- a/src/blenderbim/test/core/test_brick.py +++ b/src/blenderbim/test/core/test_brick.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 . import blenderbim.core.brick as subject from test.core.bootstrap import ifc, brick diff --git a/src/blenderbim/test/core/test_context.py b/src/blenderbim/test/core/test_context.py index 55b2720291..fd13690183 100644 --- a/src/blenderbim/test/core/test_context.py +++ b/src/blenderbim/test/core/test_context.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 . import blenderbim.core.context as subject from test.core.bootstrap import ifc, context diff --git a/src/blenderbim/test/core/test_debug.py b/src/blenderbim/test/core/test_debug.py index 04a6895c90..35a8825944 100644 --- a/src/blenderbim/test/core/test_debug.py +++ b/src/blenderbim/test/core/test_debug.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 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 blenderbim.core.debug as subject from test.core.bootstrap import debug diff --git a/src/blenderbim/test/core/test_demo.py b/src/blenderbim/test/core/test_demo.py index f435bea39a..5052ecb750 100644 --- a/src/blenderbim/test/core/test_demo.py +++ b/src/blenderbim/test/core/test_demo.py @@ -1,24 +1,24 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 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 . # ############################################################################ # -# Hey there! Welcome to the BlenderBIM Add-on code. Please feel free to reach +# Hey there! Welcome to the Bonsai code. Please feel free to reach # out if you have any questions or need further guidance. Happy hacking! # ############################################################################ # diff --git a/src/blenderbim/test/core/test_document.py b/src/blenderbim/test/core/test_document.py index 9811c887a8..a684f3c395 100644 --- a/src/blenderbim/test/core/test_document.py +++ b/src/blenderbim/test/core/test_document.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 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 blenderbim.core.document as subject diff --git a/src/blenderbim/test/core/test_drawing.py b/src/blenderbim/test/core/test_drawing.py index cbbf5f5414..078b53ca6e 100644 --- a/src/blenderbim/test/core/test_drawing.py +++ b/src/blenderbim/test/core/test_drawing.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 . import blenderbim.core.drawing as subject from test.core.bootstrap import ifc, drawing, collector diff --git a/src/blenderbim/test/core/test_geometry.py b/src/blenderbim/test/core/test_geometry.py index c5c0b3b443..680f18a023 100644 --- a/src/blenderbim/test/core/test_geometry.py +++ b/src/blenderbim/test/core/test_geometry.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 . import blenderbim.core.geometry as subject import test.core.test_style diff --git a/src/blenderbim/test/core/test_georeference.py b/src/blenderbim/test/core/test_georeference.py index 4be06687be..b029e12b4c 100644 --- a/src/blenderbim/test/core/test_georeference.py +++ b/src/blenderbim/test/core/test_georeference.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 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 blenderbim.core.georeference as subject from test.core.bootstrap import ifc, georeference diff --git a/src/blenderbim/test/core/test_library.py b/src/blenderbim/test/core/test_library.py index 4722cde5c0..5b158eae20 100644 --- a/src/blenderbim/test/core/test_library.py +++ b/src/blenderbim/test/core/test_library.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 . import blenderbim.core.library as subject from test.core.bootstrap import ifc, library diff --git a/src/blenderbim/test/core/test_material.py b/src/blenderbim/test/core/test_material.py index 97b470f7fe..d978fa952b 100644 --- a/src/blenderbim/test/core/test_material.py +++ b/src/blenderbim/test/core/test_material.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 . import blenderbim.core.material as subject from test.core.bootstrap import ifc, material, style, spatial diff --git a/src/blenderbim/test/core/test_misc.py b/src/blenderbim/test/core/test_misc.py index 9e420c0c23..97b9ef5da2 100644 --- a/src/blenderbim/test/core/test_misc.py +++ b/src/blenderbim/test/core/test_misc.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 . import blenderbim.core.misc as subject from test.core.bootstrap import misc diff --git a/src/blenderbim/test/core/test_nest.py b/src/blenderbim/test/core/test_nest.py index 2eb0ffbc33..3cfe0de12d 100644 --- a/src/blenderbim/test/core/test_nest.py +++ b/src/blenderbim/test/core/test_nest.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 . import blenderbim.core.nest as subject from test.core.bootstrap import ifc, nest, collector diff --git a/src/blenderbim/test/core/test_owner.py b/src/blenderbim/test/core/test_owner.py index 0587e3b8cd..4d4d5d8616 100644 --- a/src/blenderbim/test/core/test_owner.py +++ b/src/blenderbim/test/core/test_owner.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 . import blenderbim.core.owner as subject diff --git a/src/blenderbim/test/core/test_patch.py b/src/blenderbim/test/core/test_patch.py index 37b8b1bbd4..44c7d6cdb5 100644 --- a/src/blenderbim/test/core/test_patch.py +++ b/src/blenderbim/test/core/test_patch.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 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 blenderbim.core.patch as subject from test.core.bootstrap import patch diff --git a/src/blenderbim/test/core/test_project.py b/src/blenderbim/test/core/test_project.py index d414bd0dca..a0652c483b 100644 --- a/src/blenderbim/test/core/test_project.py +++ b/src/blenderbim/test/core/test_project.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 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 blenderbim.core.project as subject diff --git a/src/blenderbim/test/core/test_pset.py b/src/blenderbim/test/core/test_pset.py index 7ef8cff0c4..051430230a 100644 --- a/src/blenderbim/test/core/test_pset.py +++ b/src/blenderbim/test/core/test_pset.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 . import blenderbim.core.pset as subject from test.core.bootstrap import ifc, pset diff --git a/src/blenderbim/test/core/test_qto.py b/src/blenderbim/test/core/test_qto.py index 07ca33cda5..dc31e9328a 100644 --- a/src/blenderbim/test/core/test_qto.py +++ b/src/blenderbim/test/core/test_qto.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 . import blenderbim.core.qto as subject from test.core.bootstrap import qto diff --git a/src/blenderbim/test/core/test_root.py b/src/blenderbim/test/core/test_root.py index 4f2a447ccf..be467e1d14 100644 --- a/src/blenderbim/test/core/test_root.py +++ b/src/blenderbim/test/core/test_root.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 . import blenderbim.core.root as subject import test.core.test_geometry diff --git a/src/blenderbim/test/core/test_sequence.py b/src/blenderbim/test/core/test_sequence.py index f1ee23d8ff..bca69d9351 100644 --- a/src/blenderbim/test/core/test_sequence.py +++ b/src/blenderbim/test/core/test_sequence.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 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 blenderbim.core.sequence as subject diff --git a/src/blenderbim/test/core/test_spatial.py b/src/blenderbim/test/core/test_spatial.py index 13929865e1..9becaa1570 100644 --- a/src/blenderbim/test/core/test_spatial.py +++ b/src/blenderbim/test/core/test_spatial.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 . import blenderbim.core.spatial as subject from test.core.bootstrap import ifc, collector, spatial diff --git a/src/blenderbim/test/core/test_style.py b/src/blenderbim/test/core/test_style.py index af0b2c0cc0..0d8f0c34f5 100644 --- a/src/blenderbim/test/core/test_style.py +++ b/src/blenderbim/test/core/test_style.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 . import blenderbim.core.style as subject from test.core.bootstrap import ifc, material, style, spatial diff --git a/src/blenderbim/test/core/test_system.py b/src/blenderbim/test/core/test_system.py index 2d44796538..6a92730907 100644 --- a/src/blenderbim/test/core/test_system.py +++ b/src/blenderbim/test/core/test_system.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 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 blenderbim.core.system as subject diff --git a/src/blenderbim/test/core/test_type.py b/src/blenderbim/test/core/test_type.py index ea684ee771..2033856ecb 100644 --- a/src/blenderbim/test/core/test_type.py +++ b/src/blenderbim/test/core/test_type.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 . import blenderbim.core.type as subject from test.core.bootstrap import ifc, type, geometry diff --git a/src/blenderbim/test/core/test_unit.py b/src/blenderbim/test/core/test_unit.py index fa111f6a0f..25ae0d7be0 100644 --- a/src/blenderbim/test/core/test_unit.py +++ b/src/blenderbim/test/core/test_unit.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 . import blenderbim.core.unit as subject from test.core.bootstrap import ifc, unit diff --git a/src/blenderbim/test/tool/__init__.py b/src/blenderbim/test/tool/__init__.py index fb33323db9..fa692422fc 100644 --- a/src/blenderbim/test/tool/__init__.py +++ b/src/blenderbim/test/tool/__init__.py @@ -1,17 +1,17 @@ -# 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 . diff --git a/src/blenderbim/test/tool/test_aggregate.py b/src/blenderbim/test/tool/test_aggregate.py index f2725c9370..69f06e951c 100644 --- a/src/blenderbim/test/tool/test_aggregate.py +++ b/src/blenderbim/test/tool/test_aggregate.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_blender.py b/src/blenderbim/test/tool/test_blender.py index 328363bafb..5aa4ee163e 100644 --- a/src/blenderbim/test/tool/test_blender.py +++ b/src/blenderbim/test/tool/test_blender.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_brick.py b/src/blenderbim/test/tool/test_brick.py index 67213243d7..8862ca29cd 100644 --- a/src/blenderbim/test/tool/test_brick.py +++ b/src/blenderbim/test/tool/test_brick.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 . import os import bpy diff --git a/src/blenderbim/test/tool/test_cad.py b/src/blenderbim/test/tool/test_cad.py index f359c806a9..2e97ab9c66 100644 --- a/src/blenderbim/test/tool/test_cad.py +++ b/src/blenderbim/test/tool/test_cad.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . from test.bim.bootstrap import NewFile from blenderbim.tool.cad import Cad as subject diff --git a/src/blenderbim/test/tool/test_collector.py b/src/blenderbim/test/tool/test_collector.py index a8d1fd5eb8..2470292bcb 100644 --- a/src/blenderbim/test/tool/test_collector.py +++ b/src/blenderbim/test/tool/test_collector.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_context.py b/src/blenderbim/test/tool/test_context.py index 8b8a4a3676..da162c7fa6 100644 --- a/src/blenderbim/test/tool/test_context.py +++ b/src/blenderbim/test/tool/test_context.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_debug.py b/src/blenderbim/test/tool/test_debug.py index c54aea8118..13b11a7c58 100644 --- a/src/blenderbim/test/tool/test_debug.py +++ b/src/blenderbim/test/tool/test_debug.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 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/blenderbim/test/tool/test_demo.py b/src/blenderbim/test/tool/test_demo.py index 6387c34b0a..9ed7ab6cc2 100644 --- a/src/blenderbim/test/tool/test_demo.py +++ b/src/blenderbim/test/tool/test_demo.py @@ -1,24 +1,24 @@ -# 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 . # ############################################################################ # -# Hey there! Welcome to the BlenderBIM Add-on code. Please feel free to reach +# Hey there! Welcome to the Bonsai code. Please feel free to reach # out if you have any questions or need further guidance. Happy hacking! # ############################################################################ # diff --git a/src/blenderbim/test/tool/test_document.py b/src/blenderbim/test/tool/test_document.py index 8b22ce19d0..16113af6b0 100644 --- a/src/blenderbim/test/tool/test_document.py +++ b/src/blenderbim/test/tool/test_document.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 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/blenderbim/test/tool/test_drawing.py b/src/blenderbim/test/tool/test_drawing.py index 86d6233f0a..81620a7699 100644 --- a/src/blenderbim/test/tool/test_drawing.py +++ b/src/blenderbim/test/tool/test_drawing.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 . import os from pathlib import Path diff --git a/src/blenderbim/test/tool/test_geometry.py b/src/blenderbim/test/tool/test_geometry.py index 8f0eff7673..ad6e163871 100644 --- a/src/blenderbim/test/tool/test_geometry.py +++ b/src/blenderbim/test/tool/test_geometry.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 . import bpy import math diff --git a/src/blenderbim/test/tool/test_georeference.py b/src/blenderbim/test/tool/test_georeference.py index 9515152ab3..656e21cd1b 100644 --- a/src/blenderbim/test/tool/test_georeference.py +++ b/src/blenderbim/test/tool/test_georeference.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 . import bpy import math diff --git a/src/blenderbim/test/tool/test_ifc.py b/src/blenderbim/test/tool/test_ifc.py index c1480d9bc4..0f35770c00 100644 --- a/src/blenderbim/test/tool/test_ifc.py +++ b/src/blenderbim/test/tool/test_ifc.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_library.py b/src/blenderbim/test/tool/test_library.py index 2e8915eee0..94b8d012e8 100644 --- a/src/blenderbim/test/tool/test_library.py +++ b/src/blenderbim/test/tool/test_library.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_loader.py b/src/blenderbim/test/tool/test_loader.py index b814f8149f..43f7e97089 100644 --- a/src/blenderbim/test/tool/test_loader.py +++ b/src/blenderbim/test/tool/test_loader.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 . import bpy import bmesh diff --git a/src/blenderbim/test/tool/test_material.py b/src/blenderbim/test/tool/test_material.py index a950e1b2d9..5494c4abcf 100644 --- a/src/blenderbim/test/tool/test_material.py +++ b/src/blenderbim/test/tool/test_material.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_misc.py b/src/blenderbim/test/tool/test_misc.py index bf7e0f5ce7..704768d450 100644 --- a/src/blenderbim/test/tool/test_misc.py +++ b/src/blenderbim/test/tool/test_misc.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 . import bpy import math diff --git a/src/blenderbim/test/tool/test_model.py b/src/blenderbim/test/tool/test_model.py index 206649a22d..d277f93791 100644 --- a/src/blenderbim/test/tool/test_model.py +++ b/src/blenderbim/test/tool/test_model.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 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/blenderbim/test/tool/test_nest.py b/src/blenderbim/test/tool/test_nest.py index f45a9c7556..002aa96352 100644 --- a/src/blenderbim/test/tool/test_nest.py +++ b/src/blenderbim/test/tool/test_nest.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_owner.py b/src/blenderbim/test/tool/test_owner.py index c8ec43a6bf..846209c8c0 100644 --- a/src/blenderbim/test/tool/test_owner.py +++ b/src/blenderbim/test/tool/test_owner.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_patch.py b/src/blenderbim/test/tool/test_patch.py index 6bbdcf737e..32b0915d67 100644 --- a/src/blenderbim/test/tool/test_patch.py +++ b/src/blenderbim/test/tool/test_patch.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 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/blenderbim/test/tool/test_project.py b/src/blenderbim/test/tool/test_project.py index feb3fb1607..c57dca4f09 100644 --- a/src/blenderbim/test/tool/test_project.py +++ b/src/blenderbim/test/tool/test_project.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_pset.py b/src/blenderbim/test/tool/test_pset.py index f7c0effbd9..1ad85dab5d 100644 --- a/src/blenderbim/test/tool/test_pset.py +++ b/src/blenderbim/test/tool/test_pset.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_qto.py b/src/blenderbim/test/tool/test_qto.py index 5cd6720ba8..424ce7a133 100644 --- a/src/blenderbim/test/tool/test_qto.py +++ b/src/blenderbim/test/tool/test_qto.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_root.py b/src/blenderbim/test/tool/test_root.py index 7e0e40fed4..30ff434e27 100644 --- a/src/blenderbim/test/tool/test_root.py +++ b/src/blenderbim/test/tool/test_root.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_spatial.py b/src/blenderbim/test/tool/test_spatial.py index a048ada2c3..269a0fe1ee 100644 --- a/src/blenderbim/test/tool/test_spatial.py +++ b/src/blenderbim/test/tool/test_spatial.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_style.py b/src/blenderbim/test/tool/test_style.py index 31ba5026e7..34ae230677 100644 --- a/src/blenderbim/test/tool/test_style.py +++ b/src/blenderbim/test/tool/test_style.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 . import os import bpy diff --git a/src/blenderbim/test/tool/test_surveyor.py b/src/blenderbim/test/tool/test_surveyor.py index 25cab8a5a1..abd506751f 100644 --- a/src/blenderbim/test/tool/test_surveyor.py +++ b/src/blenderbim/test/tool/test_surveyor.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 . import bpy import numpy as np diff --git a/src/blenderbim/test/tool/test_system.py b/src/blenderbim/test/tool/test_system.py index ca5bf4023c..87219afcdb 100644 --- a/src/blenderbim/test/tool/test_system.py +++ b/src/blenderbim/test/tool/test_system.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 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/blenderbim/test/tool/test_type.py b/src/blenderbim/test/tool/test_type.py index 4feac9d5a9..387282b395 100644 --- a/src/blenderbim/test/tool/test_type.py +++ b/src/blenderbim/test/tool/test_type.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 . import bpy import ifcopenshell diff --git a/src/blenderbim/test/tool/test_unit.py b/src/blenderbim/test/tool/test_unit.py index 9a256bfccc..23eb445ca9 100644 --- a/src/blenderbim/test/tool/test_unit.py +++ b/src/blenderbim/test/tool/test_unit.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 . import bpy import ifcopenshell