bundle svg

This commit is contained in:
2025-10-13 19:08:28 +02:00
parent e3a8f0bcf0
commit fe2e81ecd0
43 changed files with 187 additions and 46 deletions

View File

@@ -225,13 +225,10 @@ The addon features intelligent font detection and validation:
## Dependencies
The addon automatically installs required dependencies:
The addon bundles and automatically installs its dependencies when needed:
- **Pillow** (>=10.0.0): For image generation and text rendering
Optional dependency for vector overlays:
- **CairoSVG** (>=2.7.0): Required to rasterize SVG overlays. Install it inside Blender's Python environment with `pip install cairosvg`.
- **Pillow** (>=10.0.0): Image generation and text rendering.
- **CairoSVG** (>=2.7.0): Rasterizes SVG overlays using the bundled wheel set for macOS and Linux (installs on first SVG use).
## Troubleshooting