GPencil Tools: set bundle url to https

Brush pack download adress was set on http instead of https
This commit is contained in:
Samuel Bernou 2022-02-14 20:14:29 +01:00
parent 201b8271b9
commit d03905c1bc
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ bl_info = {
"name": "Grease Pencil Tools",
"description": "Extra tools for Grease Pencil",
"author": "Samuel Bernou, Antonio Vazquez, Daniel Martinez Lara, Matias Mendiola",
"version": (1, 5, 5),
"version": (1, 5, 6),
"blender": (2, 91, 0),
"location": "Sidebar > Grease Pencil > Grease Pencil Tools",
"warning": "",

View File

@ -84,7 +84,7 @@ class GP_OT_install_brush_pack(bpy.types.Operator):
self.temp = Path(temp)
dl_url = 'http://download.blender.org/demo/bundles/bundles-3.0/grease-pencil-brush-pack.zip'
dl_url = 'https://download.blender.org/demo/bundles/bundles-3.0/grease-pencil-brush-pack.zip'
## need to create an SSl context or linux fail and raise unverified ssl
ssl._create_default_https_context = ssl._create_unverified_context