""" Constants and metadata for the Text Texture Generator addon. """ bl_info = { "name": "Text Texture Generator", "author": "Marc Mintel ", "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", }