diff --git a/src/blenderbim/blenderbim/__init__.py b/src/blenderbim/blenderbim/__init__.py index 10bcee7006..af11471cb0 100644 --- a/src/blenderbim/blenderbim/__init__.py +++ b/src/blenderbim/blenderbim/__init__.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 sys @@ -276,7 +276,7 @@ if IN_BLENDER: print(last_error) print(format_debug_info(get_debug_info())) - print("\nFATAL ERROR: Unable to load the BlenderBIM Add-on") + print("\nFATAL ERROR: Unable to load Bonsai") class BIM_PT_fatal_error(bpy.types.Panel): bl_label = "BlenderBIM Fatal Error" diff --git a/src/blenderbim/blenderbim/bim/__init__.py b/src/blenderbim/blenderbim/bim/__init__.py index d5f356d205..7e0329d3c4 100644 --- a/src/blenderbim/blenderbim/bim/__init__.py +++ b/src/blenderbim/blenderbim/bim/__init__.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 bpy diff --git a/src/blenderbim/blenderbim/bim/export_ifc.py b/src/blenderbim/blenderbim/bim/export_ifc.py index 61b7ecb834..13d726a6d2 100644 --- a/src/blenderbim/blenderbim/bim/export_ifc.py +++ b/src/blenderbim/blenderbim/bim/export_ifc.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 . from __future__ import annotations import os diff --git a/src/blenderbim/blenderbim/bim/handler.py b/src/blenderbim/blenderbim/bim/handler.py index 544b5b7cb6..5261069b98 100644 --- a/src/blenderbim/blenderbim/bim/handler.py +++ b/src/blenderbim/blenderbim/bim/handler.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 bpy @@ -234,7 +234,7 @@ def get_application(ifc: ifcopenshell.file) -> ifcopenshell.entity_instance: "owner.add_application", ifc, version=version, - application_full_name="BlenderBIM Add-on", + application_full_name="Bonsai", application_identifier="BlenderBIM", ) diff --git a/src/blenderbim/blenderbim/bim/helper.py b/src/blenderbim/blenderbim/bim/helper.py index 47e207c708..be0603be0e 100644 --- a/src/blenderbim/blenderbim/bim/helper.py +++ b/src/blenderbim/blenderbim/bim/helper.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 . # from datetime import date import bpy diff --git a/src/blenderbim/blenderbim/bim/ifc.py b/src/blenderbim/blenderbim/bim/ifc.py index eff273b1b6..b90e1a205e 100644 --- a/src/blenderbim/blenderbim/bim/ifc.py +++ b/src/blenderbim/blenderbim/bim/ifc.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021, 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/blenderbim/bim/import_ifc.py b/src/blenderbim/blenderbim/bim/import_ifc.py index 4550d12ade..288619f92c 100644 --- a/src/blenderbim/blenderbim/bim/import_ifc.py +++ b/src/blenderbim/blenderbim/bim/import_ifc.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 . from __future__ import annotations import bpy diff --git a/src/blenderbim/blenderbim/bim/module/__init__.py b/src/blenderbim/blenderbim/bim/module/__init__.py index 1498d0279b..25cf3753b3 100644 --- a/src/blenderbim/blenderbim/bim/module/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/__init__.py @@ -1,17 +1,17 @@ -# 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 . diff --git a/src/blenderbim/blenderbim/bim/module/aggregate/__init__.py b/src/blenderbim/blenderbim/bim/module/aggregate/__init__.py index bdb4992248..774117c582 100644 --- a/src/blenderbim/blenderbim/bim/module/aggregate/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/aggregate/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/aggregate/data.py b/src/blenderbim/blenderbim/bim/module/aggregate/data.py index 41d16fdd9a..ba8be5f253 100644 --- a/src/blenderbim/blenderbim/bim/module/aggregate/data.py +++ b/src/blenderbim/blenderbim/bim/module/aggregate/data.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/aggregate/operator.py b/src/blenderbim/blenderbim/bim/module/aggregate/operator.py index 5ed7aa7e18..63383077e8 100644 --- a/src/blenderbim/blenderbim/bim/module/aggregate/operator.py +++ b/src/blenderbim/blenderbim/bim/module/aggregate/operator.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/blenderbim/blenderbim/bim/module/aggregate/prop.py b/src/blenderbim/blenderbim/bim/module/aggregate/prop.py index 852eee7abf..a139a76615 100644 --- a/src/blenderbim/blenderbim/bim/module/aggregate/prop.py +++ b/src/blenderbim/blenderbim/bim/module/aggregate/prop.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 from blenderbim.bim.prop import StrProperty, Attribute diff --git a/src/blenderbim/blenderbim/bim/module/aggregate/ui.py b/src/blenderbim/blenderbim/bim/module/aggregate/ui.py index aa52504670..83abe12f46 100644 --- a/src/blenderbim/blenderbim/bim/module/aggregate/ui.py +++ b/src/blenderbim/blenderbim/bim/module/aggregate/ui.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 . from bpy.types import Panel from blenderbim.bim.module.aggregate.data import AggregateData diff --git a/src/blenderbim/blenderbim/bim/module/attribute/__init__.py b/src/blenderbim/blenderbim/bim/module/attribute/__init__.py index cfe35505b5..b6c7a846dc 100644 --- a/src/blenderbim/blenderbim/bim/module/attribute/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/attribute/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/attribute/data.py b/src/blenderbim/blenderbim/bim/module/attribute/data.py index 955a4f8927..117788146c 100644 --- a/src/blenderbim/blenderbim/bim/module/attribute/data.py +++ b/src/blenderbim/blenderbim/bim/module/attribute/data.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/blenderbim/bim/module/attribute/operator.py b/src/blenderbim/blenderbim/bim/module/attribute/operator.py index d7b1331beb..a09f758749 100644 --- a/src/blenderbim/blenderbim/bim/module/attribute/operator.py +++ b/src/blenderbim/blenderbim/bim/module/attribute/operator.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 json diff --git a/src/blenderbim/blenderbim/bim/module/attribute/prop.py b/src/blenderbim/blenderbim/bim/module/attribute/prop.py index 35391fc321..cb07b8e8b1 100644 --- a/src/blenderbim/blenderbim/bim/module/attribute/prop.py +++ b/src/blenderbim/blenderbim/bim/module/attribute/prop.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 from blenderbim.bim.ifc import IfcStore diff --git a/src/blenderbim/blenderbim/bim/module/attribute/ui.py b/src/blenderbim/blenderbim/bim/module/attribute/ui.py index f4eadf7eac..5dce3a8eca 100644 --- a/src/blenderbim/blenderbim/bim/module/attribute/ui.py +++ b/src/blenderbim/blenderbim/bim/module/attribute/ui.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 blenderbim.bim.helper from bpy.types import Panel diff --git a/src/blenderbim/blenderbim/bim/module/augin/__init__.py b/src/blenderbim/blenderbim/bim/module/augin/__init__.py index d34dd212ef..8b8009c4e6 100644 --- a/src/blenderbim/blenderbim/bim/module/augin/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/augin/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/augin/operator.py b/src/blenderbim/blenderbim/bim/module/augin/operator.py index adeb2cf207..afad9f96e2 100644 --- a/src/blenderbim/blenderbim/bim/module/augin/operator.py +++ b/src/blenderbim/blenderbim/bim/module/augin/operator.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/augin/prop.py b/src/blenderbim/blenderbim/bim/module/augin/prop.py index 3424ac09b8..9878909eb0 100644 --- a/src/blenderbim/blenderbim/bim/module/augin/prop.py +++ b/src/blenderbim/blenderbim/bim/module/augin/prop.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.props import bpy.types diff --git a/src/blenderbim/blenderbim/bim/module/augin/ui.py b/src/blenderbim/blenderbim/bim/module/augin/ui.py index 5f19989a9a..0da722f7a6 100644 --- a/src/blenderbim/blenderbim/bim/module/augin/ui.py +++ b/src/blenderbim/blenderbim/bim/module/augin/ui.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.types diff --git a/src/blenderbim/blenderbim/bim/module/bcf/__init__.py b/src/blenderbim/blenderbim/bim/module/bcf/__init__.py index 76f4dbb5c0..9567879af3 100644 --- a/src/blenderbim/blenderbim/bim/module/bcf/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/bcf/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/bcf/bcfstore.py b/src/blenderbim/blenderbim/bim/module/bcf/bcfstore.py index 3b7e39e92e..659a366970 100644 --- a/src/blenderbim/blenderbim/bim/module/bcf/bcfstore.py +++ b/src/blenderbim/blenderbim/bim/module/bcf/bcfstore.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/bcf/operator.py b/src/blenderbim/blenderbim/bim/module/bcf/operator.py index 4d4d4fc0f8..04746165be 100644 --- a/src/blenderbim/blenderbim/bim/module/bcf/operator.py +++ b/src/blenderbim/blenderbim/bim/module/bcf/operator.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/bcf/prop.py b/src/blenderbim/blenderbim/bim/module/bcf/prop.py index 9576d9528d..7a88d29521 100644 --- a/src/blenderbim/blenderbim/bim/module/bcf/prop.py +++ b/src/blenderbim/blenderbim/bim/module/bcf/prop.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 from . import bcfstore diff --git a/src/blenderbim/blenderbim/bim/module/bcf/ui.py b/src/blenderbim/blenderbim/bim/module/bcf/ui.py index f088890580..d0a77a0ad5 100644 --- a/src/blenderbim/blenderbim/bim/module/bcf/ui.py +++ b/src/blenderbim/blenderbim/bim/module/bcf/ui.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/boundary/__init__.py b/src/blenderbim/blenderbim/bim/module/boundary/__init__.py index 02537d043d..4c29b6554b 100644 --- a/src/blenderbim/blenderbim/bim/module/boundary/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/boundary/__init__.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 from . import ui, operator, prop diff --git a/src/blenderbim/blenderbim/bim/module/boundary/data.py b/src/blenderbim/blenderbim/bim/module/boundary/data.py index 8edbba38a0..f03fe8b2b5 100644 --- a/src/blenderbim/blenderbim/bim/module/boundary/data.py +++ b/src/blenderbim/blenderbim/bim/module/boundary/data.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy import blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/boundary/decorator.py b/src/blenderbim/blenderbim/bim/module/boundary/decorator.py index ce70cc23c9..4298bd1f5d 100644 --- a/src/blenderbim/blenderbim/bim/module/boundary/decorator.py +++ b/src/blenderbim/blenderbim/bim/module/boundary/decorator.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import gpu import bmesh diff --git a/src/blenderbim/blenderbim/bim/module/boundary/operator.py b/src/blenderbim/blenderbim/bim/module/boundary/operator.py index e325674e11..9673202848 100644 --- a/src/blenderbim/blenderbim/bim/module/boundary/operator.py +++ b/src/blenderbim/blenderbim/bim/module/boundary/operator.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021, 2022 Cyril Waechter # -# 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/blenderbim/bim/module/boundary/prop.py b/src/blenderbim/blenderbim/bim/module/boundary/prop.py index 11ffa39706..aea588ee2f 100644 --- a/src/blenderbim/blenderbim/bim/module/boundary/prop.py +++ b/src/blenderbim/blenderbim/bim/module/boundary/prop.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 from bpy.types import PropertyGroup diff --git a/src/blenderbim/blenderbim/bim/module/boundary/ui.py b/src/blenderbim/blenderbim/bim/module/boundary/ui.py index fada4c0ca3..dd04eab93a 100644 --- a/src/blenderbim/blenderbim/bim/module/boundary/ui.py +++ b/src/blenderbim/blenderbim/bim/module/boundary/ui.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 blenderbim.bim.helper diff --git a/src/blenderbim/blenderbim/bim/module/brick/__init__.py b/src/blenderbim/blenderbim/bim/module/brick/__init__.py index 3908ee88a7..6f5077f767 100644 --- a/src/blenderbim/blenderbim/bim/module/brick/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/brick/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/brick/data.py b/src/blenderbim/blenderbim/bim/module/brick/data.py index 66ca14104f..7e72f691e0 100644 --- a/src/blenderbim/blenderbim/bim/module/brick/data.py +++ b/src/blenderbim/blenderbim/bim/module/brick/data.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/brick/operator.py b/src/blenderbim/blenderbim/bim/module/brick/operator.py index efd58c3e64..50060994b9 100644 --- a/src/blenderbim/blenderbim/bim/module/brick/operator.py +++ b/src/blenderbim/blenderbim/bim/module/brick/operator.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/blenderbim/bim/module/brick/prop.py b/src/blenderbim/blenderbim/bim/module/brick/prop.py index e419271cc1..7870468208 100644 --- a/src/blenderbim/blenderbim/bim/module/brick/prop.py +++ b/src/blenderbim/blenderbim/bim/module/brick/prop.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 from blenderbim.bim.module.brick.data import BrickschemaData, BrickschemaReferencesData diff --git a/src/blenderbim/blenderbim/bim/module/brick/ui.py b/src/blenderbim/blenderbim/bim/module/brick/ui.py index 8b2081310f..c76e2176ae 100644 --- a/src/blenderbim/blenderbim/bim/module/brick/ui.py +++ b/src/blenderbim/blenderbim/bim/module/brick/ui.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.tool as tool from bpy.types import Panel, UIList diff --git a/src/blenderbim/blenderbim/bim/module/bsdd/__init__.py b/src/blenderbim/blenderbim/bim/module/bsdd/__init__.py index fd521a6a45..ffa451915b 100644 --- a/src/blenderbim/blenderbim/bim/module/bsdd/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/bsdd/__init__.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/bsdd/operator.py b/src/blenderbim/blenderbim/bim/module/bsdd/operator.py index 42963e756c..33cd06cb91 100644 --- a/src/blenderbim/blenderbim/bim/module/bsdd/operator.py +++ b/src/blenderbim/blenderbim/bim/module/bsdd/operator.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy import bsdd diff --git a/src/blenderbim/blenderbim/bim/module/bsdd/prop.py b/src/blenderbim/blenderbim/bim/module/bsdd/prop.py index 0d3aa18969..dca8683245 100644 --- a/src/blenderbim/blenderbim/bim/module/bsdd/prop.py +++ b/src/blenderbim/blenderbim/bim/module/bsdd/prop.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy from bpy.types import PropertyGroup diff --git a/src/blenderbim/blenderbim/bim/module/bsdd/ui.py b/src/blenderbim/blenderbim/bim/module/bsdd/ui.py index 11d497e555..96b74ee85f 100644 --- a/src/blenderbim/blenderbim/bim/module/bsdd/ui.py +++ b/src/blenderbim/blenderbim/bim/module/bsdd/ui.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import blenderbim.tool as tool from bpy.types import Panel, UIList diff --git a/src/blenderbim/blenderbim/bim/module/cad/__init__.py b/src/blenderbim/blenderbim/bim/module/cad/__init__.py index 217528a574..3f0ac8e336 100644 --- a/src/blenderbim/blenderbim/bim/module/cad/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/cad/__init__.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 from . import operator, prop, workspace diff --git a/src/blenderbim/blenderbim/bim/module/cad/operator.py b/src/blenderbim/blenderbim/bim/module/cad/operator.py index 61d00c680f..94117289db 100644 --- a/src/blenderbim/blenderbim/bim/module/cad/operator.py +++ b/src/blenderbim/blenderbim/bim/module/cad/operator.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 math diff --git a/src/blenderbim/blenderbim/bim/module/cad/prop.py b/src/blenderbim/blenderbim/bim/module/cad/prop.py index ed795a74aa..e7fd36d1f6 100644 --- a/src/blenderbim/blenderbim/bim/module/cad/prop.py +++ b/src/blenderbim/blenderbim/bim/module/cad/prop.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 from blenderbim.bim.module.model.data import AuthoringData diff --git a/src/blenderbim/blenderbim/bim/module/cad/workspace.py b/src/blenderbim/blenderbim/bim/module/cad/workspace.py index e5b8e33d0a..884642b616 100644 --- a/src/blenderbim/blenderbim/bim/module/cad/workspace.py +++ b/src/blenderbim/blenderbim/bim/module/cad/workspace.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/blenderbim/bim/module/clash/__init__.py b/src/blenderbim/blenderbim/bim/module/clash/__init__.py index b87fb8c3ff..fa6acf5b47 100644 --- a/src/blenderbim/blenderbim/bim/module/clash/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/clash/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/clash/data.py b/src/blenderbim/blenderbim/bim/module/clash/data.py index 7f61222f7b..333658f63e 100644 --- a/src/blenderbim/blenderbim/bim/module/clash/data.py +++ b/src/blenderbim/blenderbim/bim/module/clash/data.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 bpy import json diff --git a/src/blenderbim/blenderbim/bim/module/clash/decorator.py b/src/blenderbim/blenderbim/bim/module/clash/decorator.py index b7d5806741..3b348bf521 100644 --- a/src/blenderbim/blenderbim/bim/module/clash/decorator.py +++ b/src/blenderbim/blenderbim/bim/module/clash/decorator.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 blf import gpu diff --git a/src/blenderbim/blenderbim/bim/module/clash/operator.py b/src/blenderbim/blenderbim/bim/module/clash/operator.py index bd9d99a741..890c7ce11e 100644 --- a/src/blenderbim/blenderbim/bim/module/clash/operator.py +++ b/src/blenderbim/blenderbim/bim/module/clash/operator.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/clash/prop.py b/src/blenderbim/blenderbim/bim/module/clash/prop.py index 0f7e7c2275..b2a84a5d3f 100644 --- a/src/blenderbim/blenderbim/bim/module/clash/prop.py +++ b/src/blenderbim/blenderbim/bim/module/clash/prop.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 from blenderbim.bim.prop import StrProperty, Attribute, BIMFilterGroup diff --git a/src/blenderbim/blenderbim/bim/module/clash/ui.py b/src/blenderbim/blenderbim/bim/module/clash/ui.py index d5322a568b..852498ba0a 100644 --- a/src/blenderbim/blenderbim/bim/module/clash/ui.py +++ b/src/blenderbim/blenderbim/bim/module/clash/ui.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 blenderbim.bim.helper diff --git a/src/blenderbim/blenderbim/bim/module/classification/__init__.py b/src/blenderbim/blenderbim/bim/module/classification/__init__.py index db84b2b3a4..ff29167c68 100644 --- a/src/blenderbim/blenderbim/bim/module/classification/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/classification/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/classification/data.py b/src/blenderbim/blenderbim/bim/module/classification/data.py index 942ae6809d..ff0d5246f0 100644 --- a/src/blenderbim/blenderbim/bim/module/classification/data.py +++ b/src/blenderbim/blenderbim/bim/module/classification/data.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/blenderbim/bim/module/classification/operator.py b/src/blenderbim/blenderbim/bim/module/classification/operator.py index be5ce41c71..34feee30eb 100644 --- a/src/blenderbim/blenderbim/bim/module/classification/operator.py +++ b/src/blenderbim/blenderbim/bim/module/classification/operator.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020-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 json diff --git a/src/blenderbim/blenderbim/bim/module/classification/prop.py b/src/blenderbim/blenderbim/bim/module/classification/prop.py index d2a6282d40..9679c87c94 100644 --- a/src/blenderbim/blenderbim/bim/module/classification/prop.py +++ b/src/blenderbim/blenderbim/bim/module/classification/prop.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 blenderbim.bim.helper diff --git a/src/blenderbim/blenderbim/bim/module/classification/ui.py b/src/blenderbim/blenderbim/bim/module/classification/ui.py index cdc2ef3356..bbbeb1ecb6 100644 --- a/src/blenderbim/blenderbim/bim/module/classification/ui.py +++ b/src/blenderbim/blenderbim/bim/module/classification/ui.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 blenderbim.bim.helper import blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/constraint/__init__.py b/src/blenderbim/blenderbim/bim/module/constraint/__init__.py index 97c7dc78c6..54b5183023 100644 --- a/src/blenderbim/blenderbim/bim/module/constraint/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/constraint/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/constraint/data.py b/src/blenderbim/blenderbim/bim/module/constraint/data.py index 940df4fb7c..6c57e115eb 100644 --- a/src/blenderbim/blenderbim/bim/module/constraint/data.py +++ b/src/blenderbim/blenderbim/bim/module/constraint/data.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy import blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/constraint/operator.py b/src/blenderbim/blenderbim/bim/module/constraint/operator.py index f461554c49..abcad1a6be 100644 --- a/src/blenderbim/blenderbim/bim/module/constraint/operator.py +++ b/src/blenderbim/blenderbim/bim/module/constraint/operator.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 json diff --git a/src/blenderbim/blenderbim/bim/module/constraint/prop.py b/src/blenderbim/blenderbim/bim/module/constraint/prop.py index 7f9fe99a13..ae5476c337 100644 --- a/src/blenderbim/blenderbim/bim/module/constraint/prop.py +++ b/src/blenderbim/blenderbim/bim/module/constraint/prop.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 from ifcopenshell.util.doc import get_entity_doc diff --git a/src/blenderbim/blenderbim/bim/module/constraint/ui.py b/src/blenderbim/blenderbim/bim/module/constraint/ui.py index 8b53f20b9c..811a8ec4ff 100644 --- a/src/blenderbim/blenderbim/bim/module/constraint/ui.py +++ b/src/blenderbim/blenderbim/bim/module/constraint/ui.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 . from bpy.types import Panel, UIList from blenderbim.bim.ifc import IfcStore diff --git a/src/blenderbim/blenderbim/bim/module/context/__init__.py b/src/blenderbim/blenderbim/bim/module/context/__init__.py index 4915e3157e..65665ae290 100644 --- a/src/blenderbim/blenderbim/bim/module/context/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/context/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/context/data.py b/src/blenderbim/blenderbim/bim/module/context/data.py index b51c67a62d..9af3aebce7 100644 --- a/src/blenderbim/blenderbim/bim/module/context/data.py +++ b/src/blenderbim/blenderbim/bim/module/context/data.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/context/operator.py b/src/blenderbim/blenderbim/bim/module/context/operator.py index fd15c1933d..bf8ef33aec 100644 --- a/src/blenderbim/blenderbim/bim/module/context/operator.py +++ b/src/blenderbim/blenderbim/bim/module/context/operator.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/context/prop.py b/src/blenderbim/blenderbim/bim/module/context/prop.py index b37cca9c19..7f2e9b980c 100644 --- a/src/blenderbim/blenderbim/bim/module/context/prop.py +++ b/src/blenderbim/blenderbim/bim/module/context/prop.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 from blenderbim.bim.prop import StrProperty, Attribute diff --git a/src/blenderbim/blenderbim/bim/module/context/ui.py b/src/blenderbim/blenderbim/bim/module/context/ui.py index 85635fe86b..435aacb17c 100644 --- a/src/blenderbim/blenderbim/bim/module/context/ui.py +++ b/src/blenderbim/blenderbim/bim/module/context/ui.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 blenderbim.bim.helper diff --git a/src/blenderbim/blenderbim/bim/module/cost/__init__.py b/src/blenderbim/blenderbim/bim/module/cost/__init__.py index 1d8e59c6fe..212e3240a8 100644 --- a/src/blenderbim/blenderbim/bim/module/cost/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/cost/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/cost/data.py b/src/blenderbim/blenderbim/bim/module/cost/data.py index 64247f10e4..0c5955dc2a 100644 --- a/src/blenderbim/blenderbim/bim/module/cost/data.py +++ b/src/blenderbim/blenderbim/bim/module/cost/data.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy import ifcopenshell diff --git a/src/blenderbim/blenderbim/bim/module/cost/operator.py b/src/blenderbim/blenderbim/bim/module/cost/operator.py index af76c93e2f..766cba108d 100644 --- a/src/blenderbim/blenderbim/bim/module/cost/operator.py +++ b/src/blenderbim/blenderbim/bim/module/cost/operator.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/cost/prop.py b/src/blenderbim/blenderbim/bim/module/cost/prop.py index d35cad5446..f201feff5b 100644 --- a/src/blenderbim/blenderbim/bim/module/cost/prop.py +++ b/src/blenderbim/blenderbim/bim/module/cost/prop.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.api diff --git a/src/blenderbim/blenderbim/bim/module/cost/ui.py b/src/blenderbim/blenderbim/bim/module/cost/ui.py index 329cc2d86d..65cac909b8 100644 --- a/src/blenderbim/blenderbim/bim/module/cost/ui.py +++ b/src/blenderbim/blenderbim/bim/module/cost/ui.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 blenderbim.bim.helper import blenderbim.bim.module.cost.prop as CostProp diff --git a/src/blenderbim/blenderbim/bim/module/covering/__init__.py b/src/blenderbim/blenderbim/bim/module/covering/__init__.py index fed1174854..b7a46418ca 100644 --- a/src/blenderbim/blenderbim/bim/module/covering/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/covering/__init__.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 from . import prop, workspace diff --git a/src/blenderbim/blenderbim/bim/module/covering/prop.py b/src/blenderbim/blenderbim/bim/module/covering/prop.py index f55235e028..211096aaf0 100644 --- a/src/blenderbim/blenderbim/bim/module/covering/prop.py +++ b/src/blenderbim/blenderbim/bim/module/covering/prop.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 from blenderbim.bim.prop import StrProperty, Attribute diff --git a/src/blenderbim/blenderbim/bim/module/covering/workspace.py b/src/blenderbim/blenderbim/bim/module/covering/workspace.py index e14b4bba71..6de597a36e 100644 --- a/src/blenderbim/blenderbim/bim/module/covering/workspace.py +++ b/src/blenderbim/blenderbim/bim/module/covering/workspace.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 os diff --git a/src/blenderbim/blenderbim/bim/module/covetool/__init__.py b/src/blenderbim/blenderbim/bim/module/covetool/__init__.py index 5a51292ed5..6697f24301 100644 --- a/src/blenderbim/blenderbim/bim/module/covetool/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/covetool/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/covetool/api.py b/src/blenderbim/blenderbim/bim/module/covetool/api.py index cff6937d26..a8276c0003 100644 --- a/src/blenderbim/blenderbim/bim/module/covetool/api.py +++ b/src/blenderbim/blenderbim/bim/module/covetool/api.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 requests diff --git a/src/blenderbim/blenderbim/bim/module/covetool/operator.py b/src/blenderbim/blenderbim/bim/module/covetool/operator.py index e035063b9e..c814e8d31a 100644 --- a/src/blenderbim/blenderbim/bim/module/covetool/operator.py +++ b/src/blenderbim/blenderbim/bim/module/covetool/operator.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 json diff --git a/src/blenderbim/blenderbim/bim/module/covetool/prop.py b/src/blenderbim/blenderbim/bim/module/covetool/prop.py index 68ad2188a0..bb0cf6d585 100644 --- a/src/blenderbim/blenderbim/bim/module/covetool/prop.py +++ b/src/blenderbim/blenderbim/bim/module/covetool/prop.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.props import bpy.types diff --git a/src/blenderbim/blenderbim/bim/module/covetool/ui.py b/src/blenderbim/blenderbim/bim/module/covetool/ui.py index a167d0a533..38f35646d8 100644 --- a/src/blenderbim/blenderbim/bim/module/covetool/ui.py +++ b/src/blenderbim/blenderbim/bim/module/covetool/ui.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.types diff --git a/src/blenderbim/blenderbim/bim/module/csv/__init__.py b/src/blenderbim/blenderbim/bim/module/csv/__init__.py index b8cc7d0079..7a6b99906e 100644 --- a/src/blenderbim/blenderbim/bim/module/csv/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/csv/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/csv/operator.py b/src/blenderbim/blenderbim/bim/module/csv/operator.py index 2411b82d0c..a8a4a15c08 100644 --- a/src/blenderbim/blenderbim/bim/module/csv/operator.py +++ b/src/blenderbim/blenderbim/bim/module/csv/operator.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/csv/prop.py b/src/blenderbim/blenderbim/bim/module/csv/prop.py index be2399734e..37b5d88ed6 100644 --- a/src/blenderbim/blenderbim/bim/module/csv/prop.py +++ b/src/blenderbim/blenderbim/bim/module/csv/prop.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 from blenderbim.bim.prop import StrProperty, BIMFilterGroup diff --git a/src/blenderbim/blenderbim/bim/module/csv/ui.py b/src/blenderbim/blenderbim/bim/module/csv/ui.py index 00405787ec..7ada9db66f 100644 --- a/src/blenderbim/blenderbim/bim/module/csv/ui.py +++ b/src/blenderbim/blenderbim/bim/module/csv/ui.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 blenderbim.bim.helper from bpy.types import Panel diff --git a/src/blenderbim/blenderbim/bim/module/debug/__init__.py b/src/blenderbim/blenderbim/bim/module/debug/__init__.py index 4a056d9dcf..629bb05dc6 100644 --- a/src/blenderbim/blenderbim/bim/module/debug/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/debug/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/debug/operator.py b/src/blenderbim/blenderbim/bim/module/debug/operator.py index 9b8c473038..ec61d4e087 100644 --- a/src/blenderbim/blenderbim/bim/module/debug/operator.py +++ b/src/blenderbim/blenderbim/bim/module/debug/operator.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 sys diff --git a/src/blenderbim/blenderbim/bim/module/debug/prop.py b/src/blenderbim/blenderbim/bim/module/debug/prop.py index 456e2ad45c..69c9546dea 100644 --- a/src/blenderbim/blenderbim/bim/module/debug/prop.py +++ b/src/blenderbim/blenderbim/bim/module/debug/prop.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 . from blenderbim.bim.prop import StrProperty, Attribute from bpy.types import PropertyGroup diff --git a/src/blenderbim/blenderbim/bim/module/debug/ui.py b/src/blenderbim/blenderbim/bim/module/debug/ui.py index eea6d01c47..3611920095 100644 --- a/src/blenderbim/blenderbim/bim/module/debug/ui.py +++ b/src/blenderbim/blenderbim/bim/module/debug/ui.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 from bpy.types import Panel diff --git a/src/blenderbim/blenderbim/bim/module/demo/__init__.py b/src/blenderbim/blenderbim/bim/module/demo/__init__.py index 37767d30d2..2dfb3941ae 100644 --- a/src/blenderbim/blenderbim/bim/module/demo/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/demo/__init__.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/blenderbim/bim/module/demo/data.py b/src/blenderbim/blenderbim/bim/module/demo/data.py index a1632de4a1..118e4ab981 100644 --- a/src/blenderbim/blenderbim/bim/module/demo/data.py +++ b/src/blenderbim/blenderbim/bim/module/demo/data.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/blenderbim/bim/module/demo/operator.py b/src/blenderbim/blenderbim/bim/module/demo/operator.py index 59c487c1a0..e7fed1314d 100644 --- a/src/blenderbim/blenderbim/bim/module/demo/operator.py +++ b/src/blenderbim/blenderbim/bim/module/demo/operator.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/blenderbim/bim/module/demo/prop.py b/src/blenderbim/blenderbim/bim/module/demo/prop.py index 570eaeed02..71b304f65c 100644 --- a/src/blenderbim/blenderbim/bim/module/demo/prop.py +++ b/src/blenderbim/blenderbim/bim/module/demo/prop.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/blenderbim/bim/module/demo/ui.py b/src/blenderbim/blenderbim/bim/module/demo/ui.py index d3709d61c5..26b0f7244b 100644 --- a/src/blenderbim/blenderbim/bim/module/demo/ui.py +++ b/src/blenderbim/blenderbim/bim/module/demo/ui.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/blenderbim/bim/module/diff/__init__.py b/src/blenderbim/blenderbim/bim/module/diff/__init__.py index c3abbd0e36..2cfb1b3c7b 100644 --- a/src/blenderbim/blenderbim/bim/module/diff/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/diff/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/diff/data.py b/src/blenderbim/blenderbim/bim/module/diff/data.py index d84b9c19a2..1a396d2cd4 100644 --- a/src/blenderbim/blenderbim/bim/module/diff/data.py +++ b/src/blenderbim/blenderbim/bim/module/diff/data.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 json diff --git a/src/blenderbim/blenderbim/bim/module/diff/operator.py b/src/blenderbim/blenderbim/bim/module/diff/operator.py index 582d6e6102..35a6c9d97f 100644 --- a/src/blenderbim/blenderbim/bim/module/diff/operator.py +++ b/src/blenderbim/blenderbim/bim/module/diff/operator.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 json diff --git a/src/blenderbim/blenderbim/bim/module/diff/prop.py b/src/blenderbim/blenderbim/bim/module/diff/prop.py index c6b0a06c91..5461562e02 100644 --- a/src/blenderbim/blenderbim/bim/module/diff/prop.py +++ b/src/blenderbim/blenderbim/bim/module/diff/prop.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 from blenderbim.bim.prop import StrProperty, BIMFilterGroup diff --git a/src/blenderbim/blenderbim/bim/module/diff/ui.py b/src/blenderbim/blenderbim/bim/module/diff/ui.py index b253368e4e..707ac13436 100644 --- a/src/blenderbim/blenderbim/bim/module/diff/ui.py +++ b/src/blenderbim/blenderbim/bim/module/diff/ui.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 . from bpy.types import Panel from blenderbim.bim.ifc import IfcStore diff --git a/src/blenderbim/blenderbim/bim/module/document/__init__.py b/src/blenderbim/blenderbim/bim/module/document/__init__.py index 93dbf703b2..ddbaf49985 100644 --- a/src/blenderbim/blenderbim/bim/module/document/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/document/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/document/data.py b/src/blenderbim/blenderbim/bim/module/document/data.py index b273f83a34..bc5f847e75 100644 --- a/src/blenderbim/blenderbim/bim/module/document/data.py +++ b/src/blenderbim/blenderbim/bim/module/document/data.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/blenderbim/bim/module/document/operator.py b/src/blenderbim/blenderbim/bim/module/document/operator.py index 538f0d4211..d721f4d5e9 100644 --- a/src/blenderbim/blenderbim/bim/module/document/operator.py +++ b/src/blenderbim/blenderbim/bim/module/document/operator.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021, 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 json diff --git a/src/blenderbim/blenderbim/bim/module/document/prop.py b/src/blenderbim/blenderbim/bim/module/document/prop.py index 1a9c7412cf..560f145124 100644 --- a/src/blenderbim/blenderbim/bim/module/document/prop.py +++ b/src/blenderbim/blenderbim/bim/module/document/prop.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 from blenderbim.bim.prop import StrProperty, Attribute diff --git a/src/blenderbim/blenderbim/bim/module/document/ui.py b/src/blenderbim/blenderbim/bim/module/document/ui.py index 289e2f992f..33eb73e177 100644 --- a/src/blenderbim/blenderbim/bim/module/document/ui.py +++ b/src/blenderbim/blenderbim/bim/module/document/ui.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 . from bpy.types import Panel, UIList from blenderbim.bim.ifc import IfcStore diff --git a/src/blenderbim/blenderbim/bim/module/drawing/__init__.py b/src/blenderbim/blenderbim/bim/module/drawing/__init__.py index bf1f0204a1..cb7bb771d5 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/__init__.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 from . import ui, prop, operator, handler, gizmos, workspace diff --git a/src/blenderbim/blenderbim/bim/module/drawing/annotation.py b/src/blenderbim/blenderbim/bim/module/drawing/annotation.py index a4473764cc..6c5bda6b5a 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/annotation.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/annotation.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 os import bpy diff --git a/src/blenderbim/blenderbim/bim/module/drawing/data.py b/src/blenderbim/blenderbim/bim/module/drawing/data.py index 72e2f13ddf..b2516e6e38 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/data.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/data.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/blenderbim/bim/module/drawing/decoration.py b/src/blenderbim/blenderbim/bim/module/drawing/decoration.py index 006090f4ea..9ef163d2fc 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/decoration.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/decoration.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 os import gpu diff --git a/src/blenderbim/blenderbim/bim/module/drawing/gizmos.py b/src/blenderbim/blenderbim/bim/module/drawing/gizmos.py index 1fc497f395..4484397950 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/gizmos.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/gizmos.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 bpy import blf diff --git a/src/blenderbim/blenderbim/bim/module/drawing/handler.py b/src/blenderbim/blenderbim/bim/module/drawing/handler.py index 136702dae1..373fcc788d 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/handler.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/handler.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 blenderbim.bim.module.drawing.decoration as decoration diff --git a/src/blenderbim/blenderbim/bim/module/drawing/helper.py b/src/blenderbim/blenderbim/bim/module/drawing/helper.py index 86b0293852..544f5c90d8 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/helper.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/helper.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 math diff --git a/src/blenderbim/blenderbim/bim/module/drawing/operator.py b/src/blenderbim/blenderbim/bim/module/drawing/operator.py index ddd8e50e76..0f7fbd8843 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/operator.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/operator.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/blenderbim/blenderbim/bim/module/drawing/prop.py b/src/blenderbim/blenderbim/bim/module/drawing/prop.py index 4e58740e65..f3c706b6af 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/prop.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/prop.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/drawing/scheduler.py b/src/blenderbim/blenderbim/bim/module/drawing/scheduler.py index 9d409b2421..be1bdd9362 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/scheduler.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/scheduler.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/blenderbim/blenderbim/bim/module/drawing/shaders.py b/src/blenderbim/blenderbim/bim/module/drawing/shaders.py index 1bd35ce297..020fc53147 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/shaders.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/shaders.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 . from gpu_extras.batch import batch_for_shader import gpu diff --git a/src/blenderbim/blenderbim/bim/module/drawing/sheeter.py b/src/blenderbim/blenderbim/bim/module/drawing/sheeter.py index 45e7d0883c..d951ad4eff 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/sheeter.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/sheeter.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/drawing/svgwriter.py b/src/blenderbim/blenderbim/bim/module/drawing/svgwriter.py index f5c358256d..bb662455c0 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/svgwriter.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/svgwriter.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/blenderbim/blenderbim/bim/module/drawing/ui.py b/src/blenderbim/blenderbim/bim/module/drawing/ui.py index 374a357406..dd427dcd20 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/ui.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/ui.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 blenderbim.bim.helper diff --git a/src/blenderbim/blenderbim/bim/module/drawing/workspace.py b/src/blenderbim/blenderbim/bim/module/drawing/workspace.py index a0cb1f4519..3d1217c418 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/workspace.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/workspace.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 os diff --git a/src/blenderbim/blenderbim/bim/module/fm/__init__.py b/src/blenderbim/blenderbim/bim/module/fm/__init__.py index 0d8081b2a9..3b351dbe0e 100644 --- a/src/blenderbim/blenderbim/bim/module/fm/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/fm/__init__.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/fm/data.py b/src/blenderbim/blenderbim/bim/module/fm/data.py index ceb4b2e8ef..90e9a21906 100644 --- a/src/blenderbim/blenderbim/bim/module/fm/data.py +++ b/src/blenderbim/blenderbim/bim/module/fm/data.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import os import ifcfm diff --git a/src/blenderbim/blenderbim/bim/module/fm/operator.py b/src/blenderbim/blenderbim/bim/module/fm/operator.py index 0c224b08e0..e6d5ac85d0 100644 --- a/src/blenderbim/blenderbim/bim/module/fm/operator.py +++ b/src/blenderbim/blenderbim/bim/module/fm/operator.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import os import bpy diff --git a/src/blenderbim/blenderbim/bim/module/fm/prop.py b/src/blenderbim/blenderbim/bim/module/fm/prop.py index f69c6db1f9..9cc9339215 100644 --- a/src/blenderbim/blenderbim/bim/module/fm/prop.py +++ b/src/blenderbim/blenderbim/bim/module/fm/prop.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy from blenderbim.bim.module.fm.data import FMData diff --git a/src/blenderbim/blenderbim/bim/module/fm/ui.py b/src/blenderbim/blenderbim/bim/module/fm/ui.py index 1456c89cb9..d6faec61b6 100644 --- a/src/blenderbim/blenderbim/bim/module/fm/ui.py +++ b/src/blenderbim/blenderbim/bim/module/fm/ui.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import blenderbim.tool as tool from bpy.types import Panel diff --git a/src/blenderbim/blenderbim/bim/module/geometry/__init__.py b/src/blenderbim/blenderbim/bim/module/geometry/__init__.py index 364ea3d83a..f07aa0b19f 100644 --- a/src/blenderbim/blenderbim/bim/module/geometry/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/geometry/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/geometry/data.py b/src/blenderbim/blenderbim/bim/module/geometry/data.py index 2d9dcc6013..869f301aee 100644 --- a/src/blenderbim/blenderbim/bim/module/geometry/data.py +++ b/src/blenderbim/blenderbim/bim/module/geometry/data.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.util.element diff --git a/src/blenderbim/blenderbim/bim/module/geometry/helper.py b/src/blenderbim/blenderbim/bim/module/geometry/helper.py index 0f6bb73329..636ae58cd2 100644 --- a/src/blenderbim/blenderbim/bim/module/geometry/helper.py +++ b/src/blenderbim/blenderbim/bim/module/geometry/helper.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/blenderbim/blenderbim/bim/module/geometry/operator.py b/src/blenderbim/blenderbim/bim/module/geometry/operator.py index 1dea41b3e7..2771f12c25 100644 --- a/src/blenderbim/blenderbim/bim/module/geometry/operator.py +++ b/src/blenderbim/blenderbim/bim/module/geometry/operator.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/blenderbim/blenderbim/bim/module/geometry/prop.py b/src/blenderbim/blenderbim/bim/module/geometry/prop.py index 860a46eb58..52ae277152 100644 --- a/src/blenderbim/blenderbim/bim/module/geometry/prop.py +++ b/src/blenderbim/blenderbim/bim/module/geometry/prop.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/geometry/ui.py b/src/blenderbim/blenderbim/bim/module/geometry/ui.py index 9abf87358b..e7273d944c 100644 --- a/src/blenderbim/blenderbim/bim/module/geometry/ui.py +++ b/src/blenderbim/blenderbim/bim/module/geometry/ui.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 blenderbim.bim diff --git a/src/blenderbim/blenderbim/bim/module/georeference/__init__.py b/src/blenderbim/blenderbim/bim/module/georeference/__init__.py index 76acf50855..407cd8fead 100644 --- a/src/blenderbim/blenderbim/bim/module/georeference/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/georeference/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/georeference/data.py b/src/blenderbim/blenderbim/bim/module/georeference/data.py index cfecec2f05..9e1758798f 100644 --- a/src/blenderbim/blenderbim/bim/module/georeference/data.py +++ b/src/blenderbim/blenderbim/bim/module/georeference/data.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 diff --git a/src/blenderbim/blenderbim/bim/module/georeference/decorator.py b/src/blenderbim/blenderbim/bim/module/georeference/decorator.py index 581ad38958..0ef8d99811 100644 --- a/src/blenderbim/blenderbim/bim/module/georeference/decorator.py +++ b/src/blenderbim/blenderbim/bim/module/georeference/decorator.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 bpy import blf diff --git a/src/blenderbim/blenderbim/bim/module/georeference/operator.py b/src/blenderbim/blenderbim/bim/module/georeference/operator.py index 71624f9c7d..f611a498b2 100644 --- a/src/blenderbim/blenderbim/bim/module/georeference/operator.py +++ b/src/blenderbim/blenderbim/bim/module/georeference/operator.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 diff --git a/src/blenderbim/blenderbim/bim/module/georeference/prop.py b/src/blenderbim/blenderbim/bim/module/georeference/prop.py index 28144ce578..1bb5766752 100644 --- a/src/blenderbim/blenderbim/bim/module/georeference/prop.py +++ b/src/blenderbim/blenderbim/bim/module/georeference/prop.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.util.geolocation diff --git a/src/blenderbim/blenderbim/bim/module/georeference/ui.py b/src/blenderbim/blenderbim/bim/module/georeference/ui.py index 3c0f8210fc..bba36919a8 100644 --- a/src/blenderbim/blenderbim/bim/module/georeference/ui.py +++ b/src/blenderbim/blenderbim/bim/module/georeference/ui.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 blenderbim.tool as tool from bpy.types import Panel diff --git a/src/blenderbim/blenderbim/bim/module/gis/__init__.py b/src/blenderbim/blenderbim/bim/module/gis/__init__.py index 98f80ecda8..4f0707c693 100644 --- a/src/blenderbim/blenderbim/bim/module/gis/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/gis/__init__.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 from . import prop diff --git a/src/blenderbim/blenderbim/bim/module/gis/operator.py b/src/blenderbim/blenderbim/bim/module/gis/operator.py index bbfe7b2671..7a56a6d950 100644 --- a/src/blenderbim/blenderbim/bim/module/gis/operator.py +++ b/src/blenderbim/blenderbim/bim/module/gis/operator.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 from bpy.types import Operator diff --git a/src/blenderbim/blenderbim/bim/module/gis/prop.py b/src/blenderbim/blenderbim/bim/module/gis/prop.py index e5fc1640d1..122e9ccd6d 100644 --- a/src/blenderbim/blenderbim/bim/module/gis/prop.py +++ b/src/blenderbim/blenderbim/bim/module/gis/prop.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 . from bpy.types import PropertyGroup from bpy.props import StringProperty, BoolProperty, EnumProperty, CollectionProperty diff --git a/src/blenderbim/blenderbim/bim/module/gis/ui.py b/src/blenderbim/blenderbim/bim/module/gis/ui.py index a57b8d2c1c..1e1635a061 100644 --- a/src/blenderbim/blenderbim/bim/module/gis/ui.py +++ b/src/blenderbim/blenderbim/bim/module/gis/ui.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 . from bpy.types import Panel diff --git a/src/blenderbim/blenderbim/bim/module/group/__init__.py b/src/blenderbim/blenderbim/bim/module/group/__init__.py index f89bcaa605..e2c06b46bd 100644 --- a/src/blenderbim/blenderbim/bim/module/group/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/group/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/group/data.py b/src/blenderbim/blenderbim/bim/module/group/data.py index 5ad1387e92..f642549e0b 100644 --- a/src/blenderbim/blenderbim/bim/module/group/data.py +++ b/src/blenderbim/blenderbim/bim/module/group/data.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy import ifcopenshell diff --git a/src/blenderbim/blenderbim/bim/module/group/operator.py b/src/blenderbim/blenderbim/bim/module/group/operator.py index 528b1b59b8..59f70493da 100644 --- a/src/blenderbim/blenderbim/bim/module/group/operator.py +++ b/src/blenderbim/blenderbim/bim/module/group/operator.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.util.attribute diff --git a/src/blenderbim/blenderbim/bim/module/group/prop.py b/src/blenderbim/blenderbim/bim/module/group/prop.py index c4f6133533..084fef286e 100644 --- a/src/blenderbim/blenderbim/bim/module/group/prop.py +++ b/src/blenderbim/blenderbim/bim/module/group/prop.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 from blenderbim.bim.prop import StrProperty, Attribute diff --git a/src/blenderbim/blenderbim/bim/module/group/ui.py b/src/blenderbim/blenderbim/bim/module/group/ui.py index ff0487cc13..1b99770563 100644 --- a/src/blenderbim/blenderbim/bim/module/group/ui.py +++ b/src/blenderbim/blenderbim/bim/module/group/ui.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 . from bpy.types import Panel, UIList from blenderbim.bim.ifc import IfcStore diff --git a/src/blenderbim/blenderbim/bim/module/layer/__init__.py b/src/blenderbim/blenderbim/bim/module/layer/__init__.py index 697a3ee038..95ce31c8cc 100644 --- a/src/blenderbim/blenderbim/bim/module/layer/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/layer/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/layer/data.py b/src/blenderbim/blenderbim/bim/module/layer/data.py index 60f458f44e..acf9769d40 100644 --- a/src/blenderbim/blenderbim/bim/module/layer/data.py +++ b/src/blenderbim/blenderbim/bim/module/layer/data.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy import ifcopenshell diff --git a/src/blenderbim/blenderbim/bim/module/layer/operator.py b/src/blenderbim/blenderbim/bim/module/layer/operator.py index 70d1213586..8181a5ee44 100644 --- a/src/blenderbim/blenderbim/bim/module/layer/operator.py +++ b/src/blenderbim/blenderbim/bim/module/layer/operator.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 json diff --git a/src/blenderbim/blenderbim/bim/module/layer/prop.py b/src/blenderbim/blenderbim/bim/module/layer/prop.py index c9c0c1fd28..c67ce61ebf 100644 --- a/src/blenderbim/blenderbim/bim/module/layer/prop.py +++ b/src/blenderbim/blenderbim/bim/module/layer/prop.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 from blenderbim.bim.prop import StrProperty, Attribute diff --git a/src/blenderbim/blenderbim/bim/module/layer/ui.py b/src/blenderbim/blenderbim/bim/module/layer/ui.py index 9f82f8ecb5..920d05dead 100644 --- a/src/blenderbim/blenderbim/bim/module/layer/ui.py +++ b/src/blenderbim/blenderbim/bim/module/layer/ui.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 . from bpy.types import Panel, UIList, Mesh from blenderbim.bim.ifc import IfcStore diff --git a/src/blenderbim/blenderbim/bim/module/library/__init__.py b/src/blenderbim/blenderbim/bim/module/library/__init__.py index 94d520f5b0..5017772cfe 100644 --- a/src/blenderbim/blenderbim/bim/module/library/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/library/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/library/data.py b/src/blenderbim/blenderbim/bim/module/library/data.py index fbe7a9d5d9..c495ab22a7 100644 --- a/src/blenderbim/blenderbim/bim/module/library/data.py +++ b/src/blenderbim/blenderbim/bim/module/library/data.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/library/operator.py b/src/blenderbim/blenderbim/bim/module/library/operator.py index 385620b91a..ca704f29b1 100644 --- a/src/blenderbim/blenderbim/bim/module/library/operator.py +++ b/src/blenderbim/blenderbim/bim/module/library/operator.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.api diff --git a/src/blenderbim/blenderbim/bim/module/library/prop.py b/src/blenderbim/blenderbim/bim/module/library/prop.py index a3c1dd2edd..d1448de1a0 100644 --- a/src/blenderbim/blenderbim/bim/module/library/prop.py +++ b/src/blenderbim/blenderbim/bim/module/library/prop.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 from blenderbim.bim.prop import StrProperty, Attribute diff --git a/src/blenderbim/blenderbim/bim/module/library/ui.py b/src/blenderbim/blenderbim/bim/module/library/ui.py index fb6ef10fda..b6111aee51 100644 --- a/src/blenderbim/blenderbim/bim/module/library/ui.py +++ b/src/blenderbim/blenderbim/bim/module/library/ui.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.bim.helper import blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/light/__init__.py b/src/blenderbim/blenderbim/bim/module/light/__init__.py index 22c00b0350..ea4fb7e05c 100644 --- a/src/blenderbim/blenderbim/bim/module/light/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/light/__init__.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 from . import ui, prop, operator, list diff --git a/src/blenderbim/blenderbim/bim/module/light/data.py b/src/blenderbim/blenderbim/bim/module/light/data.py index ebee91e35c..3824c3ad8f 100644 --- a/src/blenderbim/blenderbim/bim/module/light/data.py +++ b/src/blenderbim/blenderbim/bim/module/light/data.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/light/decorator.py b/src/blenderbim/blenderbim/bim/module/light/decorator.py index 74165d4cf6..59bc72cae9 100644 --- a/src/blenderbim/blenderbim/bim/module/light/decorator.py +++ b/src/blenderbim/blenderbim/bim/module/light/decorator.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 bpy import blf diff --git a/src/blenderbim/blenderbim/bim/module/light/operator.py b/src/blenderbim/blenderbim/bim/module/light/operator.py index 3bc363205d..fe4697712e 100644 --- a/src/blenderbim/blenderbim/bim/module/light/operator.py +++ b/src/blenderbim/blenderbim/bim/module/light/operator.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 diff --git a/src/blenderbim/blenderbim/bim/module/light/prop.py b/src/blenderbim/blenderbim/bim/module/light/prop.py index d30999930c..710db6c8aa 100644 --- a/src/blenderbim/blenderbim/bim/module/light/prop.py +++ b/src/blenderbim/blenderbim/bim/module/light/prop.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 pytz diff --git a/src/blenderbim/blenderbim/bim/module/light/ui.py b/src/blenderbim/blenderbim/bim/module/light/ui.py index f17e319bde..d4ba0a8436 100644 --- a/src/blenderbim/blenderbim/bim/module/light/ui.py +++ b/src/blenderbim/blenderbim/bim/module/light/ui.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/material/__init__.py b/src/blenderbim/blenderbim/bim/module/material/__init__.py index bbf9a2327d..294486bb65 100644 --- a/src/blenderbim/blenderbim/bim/module/material/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/material/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/material/data.py b/src/blenderbim/blenderbim/bim/module/material/data.py index 78bc53521f..48c62762c1 100644 --- a/src/blenderbim/blenderbim/bim/module/material/data.py +++ b/src/blenderbim/blenderbim/bim/module/material/data.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/blenderbim/bim/module/material/operator.py b/src/blenderbim/blenderbim/bim/module/material/operator.py index 064d45b664..ac5be848bb 100644 --- a/src/blenderbim/blenderbim/bim/module/material/operator.py +++ b/src/blenderbim/blenderbim/bim/module/material/operator.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 json diff --git a/src/blenderbim/blenderbim/bim/module/material/prop.py b/src/blenderbim/blenderbim/bim/module/material/prop.py index 29beb20de8..ff72a3dc4e 100644 --- a/src/blenderbim/blenderbim/bim/module/material/prop.py +++ b/src/blenderbim/blenderbim/bim/module/material/prop.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 from ifcopenshell.util.doc import get_entity_doc diff --git a/src/blenderbim/blenderbim/bim/module/material/ui.py b/src/blenderbim/blenderbim/bim/module/material/ui.py index 2fc53765f1..6ba4921979 100644 --- a/src/blenderbim/blenderbim/bim/module/material/ui.py +++ b/src/blenderbim/blenderbim/bim/module/material/ui.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 blenderbim.bim.helper import blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/misc/__init__.py b/src/blenderbim/blenderbim/bim/module/misc/__init__.py index 3b15737384..27ab626183 100644 --- a/src/blenderbim/blenderbim/bim/module/misc/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/misc/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/misc/operator.py b/src/blenderbim/blenderbim/bim/module/misc/operator.py index 5a738e435b..b5a2ea0b27 100644 --- a/src/blenderbim/blenderbim/bim/module/misc/operator.py +++ b/src/blenderbim/blenderbim/bim/module/misc/operator.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 numpy as np diff --git a/src/blenderbim/blenderbim/bim/module/misc/prop.py b/src/blenderbim/blenderbim/bim/module/misc/prop.py index 7c2ddc54ea..f01e5dd7c4 100644 --- a/src/blenderbim/blenderbim/bim/module/misc/prop.py +++ b/src/blenderbim/blenderbim/bim/module/misc/prop.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 from blenderbim.bim.prop import StrProperty, Attribute diff --git a/src/blenderbim/blenderbim/bim/module/misc/ui.py b/src/blenderbim/blenderbim/bim/module/misc/ui.py index 6fe69eff98..7e33017619 100644 --- a/src/blenderbim/blenderbim/bim/module/misc/ui.py +++ b/src/blenderbim/blenderbim/bim/module/misc/ui.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 diff --git a/src/blenderbim/blenderbim/bim/module/model/__init__.py b/src/blenderbim/blenderbim/bim/module/model/__init__.py index f8217c8313..78efef90c2 100644 --- a/src/blenderbim/blenderbim/bim/module/model/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/model/__init__.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 from . import ( diff --git a/src/blenderbim/blenderbim/bim/module/model/array.py b/src/blenderbim/blenderbim/bim/module/model/array.py index b04aac12ce..7ed8829891 100644 --- a/src/blenderbim/blenderbim/bim/module/model/array.py +++ b/src/blenderbim/blenderbim/bim/module/model/array.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 json diff --git a/src/blenderbim/blenderbim/bim/module/model/covering.py b/src/blenderbim/blenderbim/bim/module/model/covering.py index e1cc5b948b..a1ccd34f07 100644 --- a/src/blenderbim/blenderbim/bim/module/model/covering.py +++ b/src/blenderbim/blenderbim/bim/module/model/covering.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy diff --git a/src/blenderbim/blenderbim/bim/module/model/data.py b/src/blenderbim/blenderbim/bim/module/model/data.py index 00024407d3..43979b3600 100644 --- a/src/blenderbim/blenderbim/bim/module/model/data.py +++ b/src/blenderbim/blenderbim/bim/module/model/data.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/blenderbim/bim/module/model/decorator.py b/src/blenderbim/blenderbim/bim/module/model/decorator.py index 4749a26315..7046118e88 100644 --- a/src/blenderbim/blenderbim/bim/module/model/decorator.py +++ b/src/blenderbim/blenderbim/bim/module/model/decorator.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 blf import gpu diff --git a/src/blenderbim/blenderbim/bim/module/model/door.py b/src/blenderbim/blenderbim/bim/module/model/door.py index 3368284b6a..f9841d3d16 100644 --- a/src/blenderbim/blenderbim/bim/module/model/door.py +++ b/src/blenderbim/blenderbim/bim/module/model/door.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/model/grid.py b/src/blenderbim/blenderbim/bim/module/model/grid.py index 120dd15766..cb1ff7e0b3 100644 --- a/src/blenderbim/blenderbim/bim/module/model/grid.py +++ b/src/blenderbim/blenderbim/bim/module/model/grid.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.api diff --git a/src/blenderbim/blenderbim/bim/module/model/handler.py b/src/blenderbim/blenderbim/bim/module/model/handler.py index 328ceaab31..e7bea7e282 100644 --- a/src/blenderbim/blenderbim/bim/module/model/handler.py +++ b/src/blenderbim/blenderbim/bim/module/model/handler.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/blenderbim/blenderbim/bim/module/model/mep.py b/src/blenderbim/blenderbim/bim/module/model/mep.py index 8ce85307b8..4d7b77abea 100644 --- a/src/blenderbim/blenderbim/bim/module/model/mep.py +++ b/src/blenderbim/blenderbim/bim/module/model/mep.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 math diff --git a/src/blenderbim/blenderbim/bim/module/model/opening.py b/src/blenderbim/blenderbim/bim/module/model/opening.py index 82ee96954d..9a3e5b736b 100644 --- a/src/blenderbim/blenderbim/bim/module/model/opening.py +++ b/src/blenderbim/blenderbim/bim/module/model/opening.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 gpu diff --git a/src/blenderbim/blenderbim/bim/module/model/pie.py b/src/blenderbim/blenderbim/bim/module/model/pie.py index fe3a0e151a..8119b2fe80 100644 --- a/src/blenderbim/blenderbim/bim/module/model/pie.py +++ b/src/blenderbim/blenderbim/bim/module/model/pie.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/model/product.py b/src/blenderbim/blenderbim/bim/module/model/product.py index fcedbbbbb3..ef988b47ba 100644 --- a/src/blenderbim/blenderbim/bim/module/model/product.py +++ b/src/blenderbim/blenderbim/bim/module/model/product.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021, 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 mathutils diff --git a/src/blenderbim/blenderbim/bim/module/model/profile.py b/src/blenderbim/blenderbim/bim/module/model/profile.py index bec513544e..ae3fb05524 100644 --- a/src/blenderbim/blenderbim/bim/module/model/profile.py +++ b/src/blenderbim/blenderbim/bim/module/model/profile.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 copy diff --git a/src/blenderbim/blenderbim/bim/module/model/prop.py b/src/blenderbim/blenderbim/bim/module/model/prop.py index 3c1c0c1418..dcf8a71f54 100644 --- a/src/blenderbim/blenderbim/bim/module/model/prop.py +++ b/src/blenderbim/blenderbim/bim/module/model/prop.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021, 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/blenderbim/bim/module/model/railing.py b/src/blenderbim/blenderbim/bim/module/model/railing.py index e4559fd2d6..395efe8169 100644 --- a/src/blenderbim/blenderbim/bim/module/model/railing.py +++ b/src/blenderbim/blenderbim/bim/module/model/railing.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/model/roof.py b/src/blenderbim/blenderbim/bim/module/model/roof.py index 02e4b18afe..e503d79a91 100644 --- a/src/blenderbim/blenderbim/bim/module/model/roof.py +++ b/src/blenderbim/blenderbim/bim/module/model/roof.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 . import bpy import bmesh diff --git a/src/blenderbim/blenderbim/bim/module/model/root.py b/src/blenderbim/blenderbim/bim/module/model/root.py index 25e58acd64..315943ec37 100644 --- a/src/blenderbim/blenderbim/bim/module/model/root.py +++ b/src/blenderbim/blenderbim/bim/module/model/root.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.file diff --git a/src/blenderbim/blenderbim/bim/module/model/slab.py b/src/blenderbim/blenderbim/bim/module/model/slab.py index 4e6da27e00..215f56dd70 100644 --- a/src/blenderbim/blenderbim/bim/module/model/slab.py +++ b/src/blenderbim/blenderbim/bim/module/model/slab.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 json diff --git a/src/blenderbim/blenderbim/bim/module/model/space.py b/src/blenderbim/blenderbim/bim/module/model/space.py index 9adbc71647..0b25f41e24 100644 --- a/src/blenderbim/blenderbim/bim/module/model/space.py +++ b/src/blenderbim/blenderbim/bim/module/model/space.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy diff --git a/src/blenderbim/blenderbim/bim/module/model/stair.py b/src/blenderbim/blenderbim/bim/module/model/stair.py index 4e0543c492..4877689744 100644 --- a/src/blenderbim/blenderbim/bim/module/model/stair.py +++ b/src/blenderbim/blenderbim/bim/module/model/stair.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021, 2022 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 . import bpy import json diff --git a/src/blenderbim/blenderbim/bim/module/model/sverchok_modifier.py b/src/blenderbim/blenderbim/bim/module/model/sverchok_modifier.py index 6e5d7d00b9..a085ef1e60 100644 --- a/src/blenderbim/blenderbim/bim/module/model/sverchok_modifier.py +++ b/src/blenderbim/blenderbim/bim/module/model/sverchok_modifier.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021, 2022 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 . import bpy import bmesh diff --git a/src/blenderbim/blenderbim/bim/module/model/task.py b/src/blenderbim/blenderbim/bim/module/model/task.py index cedcfad3a8..050c408f34 100644 --- a/src/blenderbim/blenderbim/bim/module/model/task.py +++ b/src/blenderbim/blenderbim/bim/module/model/task.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.api diff --git a/src/blenderbim/blenderbim/bim/module/model/ui.py b/src/blenderbim/blenderbim/bim/module/model/ui.py index 01727e6887..285864f660 100644 --- a/src/blenderbim/blenderbim/bim/module/model/ui.py +++ b/src/blenderbim/blenderbim/bim/module/model/ui.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021, 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 blenderbim.bim diff --git a/src/blenderbim/blenderbim/bim/module/model/wall.py b/src/blenderbim/blenderbim/bim/module/model/wall.py index c8d1227892..14f7038898 100644 --- a/src/blenderbim/blenderbim/bim/module/model/wall.py +++ b/src/blenderbim/blenderbim/bim/module/model/wall.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 copy diff --git a/src/blenderbim/blenderbim/bim/module/model/window.py b/src/blenderbim/blenderbim/bim/module/model/window.py index f519dea941..d499a9fd04 100644 --- a/src/blenderbim/blenderbim/bim/module/model/window.py +++ b/src/blenderbim/blenderbim/bim/module/model/window.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/model/workspace.py b/src/blenderbim/blenderbim/bim/module/model/workspace.py index 30128d0c24..15cea70293 100644 --- a/src/blenderbim/blenderbim/bim/module/model/workspace.py +++ b/src/blenderbim/blenderbim/bim/module/model/workspace.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021, 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/blenderbim/bim/module/nest/__init__.py b/src/blenderbim/blenderbim/bim/module/nest/__init__.py index 1d5c65cc58..e5c07690c2 100644 --- a/src/blenderbim/blenderbim/bim/module/nest/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/nest/__init__.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/nest/data.py b/src/blenderbim/blenderbim/bim/module/nest/data.py index 9cbc655985..fcaa2ec0e8 100644 --- a/src/blenderbim/blenderbim/bim/module/nest/data.py +++ b/src/blenderbim/blenderbim/bim/module/nest/data.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy import blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/nest/operator.py b/src/blenderbim/blenderbim/bim/module/nest/operator.py index 4b2a671386..67253d25b3 100644 --- a/src/blenderbim/blenderbim/bim/module/nest/operator.py +++ b/src/blenderbim/blenderbim/bim/module/nest/operator.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy import ifcopenshell diff --git a/src/blenderbim/blenderbim/bim/module/nest/prop.py b/src/blenderbim/blenderbim/bim/module/nest/prop.py index 043258a386..56c4ea7a79 100644 --- a/src/blenderbim/blenderbim/bim/module/nest/prop.py +++ b/src/blenderbim/blenderbim/bim/module/nest/prop.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy from blenderbim.bim.prop import StrProperty, Attribute diff --git a/src/blenderbim/blenderbim/bim/module/nest/ui.py b/src/blenderbim/blenderbim/bim/module/nest/ui.py index f9878c2d5e..9184205c92 100644 --- a/src/blenderbim/blenderbim/bim/module/nest/ui.py +++ b/src/blenderbim/blenderbim/bim/module/nest/ui.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . from bpy.types import Panel from blenderbim.bim.module.nest.data import NestData diff --git a/src/blenderbim/blenderbim/bim/module/owner/__init__.py b/src/blenderbim/blenderbim/bim/module/owner/__init__.py index 3c9ba9de47..8b9f9b5f37 100644 --- a/src/blenderbim/blenderbim/bim/module/owner/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/owner/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/owner/data.py b/src/blenderbim/blenderbim/bim/module/owner/data.py index 068bf74164..1285d73621 100644 --- a/src/blenderbim/blenderbim/bim/module/owner/data.py +++ b/src/blenderbim/blenderbim/bim/module/owner/data.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/owner/operator.py b/src/blenderbim/blenderbim/bim/module/owner/operator.py index d9656adffa..dd177dcea4 100644 --- a/src/blenderbim/blenderbim/bim/module/owner/operator.py +++ b/src/blenderbim/blenderbim/bim/module/owner/operator.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/owner/prop.py b/src/blenderbim/blenderbim/bim/module/owner/prop.py index e299b69954..a65d5d2e8c 100644 --- a/src/blenderbim/blenderbim/bim/module/owner/prop.py +++ b/src/blenderbim/blenderbim/bim/module/owner/prop.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 from ifcopenshell.util.doc import get_entity_doc diff --git a/src/blenderbim/blenderbim/bim/module/owner/ui.py b/src/blenderbim/blenderbim/bim/module/owner/ui.py index cd951316a8..2a12a37297 100644 --- a/src/blenderbim/blenderbim/bim/module/owner/ui.py +++ b/src/blenderbim/blenderbim/bim/module/owner/ui.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 blenderbim.bim.helper diff --git a/src/blenderbim/blenderbim/bim/module/patch/__init__.py b/src/blenderbim/blenderbim/bim/module/patch/__init__.py index ac605b828d..e7029e8781 100644 --- a/src/blenderbim/blenderbim/bim/module/patch/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/patch/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/patch/operator.py b/src/blenderbim/blenderbim/bim/module/patch/operator.py index 75414d0da7..5aeb1864fc 100644 --- a/src/blenderbim/blenderbim/bim/module/patch/operator.py +++ b/src/blenderbim/blenderbim/bim/module/patch/operator.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/patch/prop.py b/src/blenderbim/blenderbim/bim/module/patch/prop.py index 527584393f..8266137456 100644 --- a/src/blenderbim/blenderbim/bim/module/patch/prop.py +++ b/src/blenderbim/blenderbim/bim/module/patch/prop.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 importlib diff --git a/src/blenderbim/blenderbim/bim/module/patch/ui.py b/src/blenderbim/blenderbim/bim/module/patch/ui.py index 1b1ebfa517..958387b313 100644 --- a/src/blenderbim/blenderbim/bim/module/patch/ui.py +++ b/src/blenderbim/blenderbim/bim/module/patch/ui.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/profile/__init__.py b/src/blenderbim/blenderbim/bim/module/profile/__init__.py index 89e20c8af7..d06bc1c78c 100644 --- a/src/blenderbim/blenderbim/bim/module/profile/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/profile/__init__.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 from . import ui, prop, operator, data diff --git a/src/blenderbim/blenderbim/bim/module/profile/data.py b/src/blenderbim/blenderbim/bim/module/profile/data.py index 9d74d2203c..ed2c812084 100644 --- a/src/blenderbim/blenderbim/bim/module/profile/data.py +++ b/src/blenderbim/blenderbim/bim/module/profile/data.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 bpy.utils diff --git a/src/blenderbim/blenderbim/bim/module/profile/operator.py b/src/blenderbim/blenderbim/bim/module/profile/operator.py index 4e9bee48a4..4500968734 100644 --- a/src/blenderbim/blenderbim/bim/module/profile/operator.py +++ b/src/blenderbim/blenderbim/bim/module/profile/operator.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021, 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.api diff --git a/src/blenderbim/blenderbim/bim/module/profile/prop.py b/src/blenderbim/blenderbim/bim/module/profile/prop.py index 89f7ed401c..bfec656858 100644 --- a/src/blenderbim/blenderbim/bim/module/profile/prop.py +++ b/src/blenderbim/blenderbim/bim/module/profile/prop.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/blenderbim/blenderbim/bim/module/profile/ui.py b/src/blenderbim/blenderbim/bim/module/profile/ui.py index 9ce74affdb..7270c84bd1 100644 --- a/src/blenderbim/blenderbim/bim/module/profile/ui.py +++ b/src/blenderbim/blenderbim/bim/module/profile/ui.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021, 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 blenderbim.bim.helper diff --git a/src/blenderbim/blenderbim/bim/module/project/__init__.py b/src/blenderbim/blenderbim/bim/module/project/__init__.py index bf4e23d5df..5a314f7f09 100644 --- a/src/blenderbim/blenderbim/bim/module/project/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/project/__init__.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 from . import ui, prop, operator, workspace, gizmo, decorator diff --git a/src/blenderbim/blenderbim/bim/module/project/data.py b/src/blenderbim/blenderbim/bim/module/project/data.py index 8949e7f407..57ff9c099e 100644 --- a/src/blenderbim/blenderbim/bim/module/project/data.py +++ b/src/blenderbim/blenderbim/bim/module/project/data.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/blenderbim/bim/module/project/decorator.py b/src/blenderbim/blenderbim/bim/module/project/decorator.py index 511a8ffde5..55dadec971 100644 --- a/src/blenderbim/blenderbim/bim/module/project/decorator.py +++ b/src/blenderbim/blenderbim/bim/module/project/decorator.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 gpu import bpy diff --git a/src/blenderbim/blenderbim/bim/module/project/gizmo.py b/src/blenderbim/blenderbim/bim/module/project/gizmo.py index 013c324af9..e5da7e3d52 100644 --- a/src/blenderbim/blenderbim/bim/module/project/gizmo.py +++ b/src/blenderbim/blenderbim/bim/module/project/gizmo.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/project/operator.py b/src/blenderbim/blenderbim/bim/module/project/operator.py index 9140811ea4..a9d9959ab2 100644 --- a/src/blenderbim/blenderbim/bim/module/project/operator.py +++ b/src/blenderbim/blenderbim/bim/module/project/operator.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/project/prop.py b/src/blenderbim/blenderbim/bim/module/project/prop.py index 07213856ca..eb382b4f2a 100644 --- a/src/blenderbim/blenderbim/bim/module/project/prop.py +++ b/src/blenderbim/blenderbim/bim/module/project/prop.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/project/ui.py b/src/blenderbim/blenderbim/bim/module/project/ui.py index a80c4ba22b..bf85457d8b 100644 --- a/src/blenderbim/blenderbim/bim/module/project/ui.py +++ b/src/blenderbim/blenderbim/bim/module/project/ui.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 blenderbim.bim diff --git a/src/blenderbim/blenderbim/bim/module/project/workspace.py b/src/blenderbim/blenderbim/bim/module/project/workspace.py index 4f8a5e2b8c..8aaffb37ce 100644 --- a/src/blenderbim/blenderbim/bim/module/project/workspace.py +++ b/src/blenderbim/blenderbim/bim/module/project/workspace.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/blenderbim/blenderbim/bim/module/pset/__init__.py b/src/blenderbim/blenderbim/bim/module/pset/__init__.py index a8b0b94ddd..5498387c37 100644 --- a/src/blenderbim/blenderbim/bim/module/pset/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/pset/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/pset/data.py b/src/blenderbim/blenderbim/bim/module/pset/data.py index c5207791d9..76e652943e 100644 --- a/src/blenderbim/blenderbim/bim/module/pset/data.py +++ b/src/blenderbim/blenderbim/bim/module/pset/data.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/blenderbim/bim/module/pset/operator.py b/src/blenderbim/blenderbim/bim/module/pset/operator.py index 3302cd5b93..228afa555d 100644 --- a/src/blenderbim/blenderbim/bim/module/pset/operator.py +++ b/src/blenderbim/blenderbim/bim/module/pset/operator.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 json diff --git a/src/blenderbim/blenderbim/bim/module/pset/prop.py b/src/blenderbim/blenderbim/bim/module/pset/prop.py index 0de52d366b..e8b4236dda 100644 --- a/src/blenderbim/blenderbim/bim/module/pset/prop.py +++ b/src/blenderbim/blenderbim/bim/module/pset/prop.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 blenderbim.bim.schema diff --git a/src/blenderbim/blenderbim/bim/module/pset/ui.py b/src/blenderbim/blenderbim/bim/module/pset/ui.py index e96088af94..3b10d5ecc4 100644 --- a/src/blenderbim/blenderbim/bim/module/pset/ui.py +++ b/src/blenderbim/blenderbim/bim/module/pset/ui.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/pset_template/__init__.py b/src/blenderbim/blenderbim/bim/module/pset_template/__init__.py index e121c9a24f..36c0b3f905 100644 --- a/src/blenderbim/blenderbim/bim/module/pset_template/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/pset_template/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/pset_template/data.py b/src/blenderbim/blenderbim/bim/module/pset_template/data.py index ac34395013..d1ce09699f 100644 --- a/src/blenderbim/blenderbim/bim/module/pset_template/data.py +++ b/src/blenderbim/blenderbim/bim/module/pset_template/data.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/blenderbim/bim/module/pset_template/operator.py b/src/blenderbim/blenderbim/bim/module/pset_template/operator.py index 154bb446f5..78ea15d8ce 100644 --- a/src/blenderbim/blenderbim/bim/module/pset_template/operator.py +++ b/src/blenderbim/blenderbim/bim/module/pset_template/operator.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/pset_template/prop.py b/src/blenderbim/blenderbim/bim/module/pset_template/prop.py index 165144efd8..e0c177f816 100644 --- a/src/blenderbim/blenderbim/bim/module/pset_template/prop.py +++ b/src/blenderbim/blenderbim/bim/module/pset_template/prop.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020-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/blenderbim/bim/module/pset_template/ui.py b/src/blenderbim/blenderbim/bim/module/pset_template/ui.py index 1975438471..4a0778e604 100644 --- a/src/blenderbim/blenderbim/bim/module/pset_template/ui.py +++ b/src/blenderbim/blenderbim/bim/module/pset_template/ui.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 from bpy.types import Panel diff --git a/src/blenderbim/blenderbim/bim/module/qto/__init__.py b/src/blenderbim/blenderbim/bim/module/qto/__init__.py index 2510ce3182..f372462f73 100644 --- a/src/blenderbim/blenderbim/bim/module/qto/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/qto/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/qto/calculator.py b/src/blenderbim/blenderbim/bim/module/qto/calculator.py index 3e48666062..c323e33311 100644 --- a/src/blenderbim/blenderbim/bim/module/qto/calculator.py +++ b/src/blenderbim/blenderbim/bim/module/qto/calculator.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Dion Moult , Vukas Pajic # -# 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/blenderbim/bim/module/qto/data.py b/src/blenderbim/blenderbim/bim/module/qto/data.py index 1be10de8fd..af62a5c97e 100644 --- a/src/blenderbim/blenderbim/bim/module/qto/data.py +++ b/src/blenderbim/blenderbim/bim/module/qto/data.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/qto/helper.py b/src/blenderbim/blenderbim/bim/module/qto/helper.py index 036055f8ac..7265aa4400 100644 --- a/src/blenderbim/blenderbim/bim/module/qto/helper.py +++ b/src/blenderbim/blenderbim/bim/module/qto/helper.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/blenderbim/blenderbim/bim/module/qto/operator.py b/src/blenderbim/blenderbim/bim/module/qto/operator.py index 8fbdfadd7d..b92e3bab74 100644 --- a/src/blenderbim/blenderbim/bim/module/qto/operator.py +++ b/src/blenderbim/blenderbim/bim/module/qto/operator.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/blenderbim/blenderbim/bim/module/qto/prop.py b/src/blenderbim/blenderbim/bim/module/qto/prop.py index 73bf81afc6..ecfb1d2643 100644 --- a/src/blenderbim/blenderbim/bim/module/qto/prop.py +++ b/src/blenderbim/blenderbim/bim/module/qto/prop.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 ifc5d.qto diff --git a/src/blenderbim/blenderbim/bim/module/qto/ui.py b/src/blenderbim/blenderbim/bim/module/qto/ui.py index 70c03b1496..2ffd51ead5 100644 --- a/src/blenderbim/blenderbim/bim/module/qto/ui.py +++ b/src/blenderbim/blenderbim/bim/module/qto/ui.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 from blenderbim.bim.module.qto.data import QtoData diff --git a/src/blenderbim/blenderbim/bim/module/resource/__init__.py b/src/blenderbim/blenderbim/bim/module/resource/__init__.py index 8ab1410e3f..8d5c4e26fd 100644 --- a/src/blenderbim/blenderbim/bim/module/resource/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/resource/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/resource/data.py b/src/blenderbim/blenderbim/bim/module/resource/data.py index 94a21ec853..54cbce832b 100644 --- a/src/blenderbim/blenderbim/bim/module/resource/data.py +++ b/src/blenderbim/blenderbim/bim/module/resource/data.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2021-2022 Dion Moult , Yassine Oualid # -# 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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/resource/operator.py b/src/blenderbim/blenderbim/bim/module/resource/operator.py index 9024d82077..9fd14ece1c 100644 --- a/src/blenderbim/blenderbim/bim/module/resource/operator.py +++ b/src/blenderbim/blenderbim/bim/module/resource/operator.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 from bpy_extras.io_utils import ImportHelper diff --git a/src/blenderbim/blenderbim/bim/module/resource/prop.py b/src/blenderbim/blenderbim/bim/module/resource/prop.py index 08a6a480ce..b696b5013f 100644 --- a/src/blenderbim/blenderbim/bim/module/resource/prop.py +++ b/src/blenderbim/blenderbim/bim/module/resource/prop.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2021, 2022, 2023 Dion Moult, Yassine Oualid # -# 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.api diff --git a/src/blenderbim/blenderbim/bim/module/resource/ui.py b/src/blenderbim/blenderbim/bim/module/resource/ui.py index 2ac7faf426..c92b5a2a33 100644 --- a/src/blenderbim/blenderbim/bim/module/resource/ui.py +++ b/src/blenderbim/blenderbim/bim/module/resource/ui.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 blenderbim.bim.helper from bpy.types import Panel, UIList diff --git a/src/blenderbim/blenderbim/bim/module/root/__init__.py b/src/blenderbim/blenderbim/bim/module/root/__init__.py index 00a36e0817..cf8f4b44ad 100644 --- a/src/blenderbim/blenderbim/bim/module/root/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/root/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/root/data.py b/src/blenderbim/blenderbim/bim/module/root/data.py index 5b7f9c272a..7c67c38ba9 100644 --- a/src/blenderbim/blenderbim/bim/module/root/data.py +++ b/src/blenderbim/blenderbim/bim/module/root/data.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 . from collections import defaultdict import bpy diff --git a/src/blenderbim/blenderbim/bim/module/root/operator.py b/src/blenderbim/blenderbim/bim/module/root/operator.py index e41b1b5833..f7f4ef094a 100644 --- a/src/blenderbim/blenderbim/bim/module/root/operator.py +++ b/src/blenderbim/blenderbim/bim/module/root/operator.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/blenderbim/blenderbim/bim/module/root/prop.py b/src/blenderbim/blenderbim/bim/module/root/prop.py index 0bd82542c8..20b4a06b16 100644 --- a/src/blenderbim/blenderbim/bim/module/root/prop.py +++ b/src/blenderbim/blenderbim/bim/module/root/prop.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/blenderbim/blenderbim/bim/module/root/ui.py b/src/blenderbim/blenderbim/bim/module/root/ui.py index 80e44c6639..0b7d3df04b 100644 --- a/src/blenderbim/blenderbim/bim/module/root/ui.py +++ b/src/blenderbim/blenderbim/bim/module/root/ui.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 blenderbim.bim.module.root.prop as root_prop diff --git a/src/blenderbim/blenderbim/bim/module/search/__init__.py b/src/blenderbim/blenderbim/bim/module/search/__init__.py index 2abf6b132c..c89edd454f 100644 --- a/src/blenderbim/blenderbim/bim/module/search/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/search/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/search/data.py b/src/blenderbim/blenderbim/bim/module/search/data.py index 9907ea8f85..5c961bd159 100644 --- a/src/blenderbim/blenderbim/bim/module/search/data.py +++ b/src/blenderbim/blenderbim/bim/module/search/data.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy import json diff --git a/src/blenderbim/blenderbim/bim/module/search/operator.py b/src/blenderbim/blenderbim/bim/module/search/operator.py index 0e81c4f2e0..63fac6015b 100644 --- a/src/blenderbim/blenderbim/bim/module/search/operator.py +++ b/src/blenderbim/blenderbim/bim/module/search/operator.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 json diff --git a/src/blenderbim/blenderbim/bim/module/search/prop.py b/src/blenderbim/blenderbim/bim/module/search/prop.py index 46fd858153..4af1ab6118 100644 --- a/src/blenderbim/blenderbim/bim/module/search/prop.py +++ b/src/blenderbim/blenderbim/bim/module/search/prop.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/search/ui.py b/src/blenderbim/blenderbim/bim/module/search/ui.py index 2e4d31bba6..26e40593a9 100644 --- a/src/blenderbim/blenderbim/bim/module/search/ui.py +++ b/src/blenderbim/blenderbim/bim/module/search/ui.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 blenderbim.bim.helper diff --git a/src/blenderbim/blenderbim/bim/module/sequence/__init__.py b/src/blenderbim/blenderbim/bim/module/sequence/__init__.py index bb89b8152f..61f0554ccf 100644 --- a/src/blenderbim/blenderbim/bim/module/sequence/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/sequence/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/sequence/data.py b/src/blenderbim/blenderbim/bim/module/sequence/data.py index 239c99bf9d..4eca2f9124 100644 --- a/src/blenderbim/blenderbim/bim/module/sequence/data.py +++ b/src/blenderbim/blenderbim/bim/module/sequence/data.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2021 Dion Moult , 2021-2022 Yassine Oualid # -# 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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/sequence/helper.py b/src/blenderbim/blenderbim/bim/module/sequence/helper.py index 2e1cfed447..a00943e249 100644 --- a/src/blenderbim/blenderbim/bim/module/sequence/helper.py +++ b/src/blenderbim/blenderbim/bim/module/sequence/helper.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 isodate from dateutil import parser diff --git a/src/blenderbim/blenderbim/bim/module/sequence/operator.py b/src/blenderbim/blenderbim/bim/module/sequence/operator.py index 6dd6f47c09..4775c60822 100644 --- a/src/blenderbim/blenderbim/bim/module/sequence/operator.py +++ b/src/blenderbim/blenderbim/bim/module/sequence/operator.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021 Dion Moult , 2022 Yassine Oualid # -# 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/blenderbim/bim/module/sequence/prop.py b/src/blenderbim/blenderbim/bim/module/sequence/prop.py index 0a167108ab..bcfba5f6e5 100644 --- a/src/blenderbim/blenderbim/bim/module/sequence/prop.py +++ b/src/blenderbim/blenderbim/bim/module/sequence/prop.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 isodate diff --git a/src/blenderbim/blenderbim/bim/module/sequence/ui.py b/src/blenderbim/blenderbim/bim/module/sequence/ui.py index 284ce058dd..f6e9f6d8b0 100644 --- a/src/blenderbim/blenderbim/bim/module/sequence/ui.py +++ b/src/blenderbim/blenderbim/bim/module/sequence/ui.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 isodate import blenderbim.bim.helper diff --git a/src/blenderbim/blenderbim/bim/module/spatial/__init__.py b/src/blenderbim/blenderbim/bim/module/spatial/__init__.py index bdb5c81e8c..99d9bae24c 100644 --- a/src/blenderbim/blenderbim/bim/module/spatial/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/spatial/__init__.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 from . import ui, prop, operator, workspace diff --git a/src/blenderbim/blenderbim/bim/module/spatial/data.py b/src/blenderbim/blenderbim/bim/module/spatial/data.py index 7959e28bca..7db00158de 100644 --- a/src/blenderbim/blenderbim/bim/module/spatial/data.py +++ b/src/blenderbim/blenderbim/bim/module/spatial/data.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/spatial/operator.py b/src/blenderbim/blenderbim/bim/module/spatial/operator.py index 13b4c438d7..fc007c50dc 100644 --- a/src/blenderbim/blenderbim/bim/module/spatial/operator.py +++ b/src/blenderbim/blenderbim/bim/module/spatial/operator.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.util.element diff --git a/src/blenderbim/blenderbim/bim/module/spatial/prop.py b/src/blenderbim/blenderbim/bim/module/spatial/prop.py index 44dd026950..5996796dc0 100644 --- a/src/blenderbim/blenderbim/bim/module/spatial/prop.py +++ b/src/blenderbim/blenderbim/bim/module/spatial/prop.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 from blenderbim.bim.prop import StrProperty, Attribute diff --git a/src/blenderbim/blenderbim/bim/module/spatial/ui.py b/src/blenderbim/blenderbim/bim/module/spatial/ui.py index 84b7ab93da..bad36e53e0 100644 --- a/src/blenderbim/blenderbim/bim/module/spatial/ui.py +++ b/src/blenderbim/blenderbim/bim/module/spatial/ui.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 . from bpy.types import Panel, UIList from blenderbim.bim.module.spatial.data import SpatialData, SpatialDecompositionData diff --git a/src/blenderbim/blenderbim/bim/module/spatial/workspace.py b/src/blenderbim/blenderbim/bim/module/spatial/workspace.py index addb9c53b2..742f32f9ba 100644 --- a/src/blenderbim/blenderbim/bim/module/spatial/workspace.py +++ b/src/blenderbim/blenderbim/bim/module/spatial/workspace.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 os diff --git a/src/blenderbim/blenderbim/bim/module/structural/__init__.py b/src/blenderbim/blenderbim/bim/module/structural/__init__.py index 9bb2dbc6b8..22bd3c1f1f 100644 --- a/src/blenderbim/blenderbim/bim/module/structural/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/structural/__init__.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 from . import ui, prop, operator, workspace diff --git a/src/blenderbim/blenderbim/bim/module/structural/data.py b/src/blenderbim/blenderbim/bim/module/structural/data.py index 5c649a65b0..0a4d378e96 100644 --- a/src/blenderbim/blenderbim/bim/module/structural/data.py +++ b/src/blenderbim/blenderbim/bim/module/structural/data.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/structural/operator.py b/src/blenderbim/blenderbim/bim/module/structural/operator.py index 7cf14baa45..825c06f9dc 100644 --- a/src/blenderbim/blenderbim/bim/module/structural/operator.py +++ b/src/blenderbim/blenderbim/bim/module/structural/operator.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 json diff --git a/src/blenderbim/blenderbim/bim/module/structural/prop.py b/src/blenderbim/blenderbim/bim/module/structural/prop.py index 396b9228bd..ba67cd97d6 100644 --- a/src/blenderbim/blenderbim/bim/module/structural/prop.py +++ b/src/blenderbim/blenderbim/bim/module/structural/prop.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 . from math import radians import bpy diff --git a/src/blenderbim/blenderbim/bim/module/structural/ui.py b/src/blenderbim/blenderbim/bim/module/structural/ui.py index 19026a5399..a1012a81e4 100644 --- a/src/blenderbim/blenderbim/bim/module/structural/ui.py +++ b/src/blenderbim/blenderbim/bim/module/structural/ui.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 blenderbim.bim.helper diff --git a/src/blenderbim/blenderbim/bim/module/structural/workspace.py b/src/blenderbim/blenderbim/bim/module/structural/workspace.py index 1be725bc75..6fe0905edb 100644 --- a/src/blenderbim/blenderbim/bim/module/structural/workspace.py +++ b/src/blenderbim/blenderbim/bim/module/structural/workspace.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 os diff --git a/src/blenderbim/blenderbim/bim/module/style/__init__.py b/src/blenderbim/blenderbim/bim/module/style/__init__.py index 09fe3102aa..fa878542e8 100644 --- a/src/blenderbim/blenderbim/bim/module/style/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/style/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/style/data.py b/src/blenderbim/blenderbim/bim/module/style/data.py index 0970221caa..97fbd1c31e 100644 --- a/src/blenderbim/blenderbim/bim/module/style/data.py +++ b/src/blenderbim/blenderbim/bim/module/style/data.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/blenderbim/bim/module/style/operator.py b/src/blenderbim/blenderbim/bim/module/style/operator.py index 0fb03aae89..3adf1a72a2 100644 --- a/src/blenderbim/blenderbim/bim/module/style/operator.py +++ b/src/blenderbim/blenderbim/bim/module/style/operator.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/style/prop.py b/src/blenderbim/blenderbim/bim/module/style/prop.py index d64fc8769a..637bd4cf4e 100644 --- a/src/blenderbim/blenderbim/bim/module/style/prop.py +++ b/src/blenderbim/blenderbim/bim/module/style/prop.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/style/ui.py b/src/blenderbim/blenderbim/bim/module/style/ui.py index 1702001672..a849649320 100644 --- a/src/blenderbim/blenderbim/bim/module/style/ui.py +++ b/src/blenderbim/blenderbim/bim/module/style/ui.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 blenderbim.bim.helper diff --git a/src/blenderbim/blenderbim/bim/module/system/__init__.py b/src/blenderbim/blenderbim/bim/module/system/__init__.py index 0c500595da..92782ae6fe 100644 --- a/src/blenderbim/blenderbim/bim/module/system/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/system/__init__.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 from . import ui, prop, operator, decorator diff --git a/src/blenderbim/blenderbim/bim/module/system/data.py b/src/blenderbim/blenderbim/bim/module/system/data.py index f9df9c2637..a8cb395fc1 100644 --- a/src/blenderbim/blenderbim/bim/module/system/data.py +++ b/src/blenderbim/blenderbim/bim/module/system/data.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/blenderbim/bim/module/system/decorator.py b/src/blenderbim/blenderbim/bim/module/system/decorator.py index 0cc8d8ad6f..371e48ee26 100644 --- a/src/blenderbim/blenderbim/bim/module/system/decorator.py +++ b/src/blenderbim/blenderbim/bim/module/system/decorator.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 . import bpy import gpu diff --git a/src/blenderbim/blenderbim/bim/module/system/operator.py b/src/blenderbim/blenderbim/bim/module/system/operator.py index f987a4ce09..1e8a3bb332 100644 --- a/src/blenderbim/blenderbim/bim/module/system/operator.py +++ b/src/blenderbim/blenderbim/bim/module/system/operator.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.api diff --git a/src/blenderbim/blenderbim/bim/module/system/prop.py b/src/blenderbim/blenderbim/bim/module/system/prop.py index 7d935e1910..69672a707a 100644 --- a/src/blenderbim/blenderbim/bim/module/system/prop.py +++ b/src/blenderbim/blenderbim/bim/module/system/prop.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 from blenderbim.bim.module.system.data import SystemData diff --git a/src/blenderbim/blenderbim/bim/module/system/ui.py b/src/blenderbim/blenderbim/bim/module/system/ui.py index bc34669380..d44bf24541 100644 --- a/src/blenderbim/blenderbim/bim/module/system/ui.py +++ b/src/blenderbim/blenderbim/bim/module/system/ui.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 blenderbim.bim.helper diff --git a/src/blenderbim/blenderbim/bim/module/tester/__init__.py b/src/blenderbim/blenderbim/bim/module/tester/__init__.py index fa3ab04089..d998a325a8 100644 --- a/src/blenderbim/blenderbim/bim/module/tester/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/tester/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/tester/data.py b/src/blenderbim/blenderbim/bim/module/tester/data.py index 742b471f89..4cc1028ed9 100644 --- a/src/blenderbim/blenderbim/bim/module/tester/data.py +++ b/src/blenderbim/blenderbim/bim/module/tester/data.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import bpy import blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/tester/operator.py b/src/blenderbim/blenderbim/bim/module/tester/operator.py index 27cc2f4523..3d04d3f6a7 100644 --- a/src/blenderbim/blenderbim/bim/module/tester/operator.py +++ b/src/blenderbim/blenderbim/bim/module/tester/operator.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/tester/prop.py b/src/blenderbim/blenderbim/bim/module/tester/prop.py index 7c496c7d84..ee66957505 100644 --- a/src/blenderbim/blenderbim/bim/module/tester/prop.py +++ b/src/blenderbim/blenderbim/bim/module/tester/prop.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 . from blenderbim.bim.module.tester.data import TesterData from blenderbim.bim.prop import StrProperty, MultipleFileSelect diff --git a/src/blenderbim/blenderbim/bim/module/tester/ui.py b/src/blenderbim/blenderbim/bim/module/tester/ui.py index 29b2f35eb9..6c952f2509 100644 --- a/src/blenderbim/blenderbim/bim/module/tester/ui.py +++ b/src/blenderbim/blenderbim/bim/module/tester/ui.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.tool as tool from bpy.types import Panel, UIList diff --git a/src/blenderbim/blenderbim/bim/module/type/__init__.py b/src/blenderbim/blenderbim/bim/module/type/__init__.py index 3a793dedd3..445c9e1e28 100644 --- a/src/blenderbim/blenderbim/bim/module/type/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/type/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/type/data.py b/src/blenderbim/blenderbim/bim/module/type/data.py index 27a9ef5c13..0c0efb3683 100644 --- a/src/blenderbim/blenderbim/bim/module/type/data.py +++ b/src/blenderbim/blenderbim/bim/module/type/data.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.util.type diff --git a/src/blenderbim/blenderbim/bim/module/type/operator.py b/src/blenderbim/blenderbim/bim/module/type/operator.py index e2c0754a9b..9938a1a3ec 100644 --- a/src/blenderbim/blenderbim/bim/module/type/operator.py +++ b/src/blenderbim/blenderbim/bim/module/type/operator.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/blenderbim/blenderbim/bim/module/type/prop.py b/src/blenderbim/blenderbim/bim/module/type/prop.py index d390a9e4b4..92704b8ecf 100644 --- a/src/blenderbim/blenderbim/bim/module/type/prop.py +++ b/src/blenderbim/blenderbim/bim/module/type/prop.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.util.element diff --git a/src/blenderbim/blenderbim/bim/module/type/ui.py b/src/blenderbim/blenderbim/bim/module/type/ui.py index 8949b77bb3..2119f52dbe 100644 --- a/src/blenderbim/blenderbim/bim/module/type/ui.py +++ b/src/blenderbim/blenderbim/bim/module/type/ui.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 blenderbim.tool as tool import blenderbim.bim.module.type.prop as type_prop diff --git a/src/blenderbim/blenderbim/bim/module/unit/__init__.py b/src/blenderbim/blenderbim/bim/module/unit/__init__.py index 3eab1de36b..29f209dcd3 100644 --- a/src/blenderbim/blenderbim/bim/module/unit/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/unit/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/unit/data.py b/src/blenderbim/blenderbim/bim/module/unit/data.py index 1236ab2505..c8972871ec 100644 --- a/src/blenderbim/blenderbim/bim/module/unit/data.py +++ b/src/blenderbim/blenderbim/bim/module/unit/data.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 ifcopenshell import ifcopenshell.util.unit diff --git a/src/blenderbim/blenderbim/bim/module/unit/operator.py b/src/blenderbim/blenderbim/bim/module/unit/operator.py index 3dfe2a9619..763a424dc2 100644 --- a/src/blenderbim/blenderbim/bim/module/unit/operator.py +++ b/src/blenderbim/blenderbim/bim/module/unit/operator.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 json diff --git a/src/blenderbim/blenderbim/bim/module/unit/prop.py b/src/blenderbim/blenderbim/bim/module/unit/prop.py index 22ef9c7a0e..8881320f07 100644 --- a/src/blenderbim/blenderbim/bim/module/unit/prop.py +++ b/src/blenderbim/blenderbim/bim/module/unit/prop.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 from blenderbim.bim.ifc import IfcStore diff --git a/src/blenderbim/blenderbim/bim/module/unit/ui.py b/src/blenderbim/blenderbim/bim/module/unit/ui.py index 657dbc85c9..5476a16ace 100644 --- a/src/blenderbim/blenderbim/bim/module/unit/ui.py +++ b/src/blenderbim/blenderbim/bim/module/unit/ui.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 blenderbim.bim.helper from bpy.types import Panel, UIList diff --git a/src/blenderbim/blenderbim/bim/module/void/__init__.py b/src/blenderbim/blenderbim/bim/module/void/__init__.py index 30bdd5c9b9..68995f1b2e 100644 --- a/src/blenderbim/blenderbim/bim/module/void/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/void/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/void/data.py b/src/blenderbim/blenderbim/bim/module/void/data.py index 24b74b8a9a..8f47797324 100644 --- a/src/blenderbim/blenderbim/bim/module/void/data.py +++ b/src/blenderbim/blenderbim/bim/module/void/data.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/void/operator.py b/src/blenderbim/blenderbim/bim/module/void/operator.py index d38f46f391..a1211793a4 100644 --- a/src/blenderbim/blenderbim/bim/module/void/operator.py +++ b/src/blenderbim/blenderbim/bim/module/void/operator.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.api diff --git a/src/blenderbim/blenderbim/bim/module/void/prop.py b/src/blenderbim/blenderbim/bim/module/void/prop.py index faa3813f46..94953be98b 100644 --- a/src/blenderbim/blenderbim/bim/module/void/prop.py +++ b/src/blenderbim/blenderbim/bim/module/void/prop.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 from bpy.types import PropertyGroup diff --git a/src/blenderbim/blenderbim/bim/module/void/ui.py b/src/blenderbim/blenderbim/bim/module/void/ui.py index 805dd31e24..9a8a39e60f 100644 --- a/src/blenderbim/blenderbim/bim/module/void/ui.py +++ b/src/blenderbim/blenderbim/bim/module/void/ui.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/web/__init__.py b/src/blenderbim/blenderbim/bim/module/web/__init__.py index 17c5271f01..de3f7015a4 100644 --- a/src/blenderbim/blenderbim/bim/module/web/__init__.py +++ b/src/blenderbim/blenderbim/bim/module/web/__init__.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 from . import ui, prop, operator diff --git a/src/blenderbim/blenderbim/bim/module/web/data.py b/src/blenderbim/blenderbim/bim/module/web/data.py index 298256d8bb..70bcb1a83d 100644 --- a/src/blenderbim/blenderbim/bim/module/web/data.py +++ b/src/blenderbim/blenderbim/bim/module/web/data.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 blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/bim/module/web/operator.py b/src/blenderbim/blenderbim/bim/module/web/operator.py index 8d2e5d0387..41b47ca282 100644 --- a/src/blenderbim/blenderbim/bim/module/web/operator.py +++ b/src/blenderbim/blenderbim/bim/module/web/operator.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 bpy diff --git a/src/blenderbim/blenderbim/bim/module/web/prop.py b/src/blenderbim/blenderbim/bim/module/web/prop.py index 181133eb5e..cecd3c9311 100644 --- a/src/blenderbim/blenderbim/bim/module/web/prop.py +++ b/src/blenderbim/blenderbim/bim/module/web/prop.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 from bpy.types import PropertyGroup diff --git a/src/blenderbim/blenderbim/bim/module/web/ui.py b/src/blenderbim/blenderbim/bim/module/web/ui.py index f1fda8a1bd..8cee7e4b59 100644 --- a/src/blenderbim/blenderbim/bim/module/web/ui.py +++ b/src/blenderbim/blenderbim/bim/module/web/ui.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 . from bpy.types import Panel from blenderbim.bim.module.web.data import WebData diff --git a/src/blenderbim/blenderbim/bim/operator.py b/src/blenderbim/blenderbim/bim/operator.py index c0fffe66ac..acc5db8a2a 100644 --- a/src/blenderbim/blenderbim/bim/operator.py +++ b/src/blenderbim/blenderbim/bim/operator.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 bpy diff --git a/src/blenderbim/blenderbim/bim/prop.py b/src/blenderbim/blenderbim/bim/prop.py index 47e22c1134..deef175dd6 100644 --- a/src/blenderbim/blenderbim/bim/prop.py +++ b/src/blenderbim/blenderbim/bim/prop.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2020, 2021, 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 . from pathlib import Path import os diff --git a/src/blenderbim/blenderbim/bim/schema.py b/src/blenderbim/blenderbim/bim/schema.py index e2cc5a3d1e..93300e0c45 100644 --- a/src/blenderbim/blenderbim/bim/schema.py +++ b/src/blenderbim/blenderbim/bim/schema.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 bpy diff --git a/src/blenderbim/blenderbim/bim/ui.py b/src/blenderbim/blenderbim/bim/ui.py index 2ea54b37f8..c08e70f6b2 100644 --- a/src/blenderbim/blenderbim/bim/ui.py +++ b/src/blenderbim/blenderbim/bim/ui.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 bpy @@ -271,7 +271,7 @@ class BIM_ADDON_preferences(bpy.types.AddonPreferences): ) row = box.row() row.label( - text="To upgrade, first uninstall your current BlenderBIM Add-on, then install the new version.", + text="To upgrade, first uninstall your current Bonsai, then install the new version.", icon="ERROR", ) @@ -378,7 +378,7 @@ class BIM_ADDON_preferences(bpy.types.AddonPreferences): # Scene panel groups class BIM_PT_tabs(Panel): - bl_label = "BlenderBIM Add-on" + bl_label = "Bonsai" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "scene" @@ -1052,7 +1052,7 @@ class UIData: def draw_statusbar(self, context): if not UIData.is_loaded: UIData.load() - text = f"BlenderBIM Add-on v{UIData.data['version']}" + text = f"Bonsai v{UIData.data['version']}" self.layout.label(text=text) diff --git a/src/blenderbim/blenderbim/core/__init__.py b/src/blenderbim/blenderbim/core/__init__.py index fb33323db9..fa692422fc 100644 --- a/src/blenderbim/blenderbim/core/__init__.py +++ b/src/blenderbim/blenderbim/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/blenderbim/core/aggregate.py b/src/blenderbim/blenderbim/core/aggregate.py index a8773b8536..89e80fe82f 100644 --- a/src/blenderbim/blenderbim/core/aggregate.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations from typing import TYPE_CHECKING, Optional, Union diff --git a/src/blenderbim/blenderbim/core/attribute.py b/src/blenderbim/blenderbim/core/attribute.py index 4ad8515e8f..e60a5bdeb5 100644 --- a/src/blenderbim/blenderbim/core/attribute.py +++ b/src/blenderbim/blenderbim/core/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 . def copy_attribute_to_selection(ifc, name=None, value=None, obj=None): diff --git a/src/blenderbim/blenderbim/core/brick.py b/src/blenderbim/blenderbim/core/brick.py index c31586ebd7..4d537a6751 100644 --- a/src/blenderbim/blenderbim/core/brick.py +++ b/src/blenderbim/blenderbim/core/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 . def load_brick_project(brick, filepath=None, brick_root=None): diff --git a/src/blenderbim/blenderbim/core/bsdd.py b/src/blenderbim/blenderbim/core/bsdd.py index b18eae23c5..b46d08724f 100644 --- a/src/blenderbim/blenderbim/core/bsdd.py +++ b/src/blenderbim/blenderbim/core/bsdd.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 . from __future__ import annotations from typing import TYPE_CHECKING, Optional, Any diff --git a/src/blenderbim/blenderbim/core/context.py b/src/blenderbim/blenderbim/core/context.py index ba4c15b4c8..5ef631bae2 100644 --- a/src/blenderbim/blenderbim/core/context.py +++ b/src/blenderbim/blenderbim/core/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 . def add_context(ifc, context_type=None, context_identifier=None, target_view=None, parent=None): diff --git a/src/blenderbim/blenderbim/core/cost.py b/src/blenderbim/blenderbim/core/cost.py index eaf7f454fe..f67c940d81 100644 --- a/src/blenderbim/blenderbim/core/cost.py +++ b/src/blenderbim/blenderbim/core/cost.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 . from __future__ import annotations from typing import TYPE_CHECKING, Optional, Union, Literal diff --git a/src/blenderbim/blenderbim/core/covering.py b/src/blenderbim/blenderbim/core/covering.py index 123da50899..6a4b734790 100644 --- a/src/blenderbim/blenderbim/core/covering.py +++ b/src/blenderbim/blenderbim/core/covering.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 . from __future__ import annotations from typing import TYPE_CHECKING, Optional diff --git a/src/blenderbim/blenderbim/core/debug.py b/src/blenderbim/blenderbim/core/debug.py index fd6356aa0d..94f78d4a9f 100644 --- a/src/blenderbim/blenderbim/core/debug.py +++ b/src/blenderbim/blenderbim/core/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 . def parse_express(debug, filename): diff --git a/src/blenderbim/blenderbim/core/demo.py b/src/blenderbim/blenderbim/core/demo.py index 6de3f15adc..949a389157 100644 --- a/src/blenderbim/blenderbim/core/demo.py +++ b/src/blenderbim/blenderbim/core/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/blenderbim/core/document.py b/src/blenderbim/blenderbim/core/document.py index ce58e1edf4..222892a287 100644 --- a/src/blenderbim/blenderbim/core/document.py +++ b/src/blenderbim/blenderbim/core/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 . def load_project_documents(document): diff --git a/src/blenderbim/blenderbim/core/drawing.py b/src/blenderbim/blenderbim/core/drawing.py index a8c19fa42a..1a3cc00ad4 100644 --- a/src/blenderbim/blenderbim/core/drawing.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations from pathlib import Path diff --git a/src/blenderbim/blenderbim/core/geometry.py b/src/blenderbim/blenderbim/core/geometry.py index 9861d5b1a2..f81d8eb705 100644 --- a/src/blenderbim/blenderbim/core/geometry.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations from typing import TYPE_CHECKING, Optional, Sequence diff --git a/src/blenderbim/blenderbim/core/georeference.py b/src/blenderbim/blenderbim/core/georeference.py index ce49dadf78..b0bf5572c6 100644 --- a/src/blenderbim/blenderbim/core/georeference.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations from typing import TYPE_CHECKING, Optional diff --git a/src/blenderbim/blenderbim/core/library.py b/src/blenderbim/blenderbim/core/library.py index 6b5ce7e767..be873fb827 100644 --- a/src/blenderbim/blenderbim/core/library.py +++ b/src/blenderbim/blenderbim/core/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 . def add_library(ifc): diff --git a/src/blenderbim/blenderbim/core/material.py b/src/blenderbim/blenderbim/core/material.py index fba7082cc1..0ee6fde542 100644 --- a/src/blenderbim/blenderbim/core/material.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations from typing import TYPE_CHECKING, Optional, Union diff --git a/src/blenderbim/blenderbim/core/misc.py b/src/blenderbim/blenderbim/core/misc.py index 5aff2100c0..033e7ab76f 100644 --- a/src/blenderbim/blenderbim/core/misc.py +++ b/src/blenderbim/blenderbim/core/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 . def resize_to_storey(misc, obj=None, total_storeys=None): diff --git a/src/blenderbim/blenderbim/core/model.py b/src/blenderbim/blenderbim/core/model.py index f609d0cfce..c06b077cc5 100644 --- a/src/blenderbim/blenderbim/core/model.py +++ b/src/blenderbim/blenderbim/core/model.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.tool as tool from typing import Literal diff --git a/src/blenderbim/blenderbim/core/nest.py b/src/blenderbim/blenderbim/core/nest.py index 2dec6b2280..c8eef3b759 100644 --- a/src/blenderbim/blenderbim/core/nest.py +++ b/src/blenderbim/blenderbim/core/nest.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . def enable_editing_nest(nest, obj=None): diff --git a/src/blenderbim/blenderbim/core/owner.py b/src/blenderbim/blenderbim/core/owner.py index e6f8793685..93e6416f2b 100644 --- a/src/blenderbim/blenderbim/core/owner.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations from typing import TYPE_CHECKING, Optional, Union diff --git a/src/blenderbim/blenderbim/core/patch.py b/src/blenderbim/blenderbim/core/patch.py index 19571437c3..4a7b477c58 100644 --- a/src/blenderbim/blenderbim/core/patch.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations diff --git a/src/blenderbim/blenderbim/core/profile.py b/src/blenderbim/blenderbim/core/profile.py index 549120631f..ad30ccbd9f 100644 --- a/src/blenderbim/blenderbim/core/profile.py +++ b/src/blenderbim/blenderbim/core/profile.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . from __future__ import annotations from typing import TYPE_CHECKING, Optional diff --git a/src/blenderbim/blenderbim/core/project.py b/src/blenderbim/blenderbim/core/project.py index df8909df5f..3042d9d3e5 100644 --- a/src/blenderbim/blenderbim/core/project.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations from typing import TYPE_CHECKING, Optional diff --git a/src/blenderbim/blenderbim/core/pset.py b/src/blenderbim/blenderbim/core/pset.py index ab2370db38..9da83d73a4 100644 --- a/src/blenderbim/blenderbim/core/pset.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations diff --git a/src/blenderbim/blenderbim/core/qto.py b/src/blenderbim/blenderbim/core/qto.py index 1b31bd69ad..beb4b3fe79 100644 --- a/src/blenderbim/blenderbim/core/qto.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations from typing import TYPE_CHECKING diff --git a/src/blenderbim/blenderbim/core/resource.py b/src/blenderbim/blenderbim/core/resource.py index cf703df41b..e7399fd18c 100644 --- a/src/blenderbim/blenderbim/core/resource.py +++ b/src/blenderbim/blenderbim/core/resource.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 Dion Moult, Yassine Oualid # -# 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/blenderbim/core/root.py b/src/blenderbim/blenderbim/core/root.py index f00198340d..165c717ed9 100644 --- a/src/blenderbim/blenderbim/core/root.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations from typing import TYPE_CHECKING, Optional diff --git a/src/blenderbim/blenderbim/core/sequence.py b/src/blenderbim/blenderbim/core/sequence.py index b064f70bc6..ff8b4455c6 100644 --- a/src/blenderbim/blenderbim/core/sequence.py +++ b/src/blenderbim/blenderbim/core/sequence.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2021, 2022 Dion Moult , Yassine Oualid # -# 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 __future__ import annotations from typing import TYPE_CHECKING, Optional, Union diff --git a/src/blenderbim/blenderbim/core/spatial.py b/src/blenderbim/blenderbim/core/spatial.py index 22078696d9..08c0797137 100644 --- a/src/blenderbim/blenderbim/core/spatial.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations from typing import TYPE_CHECKING, Optional, Union diff --git a/src/blenderbim/blenderbim/core/structural.py b/src/blenderbim/blenderbim/core/structural.py index 06367c039c..704e974da9 100644 --- a/src/blenderbim/blenderbim/core/structural.py +++ b/src/blenderbim/blenderbim/core/structural.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 . def add_structural_analysis_model(ifc, structural): diff --git a/src/blenderbim/blenderbim/core/style.py b/src/blenderbim/blenderbim/core/style.py index b98c749c42..964a45719f 100644 --- a/src/blenderbim/blenderbim/core/style.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations from typing import TYPE_CHECKING, Optional, Any diff --git a/src/blenderbim/blenderbim/core/system.py b/src/blenderbim/blenderbim/core/system.py index 074e64b861..7e6d0b7164 100644 --- a/src/blenderbim/blenderbim/core/system.py +++ b/src/blenderbim/blenderbim/core/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 . def load_systems(system): diff --git a/src/blenderbim/blenderbim/core/tool.py b/src/blenderbim/blenderbim/core/tool.py index f6e378d0ab..c58c771832 100644 --- a/src/blenderbim/blenderbim/core/tool.py +++ b/src/blenderbim/blenderbim/core/tool.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 abc import inspect @@ -33,13 +33,13 @@ def interface(cls): # ############################################################################ # -# 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! # ############################################################################ # # This portion of the code is singled out as it is part of the Demo module, used -# to teach people how the code is structured in the BlenderBIM Add-on. +# to teach people how the code is structured in the Bonsai. # This is an example "interface" (as in, a software interface, not a user # interface) for the Demo module. Think of it as a list of all of the functions diff --git a/src/blenderbim/blenderbim/core/type.py b/src/blenderbim/blenderbim/core/type.py index 203d5e13e4..c94f556985 100644 --- a/src/blenderbim/blenderbim/core/type.py +++ b/src/blenderbim/blenderbim/core/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 . from __future__ import annotations import blenderbim.core.geometry diff --git a/src/blenderbim/blenderbim/core/unit.py b/src/blenderbim/blenderbim/core/unit.py index f41ec2c974..313bfeb2ef 100644 --- a/src/blenderbim/blenderbim/core/unit.py +++ b/src/blenderbim/blenderbim/core/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 . def assign_scene_units(ifc, unit): diff --git a/src/blenderbim/blenderbim/tool/__init__.py b/src/blenderbim/blenderbim/tool/__init__.py index a3e40ad81a..b4164c81f6 100644 --- a/src/blenderbim/blenderbim/tool/__init__.py +++ b/src/blenderbim/blenderbim/tool/__init__.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 . from blenderbim.tool.aggregate import Aggregate from blenderbim.tool.blender import Blender diff --git a/src/blenderbim/blenderbim/tool/aggregate.py b/src/blenderbim/blenderbim/tool/aggregate.py index 068c146e71..451a0327a8 100644 --- a/src/blenderbim/blenderbim/tool/aggregate.py +++ b/src/blenderbim/blenderbim/tool/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 blenderbim.core.tool diff --git a/src/blenderbim/blenderbim/tool/blender.py b/src/blenderbim/blenderbim/tool/blender.py index 7f1ff37846..4c1c3ec11f 100644 --- a/src/blenderbim/blenderbim/tool/blender.py +++ b/src/blenderbim/blenderbim/tool/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 . from __future__ import annotations import bpy diff --git a/src/blenderbim/blenderbim/tool/boundary.py b/src/blenderbim/blenderbim/tool/boundary.py index a0cc01d78c..25f9947673 100644 --- a/src/blenderbim/blenderbim/tool/boundary.py +++ b/src/blenderbim/blenderbim/tool/boundary.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 Cyril Waechter # -# 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 mathutils diff --git a/src/blenderbim/blenderbim/tool/brick.py b/src/blenderbim/blenderbim/tool/brick.py index 303d2ba909..40faeb69c7 100644 --- a/src/blenderbim/blenderbim/tool/brick.py +++ b/src/blenderbim/blenderbim/tool/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/blenderbim/tool/cad.py b/src/blenderbim/blenderbim/tool/cad.py index 8c9c8a936a..d7f114558a 100644 --- a/src/blenderbim/blenderbim/tool/cad.py +++ b/src/blenderbim/blenderbim/tool/cad.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 . # This code was originally taken from https://github.com/zeffii/mesh_tiny_cad # which is typically bundled with Blender, licensed under GPL v2-or-later. diff --git a/src/blenderbim/blenderbim/tool/clash.py b/src/blenderbim/blenderbim/tool/clash.py index c83c3f9deb..4a20b5f5cb 100644 --- a/src/blenderbim/blenderbim/tool/clash.py +++ b/src/blenderbim/blenderbim/tool/clash.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/blenderbim/blenderbim/tool/classification.py b/src/blenderbim/blenderbim/tool/classification.py index 0d07c91c7f..07e54f477f 100644 --- a/src/blenderbim/blenderbim/tool/classification.py +++ b/src/blenderbim/blenderbim/tool/classification.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 . from __future__ import annotations import bpy diff --git a/src/blenderbim/blenderbim/tool/collector.py b/src/blenderbim/blenderbim/tool/collector.py index e8c0017cc8..d44c161e23 100644 --- a/src/blenderbim/blenderbim/tool/collector.py +++ b/src/blenderbim/blenderbim/tool/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 blenderbim.core.tool diff --git a/src/blenderbim/blenderbim/tool/context.py b/src/blenderbim/blenderbim/tool/context.py index 6eeebf22e2..aa777930a0 100644 --- a/src/blenderbim/blenderbim/tool/context.py +++ b/src/blenderbim/blenderbim/tool/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 blenderbim.bim.helper diff --git a/src/blenderbim/blenderbim/tool/covering.py b/src/blenderbim/blenderbim/tool/covering.py index d73bb629de..1c0e060baf 100644 --- a/src/blenderbim/blenderbim/tool/covering.py +++ b/src/blenderbim/blenderbim/tool/covering.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/blenderbim/tool/debug.py b/src/blenderbim/blenderbim/tool/debug.py index 3bf44856a1..698eb27a51 100644 --- a/src/blenderbim/blenderbim/tool/debug.py +++ b/src/blenderbim/blenderbim/tool/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/blenderbim/tool/demo.py b/src/blenderbim/blenderbim/tool/demo.py index 1cabe848c7..cc7b99c18f 100644 --- a/src/blenderbim/blenderbim/tool/demo.py +++ b/src/blenderbim/blenderbim/tool/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/blenderbim/tool/document.py b/src/blenderbim/blenderbim/tool/document.py index 8527b28a23..dfe7c97ba6 100644 --- a/src/blenderbim/blenderbim/tool/document.py +++ b/src/blenderbim/blenderbim/tool/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.util.system diff --git a/src/blenderbim/blenderbim/tool/drawing.py b/src/blenderbim/blenderbim/tool/drawing.py index 58ccf36bae..8ffe072d1e 100644 --- a/src/blenderbim/blenderbim/tool/drawing.py +++ b/src/blenderbim/blenderbim/tool/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 import re diff --git a/src/blenderbim/blenderbim/tool/geometry.py b/src/blenderbim/blenderbim/tool/geometry.py index 587d10c2ce..a9370c34f8 100644 --- a/src/blenderbim/blenderbim/tool/geometry.py +++ b/src/blenderbim/blenderbim/tool/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 bmesh diff --git a/src/blenderbim/blenderbim/tool/georeference.py b/src/blenderbim/blenderbim/tool/georeference.py index df73810248..885d60cbb1 100644 --- a/src/blenderbim/blenderbim/tool/georeference.py +++ b/src/blenderbim/blenderbim/tool/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 bpy import json diff --git a/src/blenderbim/blenderbim/tool/ifc.py b/src/blenderbim/blenderbim/tool/ifc.py index f1e5afa03a..a3a0b90b7b 100644 --- a/src/blenderbim/blenderbim/tool/ifc.py +++ b/src/blenderbim/blenderbim/tool/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 os import bpy diff --git a/src/blenderbim/blenderbim/tool/ifcgit.py b/src/blenderbim/blenderbim/tool/ifcgit.py index 81b397964a..eb0dae5c96 100644 --- a/src/blenderbim/blenderbim/tool/ifcgit.py +++ b/src/blenderbim/blenderbim/tool/ifcgit.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 . from __future__ import annotations import os diff --git a/src/blenderbim/blenderbim/tool/library.py b/src/blenderbim/blenderbim/tool/library.py index b356670149..cdcb3362d5 100644 --- a/src/blenderbim/blenderbim/tool/library.py +++ b/src/blenderbim/blenderbim/tool/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 blenderbim.core.tool diff --git a/src/blenderbim/blenderbim/tool/loader.py b/src/blenderbim/blenderbim/tool/loader.py index abcc3194f3..b4d9eca463 100644 --- a/src/blenderbim/blenderbim/tool/loader.py +++ b/src/blenderbim/blenderbim/tool/loader.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . from __future__ import annotations import os diff --git a/src/blenderbim/blenderbim/tool/material.py b/src/blenderbim/blenderbim/tool/material.py index df57363c74..4fc03c98e1 100644 --- a/src/blenderbim/blenderbim/tool/material.py +++ b/src/blenderbim/blenderbim/tool/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 . from __future__ import annotations import bpy diff --git a/src/blenderbim/blenderbim/tool/misc.py b/src/blenderbim/blenderbim/tool/misc.py index d34e10a716..d8dbd7c38d 100644 --- a/src/blenderbim/blenderbim/tool/misc.py +++ b/src/blenderbim/blenderbim/tool/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 bmesh diff --git a/src/blenderbim/blenderbim/tool/model.py b/src/blenderbim/blenderbim/tool/model.py index 46dcc4e6b8..ce972060e4 100644 --- a/src/blenderbim/blenderbim/tool/model.py +++ b/src/blenderbim/blenderbim/tool/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 json diff --git a/src/blenderbim/blenderbim/tool/nest.py b/src/blenderbim/blenderbim/tool/nest.py index cf2912902e..f8beabed06 100644 --- a/src/blenderbim/blenderbim/tool/nest.py +++ b/src/blenderbim/blenderbim/tool/nest.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 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 . import blenderbim.core.tool import blenderbim.tool as tool diff --git a/src/blenderbim/blenderbim/tool/owner.py b/src/blenderbim/blenderbim/tool/owner.py index 80ae7db456..9328cc4db4 100644 --- a/src/blenderbim/blenderbim/tool/owner.py +++ b/src/blenderbim/blenderbim/tool/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 blenderbim.core.tool diff --git a/src/blenderbim/blenderbim/tool/patch.py b/src/blenderbim/blenderbim/tool/patch.py index f543a98c6a..b0ec56a8b6 100644 --- a/src/blenderbim/blenderbim/tool/patch.py +++ b/src/blenderbim/blenderbim/tool/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 bpy import ifcopenshell diff --git a/src/blenderbim/blenderbim/tool/profile.py b/src/blenderbim/blenderbim/tool/profile.py index cc2bb50b19..b60a273759 100644 --- a/src/blenderbim/blenderbim/tool/profile.py +++ b/src/blenderbim/blenderbim/tool/profile.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.geom diff --git a/src/blenderbim/blenderbim/tool/project.py b/src/blenderbim/blenderbim/tool/project.py index b99c24a36e..848b630209 100644 --- a/src/blenderbim/blenderbim/tool/project.py +++ b/src/blenderbim/blenderbim/tool/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 os import bpy diff --git a/src/blenderbim/blenderbim/tool/pset.py b/src/blenderbim/blenderbim/tool/pset.py index d278e20a7c..6ceaee4cdf 100644 --- a/src/blenderbim/blenderbim/tool/pset.py +++ b/src/blenderbim/blenderbim/tool/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/blenderbim/tool/qto.py b/src/blenderbim/blenderbim/tool/qto.py index a014542eca..2e33d15929 100644 --- a/src/blenderbim/blenderbim/tool/qto.py +++ b/src/blenderbim/blenderbim/tool/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 blenderbim.core.tool diff --git a/src/blenderbim/blenderbim/tool/raycast.py b/src/blenderbim/blenderbim/tool/raycast.py index 70c2c9d5e7..b74e21c3e0 100644 --- a/src/blenderbim/blenderbim/tool/raycast.py +++ b/src/blenderbim/blenderbim/tool/raycast.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 Cyril Waechter # -# 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 from bpy_extras import view3d_utils diff --git a/src/blenderbim/blenderbim/tool/resource.py b/src/blenderbim/blenderbim/tool/resource.py index a552303a42..954359056d 100644 --- a/src/blenderbim/blenderbim/tool/resource.py +++ b/src/blenderbim/blenderbim/tool/resource.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 Dion Moult, Yassine Oualid # -# 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/blenderbim/tool/root.py b/src/blenderbim/blenderbim/tool/root.py index 4a35e2dc40..3e1f504b07 100644 --- a/src/blenderbim/blenderbim/tool/root.py +++ b/src/blenderbim/blenderbim/tool/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/blenderbim/tool/sequence.py b/src/blenderbim/blenderbim/tool/sequence.py index 2382224e0b..070d063437 100644 --- a/src/blenderbim/blenderbim/tool/sequence.py +++ b/src/blenderbim/blenderbim/tool/sequence.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2021 Dion Moult , 2022 Yassine Oualid # -# 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/blenderbim/blenderbim/tool/snap.py b/src/blenderbim/blenderbim/tool/snap.py index 5d3c22668a..d1a80c516e 100644 --- a/src/blenderbim/blenderbim/tool/snap.py +++ b/src/blenderbim/blenderbim/tool/snap.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2022 Cyril Waechter # -# 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 blenderbim.core.tool diff --git a/src/blenderbim/blenderbim/tool/spatial.py b/src/blenderbim/blenderbim/tool/spatial.py index 7a8a1c2bc7..6e9582bc34 100644 --- a/src/blenderbim/blenderbim/tool/spatial.py +++ b/src/blenderbim/blenderbim/tool/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 . from __future__ import annotations import bpy diff --git a/src/blenderbim/blenderbim/tool/structural.py b/src/blenderbim/blenderbim/tool/structural.py index 089120d1ba..94bbe8902f 100644 --- a/src/blenderbim/blenderbim/tool/structural.py +++ b/src/blenderbim/blenderbim/tool/structural.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/blenderbim/tool/style.py b/src/blenderbim/blenderbim/tool/style.py index 9ce8056b39..5a7baa73bd 100644 --- a/src/blenderbim/blenderbim/tool/style.py +++ b/src/blenderbim/blenderbim/tool/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 bpy import numpy as np diff --git a/src/blenderbim/blenderbim/tool/surveyor.py b/src/blenderbim/blenderbim/tool/surveyor.py index 52911854b9..e1f6bf2920 100644 --- a/src/blenderbim/blenderbim/tool/surveyor.py +++ b/src/blenderbim/blenderbim/tool/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 ifcopenshell.api diff --git a/src/blenderbim/blenderbim/tool/system.py b/src/blenderbim/blenderbim/tool/system.py index 11a683030b..04b4632827 100644 --- a/src/blenderbim/blenderbim/tool/system.py +++ b/src/blenderbim/blenderbim/tool/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.util.element diff --git a/src/blenderbim/blenderbim/tool/tester.py b/src/blenderbim/blenderbim/tool/tester.py index f6f66e97ce..e806251437 100644 --- a/src/blenderbim/blenderbim/tool/tester.py +++ b/src/blenderbim/blenderbim/tool/tester.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 . class Tester: diff --git a/src/blenderbim/blenderbim/tool/type.py b/src/blenderbim/blenderbim/tool/type.py index 6e8475be33..6bbe5fbc90 100644 --- a/src/blenderbim/blenderbim/tool/type.py +++ b/src/blenderbim/blenderbim/tool/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/blenderbim/tool/unit.py b/src/blenderbim/blenderbim/tool/unit.py index baec38b579..344032738f 100644 --- a/src/blenderbim/blenderbim/tool/unit.py +++ b/src/blenderbim/blenderbim/tool/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 json diff --git a/src/blenderbim/blenderbim/tool/web.py b/src/blenderbim/blenderbim/tool/web.py index 7657312e16..08a875e124 100644 --- a/src/blenderbim/blenderbim/tool/web.py +++ b/src/blenderbim/blenderbim/tool/web.py @@ -1,20 +1,20 @@ -# BlenderBIM Add-on - OpenBIM Blender Add-on +# Bonsai - OpenBIM Blender Add-on # Copyright (C) 2021 Dion Moult , 2022 Yassine Oualid # -# 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 from blenderbim.bim.module.web.data import WebData