We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d66a6 commit d9225b5Copy full SHA for d9225b5
1 file changed
blender_manifest.toml
@@ -15,7 +15,7 @@ type = "add-on"
15
16
# Optional list defined by Blender and server, see:
17
# https://docs.blender.org/manual/en/dev/advanced/extensions/tags.html
18
-tags = ["User Interface"]
+tags = ["User Interface", "Animation"]
19
20
blender_version_min = "4.2.0"
21
# # Optional: Blender version that the extension does not support, earlier versions are supported.
@@ -76,9 +76,5 @@ paths_exclude_pattern = [
76
"__pycache__/",
77
"/.git/",
78
"/*.zip",
79
- "*.png",
80
- "./logo",
81
- "./logo/*.png",
82
- ".\\logo",
83
- ".\\logo\\*.png"
+ "*.png"
84
]
0 commit comments