13 lines
442 B
Python
13 lines
442 B
Python
"""
|
|
Constants and metadata for the Text Texture Generator addon.
|
|
"""
|
|
|
|
bl_info = {
|
|
"name": "Text Texture Generator",
|
|
"author": "Marc Mintel <marc@mintel.me>",
|
|
"version": (2, 3, 2),
|
|
"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",
|
|
"category": "Material",
|
|
} |