We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0859bef commit 7685320Copy full SHA for 7685320
extension/blender_manifest.toml
@@ -3,9 +3,9 @@ schema_version = "1.0.0"
3
# Example of manifest file for a Blender extension
4
# Change the values according to your extension
5
id = "bevy_skein"
6
-version = "1.0.0"
+version = "0.1.0"
7
name = "Bevy Skein"
8
-tagline = "Improving the efficiency of Bevy/Blender workflows"
+tagline = "Apply Bevy Components in Blender"
9
maintainer = "Chis Biscardi <chris@christopherbiscardi.com>"
10
# Supported types: "add-on", "theme"
11
type = "add-on"
@@ -70,7 +70,6 @@ files = "Export GLTF to disk/import Bevy type registry"
70
paths_exclude_pattern = [
71
"__pycache__/",
72
"extension/__pycache__/",
73
- "extension/test.py",
74
"/.git/",
75
"/*.zip",
76
]
0 commit comments