[Bf-extensions-cvs] [1c29f7c6] blender-v2.80-release: BlenderKit: fix port numbers for login communication.

Vilém Duha noreply at git.blender.org
Wed Jul 24 16:27:17 CEST 2019


Commit: 1c29f7c697eea41e3d89be2990656af5c017dc1e
Author: Vilém Duha
Date:   Tue Jul 23 09:11:22 2019 +0200
Branches: blender-v2.80-release
https://developer.blender.org/rBA1c29f7c697eea41e3d89be2990656af5c017dc1e

BlenderKit: fix port numbers for login communication.

===================================================================

M	blenderkit/bkit_oauth.py

===================================================================

diff --git a/blenderkit/bkit_oauth.py b/blenderkit/bkit_oauth.py
index 4a6ee964..0dc23a9c 100644
--- a/blenderkit/bkit_oauth.py
+++ b/blenderkit/bkit_oauth.py
@@ -38,7 +38,7 @@ from bpy.props import (
 )
 
 CLIENT_ID = "IdFRwa3SGA8eMpzhRVFMg5Ts8sPK93xBjif93x0F"
-PORTS = [62485, 1234]
+PORTS = [62485, 65425, 55428, 49452]
 
 
 def login_thread(signup=False):



More information about the Bf-extensions-cvs mailing list