An open API service indexing awesome lists of open source software.

https://github.com/activeguild/convert_to_webp_addon


https://github.com/activeguild/convert_to_webp_addon

addon blender compression texture

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# convert_to_webp_addon

## Usage
1. Install `pip` and `Pillow`
```
-m ensurepip
-m pip install Pillow
```

- Windows: C:\Program Files\Blender Foundation\Blender <バージョン>\<バージョン>\python\bin\python.exe
= macOS: /Applications/Blender.app/Contents/Resources/<バージョン>/python/bin/python3.10
- Linux: blender/<バージョン>/python/bin/python3.10

2. Download zip from git
3. Open Blender and register the zip file downloaded from git as an add-on
- Change the Blender version in the __init__.py file if necessary.
4. If the command is added as follows, you are done

![Screenshot 2024-09-09 at 19 08 32](https://github.com/user-attachments/assets/7137dc6e-9020-40f2-b750-12df66d26e32)