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
- Host: GitHub
- URL: https://github.com/activeguild/convert_to_webp_addon
- Owner: activeguild
- Created: 2024-09-09T09:59:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T10:12:17.000Z (over 1 year ago)
- Last Synced: 2025-10-13T13:43:43.445Z (6 months ago)
- Topics: addon, blender, compression, texture
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
