Skip to content

Commit

Permalink
Extension tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
gregzaal committed Jul 17, 2024
1 parent ad33474 commit 6aa43d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 27 deletions.
4 changes: 2 additions & 2 deletions blender_manifest.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version = "1.0.0"

id = "polyhaven_hat"
version = "1.0.19"
version = "1.0.20"
name = "HAT"
tagline = "Internal quality control tool for polyhaven.com"
maintainer = "Greg Zaal <[email protected]>"
Expand All @@ -20,5 +20,5 @@ paths_exclude_pattern = [
"/*.zip",
"/*.bat",
".gitignore",
"index.json",
"/index.json",
]
1 change: 1 addition & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
rm index.json
blender --factory-startup --command extension build
blender --factory-startup --command extension server-generate --repo-dir=.
29 changes: 4 additions & 25 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"id": "polyhaven_hat",
"name": "HAT",
"tagline": "Internal quality control tool for polyhaven.com",
"version": "1.0.18",
"version": "1.0.20",
"type": "add-on",
"maintainer": "Greg Zaal <[email protected]>",
"license": [
Expand All @@ -19,30 +19,9 @@
"Scene",
"Import-Export"
],
"archive_url": "https://github.com/Poly-Haven/HAT/releases/download/v1.0.18/polyhaven_hat-1.0.18.zip",
"archive_size": 182269,
"archive_hash": "sha256:ad3b82d9cb9a0b73b4887e5856aeb2fd14ddbce436e426f744cd87f1a6c17693"
},
{
"schema_version": "1.0.0",
"id": "polyhaven_hat",
"name": "HAT",
"tagline": "Internal quality control tool for polyhaven.com",
"version": "1.0.19",
"type": "add-on",
"maintainer": "Greg Zaal <[email protected]>",
"license": [
"SPDX:GPL-2.0-or-later"
],
"blender_version_min": "4.2.0",
"website": "https://github.com/Poly-Haven/HAT",
"tags": [
"Scene",
"Import-Export"
],
"archive_url": "https://github.com/Poly-Haven/HAT/releases/download/v1.0.19/polyhaven_hat-1.0.19.zip",
"archive_size": 37701,
"archive_hash": "sha256:2a7c901d6d02a155327560036bb81418151441d7c252d8dd122cf6c7cb1f59e2"
"archive_url": "https://github.com/Poly-Haven/HAT/releases/download/v1.0.20/polyhaven_hat-1.0.20.zip",
"archive_size": 37125,
"archive_hash": "sha256:bce66ecd0e9b88a66a1900ee8e3083e0b8dca183064764c7bcd33b710a602085"
}
]
}

0 comments on commit 6aa43d1

Please sign in to comment.