Skip to content

Commit

Permalink
Changed name of the addon to Unreal PSK/PSA (.psk/.psa) (short and …
Browse files Browse the repository at this point in the history
…sweet)

Also added missing `files` permission
  • Loading branch information
cmbasnett committed Jun 10, 2024
1 parent 143e7af commit 87eff06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion io_scene_psk_psa/blender_manifest.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version = "1.0.0"
id = "io_scene_psk_psa"
version = "7.1.0"
name = "Unreal Mesh & Animation (.psk/.psa)"
name = "Unreal PSK/PSA (.psk/.psa)"
tagline = "Import and export PSK and PSA files used in Unreal Engine"
maintainer = "Colin Basnett <[email protected]>"
type = "add-on"
Expand All @@ -22,3 +22,6 @@ paths_exclude_pattern = [
"/.github/",
".gitignore",
]

[permissions]
files = "Import/export PSK and PSA files from/to disk"

0 comments on commit 87eff06

Please sign in to comment.