Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVilém Duha <vilda.novak@gmail.com>2020-01-24 21:43:06 +0300
committerVilém Duha <vilda.novak@gmail.com>2020-01-28 15:45:44 +0300
commit7410d631ce4ac4f3e53c1d634eb6b70499398371 (patch)
tree482c12a3363f5b1eb560779d1e0ba0df0b197081 /blenderkit/paths.py
parent7c3d8127daf1f32858076484d07fd8a6e96a3fb0 (diff)
BlenderKit:
-icons module -clipboard monitoring -fix link to website when people want to see asset online -advanced search parameters
Diffstat (limited to 'blenderkit/paths.py')
-rw-r--r--blenderkit/paths.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/blenderkit/paths.py b/blenderkit/paths.py
index 3b0f22f9..112e2465 100644
--- a/blenderkit/paths.py
+++ b/blenderkit/paths.py
@@ -33,7 +33,6 @@ BLENDERKIT_BRUSH_UPLOAD_INSTRUCTIONS_URL = "https://www.blenderkit.com/docs/uplo
BLENDERKIT_LOGIN_URL = "https://www.blenderkit.com/accounts/login"
BLENDERKIT_OAUTH_LANDING_URL = "/oauth-landing/"
BLENDERKIT_SIGNUP_URL = "https://www.blenderkit.com/accounts/register"
-BLENDERKIT_ADDON_FILE_URL = "https://www.blenderkit.com/get-blenderkit/"
BLENDERKIT_SETTINGS_FILENAME = os.path.join(_presets, "bkit.json")