Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-on needs to respect online access permissions #573

Closed
BradyAJohnston opened this issue Aug 11, 2024 · 0 comments · Fixed by #590
Closed

Add-on needs to respect online access permissions #573

BradyAJohnston opened this issue Aug 11, 2024 · 0 comments · Fixed by #590
Labels
bug Something isn't working

Comments

@BradyAJohnston
Copy link
Owner

Any online access should be limited behind bpy.app.online_access, which is a preference that allows for online access.

https://docs.blender.org/manual/en/dev/advanced/extensions/addons.html#internet-access

The only online access is currently downloading from the PDB. Any operators that use this should be disabled if online access disabled, with informative errors / warnings around this also.

@BradyAJohnston BradyAJohnston added the bug Something isn't working label Aug 11, 2024
@BradyAJohnston BradyAJohnston linked a pull request Sep 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant