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-12-30 21:25:56 +0300
committerVilém Duha <vilda.novak@gmail.com>2020-12-30 21:25:56 +0300
commitac2ae65989f10a03f7a1009ddccddef07e8a9bac (patch)
treec5635a93159317b38b47961931500de7fdde3cef /blenderkit/paths.py
parent4ad2e16b22b6cf93c26a1ee8f3fad336983d2385 (diff)
BlenderKit: make HDR and Scene assets not experimental
correct links to tutorials for these 2 assets free only becomes free first A lot of logging calls instead of utils.p()
Diffstat (limited to 'blenderkit/paths.py')
-rw-r--r--blenderkit/paths.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/blenderkit/paths.py b/blenderkit/paths.py
index 95c5fd93..2a133064 100644
--- a/blenderkit/paths.py
+++ b/blenderkit/paths.py
@@ -31,8 +31,8 @@ BLENDERKIT_MANUAL = "https://youtu.be/1hVgcQhIAo8"
BLENDERKIT_MODEL_UPLOAD_INSTRUCTIONS_URL = "https://www.blenderkit.com/docs/upload/"
BLENDERKIT_MATERIAL_UPLOAD_INSTRUCTIONS_URL = "https://www.blenderkit.com/docs/uploading-material/"
BLENDERKIT_BRUSH_UPLOAD_INSTRUCTIONS_URL = "https://www.blenderkit.com/docs/uploading-brush/"
-BLENDERKIT_HDR_UPLOAD_INSTRUCTIONS_URL = "https://www.blenderkit.com/docs/uploading-brush/"
-BLENDERKIT_SCENE_UPLOAD_INSTRUCTIONS_URL = "https://www.blenderkit.com/docs/uploading-brush/"
+BLENDERKIT_HDR_UPLOAD_INSTRUCTIONS_URL = "https://www.blenderkit.com/docs/uploading-hdr/"
+BLENDERKIT_SCENE_UPLOAD_INSTRUCTIONS_URL = "https://www.blenderkit.com/docs/uploading-scene/"
BLENDERKIT_LOGIN_URL = "https://www.blenderkit.com/accounts/login"
BLENDERKIT_OAUTH_LANDING_URL = "/oauth-landing/"
BLENDERKIT_SIGNUP_URL = "https://www.blenderkit.com/accounts/register"