release: v1.2.5 - fix Pillow regressions and test stability
This commit is contained in:
@@ -8,7 +8,7 @@ VERSION_TYPE = "full" # "free" or "full"
|
||||
bl_info = {
|
||||
"name": "Text Texture Generator" + (" Free" if VERSION_TYPE == "free" else " Full"),
|
||||
"author": "Marc Mintel <marc@mintel.me>",
|
||||
"version": (1, 2, 4),
|
||||
"version": (1, 2, 5),
|
||||
"blender": (4, 0, 0),
|
||||
"location": "3D View > Sidebar (N) > Tool Tab | Shader Editor > Sidebar > Tool Tab",
|
||||
"description": "Generate image textures from text with accurate dimensions and instant live preview" + (" - Free Version (Limited Features)" if VERSION_TYPE == "free" else " - Full Version"),
|
||||
|
||||
Reference in New Issue
Block a user