feat: add redist script

- add redist script for the convenience of building plugin package, especially for Blender 4.2
This commit is contained in:
2024-05-21 16:19:13 +08:00
parent 270fddff52
commit 5d8ffb7e48
5 changed files with 159 additions and 3 deletions

View File

@ -15,7 +15,7 @@ def resize_image(src_file: str, dst_file: str) -> None:
def create_thumbnails() -> None:
# get folder path
root_folder: str = os.path.dirname(os.path.dirname(__file__))
root_folder: str = common.get_plugin_folder()
# prepare handler
def folder_handler(src_folder: str, dst_folder: str) -> None: