feat: update scripts

- add meshes builder (copyer).
- fix json compressor.
This commit is contained in:
2025-07-24 10:16:58 +08:00
parent 0ae95e927f
commit 10de948a79
7 changed files with 151 additions and 132 deletions

View File

@ -13,7 +13,7 @@ class ThumbnailBuilder():
def build_thumbnails(self) -> None:
# get folder path
root_folder = common.get_plugin_folder()
root_folder = common.get_root_folder()
# prepare handler
def folder_handler(rel_name: str, src_folder: Path, dst_folder: Path) -> None: