This commit is contained in:
2025-08-08 13:31:51 +07:00
commit 80042751d8
4 changed files with 1370 additions and 0 deletions

19
blender_manifest.toml Normal file
View File

@@ -0,0 +1,19 @@
schema_version = "1.0.0"
id = "text_texture_generator"
version = "1.0.0"
name = "Text Texture Generator"
tagline = "Generate image textures from text with customizable styling"
maintainer = "Marc Mintel <marc@mintel.me>"
type = "add-on"
support = "COMMUNITY"
tags = ["Material", "Shader", "Texture", "Text", "Image"]
blender_version_min = "4.0.0"
license = ["GPL-3.0-or-later"]
# Dependencies
[dependencies]
pillow = ">=10.0.0"