Skip to content

Commit

Permalink
Update permission manifest to dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
ucupumar committed Jun 5, 2024
1 parent bc498be commit 27aeee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blender_manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type = "add-on"
# * "network" (for internet access)
# * "camera" (to capture photos and videos)
# * "microphone" (to capture audio)
permissions = ["files", "network"]
permissions = { "files" = "true", "network" = "true" }

# Optional link to documentation, support, source files, etc
# website = "http://extensions.blender.org/add-ons/my-example-package/"
Expand Down

0 comments on commit 27aeee8

Please sign in to comment.