From 37dd2a5607b0a9392c64475eeca613a49d5126a1 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 13 Aug 2024 13:38:10 +1000 Subject: [PATCH] G'day Bonsai! --- .github/workflows/ci-blenderbim-daily.yml | 6 +++--- src/blenderbim/Makefile | 6 +++--- src/blenderbim/blenderbim/blender_manifest.toml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-blenderbim-daily.yml b/.github/workflows/ci-blenderbim-daily.yml index 98794ba0b9..0cbc2dd3bc 100644 --- a/.github/workflows/ci-blenderbim-daily.yml +++ b/.github/workflows/ci-blenderbim-daily.yml @@ -71,7 +71,7 @@ jobs: - name: Find zip file name id: find_zip run: | - filepath=$(ls src/blenderbim/dist/blenderbim_*.zip) + filepath=$(ls src/blenderbim/dist/bonsai_*.zip) echo "filepath=$filepath" >> $GITHUB_OUTPUT echo "filename=$(basename $filepath)" >> $GITHUB_OUTPUT - name: Upload zip file to release @@ -80,8 +80,8 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ${{ steps.find_zip.outputs.filepath }} asset_name: ${{ steps.find_zip.outputs.filename }} - release_name: "blenderbim-${{steps.version.outputs.version}}-alpha${{steps.date.outputs.date}} (unstable)" - tag: "blenderbim-${{steps.version.outputs.version}}-alpha${{steps.date.outputs.date}}" + release_name: "bonsai-${{steps.version.outputs.version}}-alpha${{steps.date.outputs.date}} (unstable)" + tag: "bonsai-${{steps.version.outputs.version}}-alpha${{steps.date.outputs.date}}" overwrite: true body: "See README in https://github.com/IfcOpenShell/blenderbim_unstable_repo/ on how to setup autoupdates for daily BlenderBIM builds." diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index ebe91db6b9..08b7816ad5 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -326,12 +326,12 @@ endif rm -rf build/blenderbim/tool/ ifeq ($(IS_STABLE), TRUE) - cd build && zip -r blenderbim_$(PYVERSION)-$(VERSION)-$(BLENDER_PLATFORM).zip ./blenderbim + cd build && zip -r bonsai_$(PYVERSION)-$(VERSION)-$(BLENDER_PLATFORM).zip ./blenderbim else - cd build && zip -r blenderbim_$(PYVERSION)-$(VERSION)-alpha$(VERSION_DATE)-$(BLENDER_PLATFORM).zip ./blenderbim + cd build && zip -r bonsai_$(PYVERSION)-$(VERSION)-alpha$(VERSION_DATE)-$(BLENDER_PLATFORM).zip ./blenderbim endif - mv build/blenderbim*.zip dist/ + mv build/bonsai*.zip dist/ rm -rf build diff --git a/src/blenderbim/blenderbim/blender_manifest.toml b/src/blenderbim/blenderbim/blender_manifest.toml index d5ba2a7724..017ef7f015 100644 --- a/src/blenderbim/blenderbim/blender_manifest.toml +++ b/src/blenderbim/blenderbim/blender_manifest.toml @@ -1,11 +1,11 @@ schema_version = "1.0.0" -id = "blenderbim" +id = "bonsai" version = "0.0.0" -name = "BlenderBIM" +name = "Bonsai" tagline = "A native Building Information Model authoring platform using IFC" maintainer = "Dion Moult " type = "add-on" -website = "https://blenderbim.org/" +website = "https://bonsaibim.org/" tags = [ "3D View", "Add Mesh",