Update tagline and .zip

This commit is contained in:
Francesco Bellini 2024-09-08 19:18:48 +02:00
parent 442a4d9e6c
commit 931658161c
3 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ from .sw.prefs import SW_Preferences
bl_info = {
"id": "scene_workspaces",
"name": "Scene Workspaces",
"tagline": "Filter and sort your workspaces for each scene independently",
"tagline": "Filter and sort your workspaces, scene by scene",
"blender": (4, 2, 0),
"location": "Workspaces topbar, Properties > Scene",
"category": ["Scene", "System", "User Interface"],

View File

@ -2,7 +2,7 @@ schema_version = "1.0.0"
id = "scene_workspaces"
version = "1.0.0"
name = "Scene Workspaces"
tagline = "Filter and sort your workspaces for each scene independently"
tagline = "Filter and sort your workspaces, scene by scene"
maintainer = "Francesco Bellini <doc.open.dev@gmail.com>"
type = "add-on"
website = "https://projects.blender.org/Francesco-Bellini/scene_workspaces_addon"