Skip to content
Snippets Groups Projects
Commit 2f500179 authored by Vilem Duha's avatar Vilem Duha
Browse files

BlenderKit: disable version checking, won't be needed in Blender 2.8

parent 39b148fe
Branches
Tags
No related merge requests found
...@@ -88,7 +88,7 @@ def fetch_server_data(): ...@@ -88,7 +88,7 @@ def fetch_server_data():
user_preferences = bpy.context.preferences.addons['blenderkit'].preferences user_preferences = bpy.context.preferences.addons['blenderkit'].preferences
url = paths.BLENDERKIT_ADDON_URL url = paths.BLENDERKIT_ADDON_URL
api_key = user_preferences.api_key api_key = user_preferences.api_key
version_checker.check_version_thread(url, api_key, blenderkit) # version_checker.check_version_thread(url, api_key, blenderkit)
categories.fetch_categories_thread(api_key) categories.fetch_categories_thread(api_key)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment