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:
authorVilem Duha <vilem.duha@gmail.com>2019-05-09 00:09:11 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-05-19 16:45:49 +0300
commit06ecc07ed0435400864c98ae3b0f05210d6be6ff (patch)
tree73267e19617b2bca5b3c6770d6a06bb9cd0d1e01 /blenderkit/paths.py
parent9be41665fdc77a4cbe29451e13106d70f239cf4a (diff)
BlenderKit: improve api key saving
Diffstat (limited to 'blenderkit/paths.py')
-rw-r--r--blenderkit/paths.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/blenderkit/paths.py b/blenderkit/paths.py
index 1595ad78..310d6ec1 100644
--- a/blenderkit/paths.py
+++ b/blenderkit/paths.py
@@ -36,6 +36,7 @@ BLENDERKIT_SETTINGS_FILENAME = os.path.join(_presets, "bkit.json")
def get_bkit_url():
+ # bpy.app.debug_value = 2
d = bpy.app.debug_value
# d = 2
if d == 1: