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>2021-07-12 21:45:35 +0300
committerVilem Duha <vilem.duha@gmail.com>2021-07-12 21:46:00 +0300
commit5be927b2f67d7ca3f453fe598f5c37a506be91ef (patch)
tree82a142bd3866d140a3e039bf2a256d229f637273 /blenderkit/download.py
parent7a63ecf80573cd59ab64b51a7c680421efcc656a (diff)
BlenderKit: split finally drag-drop from asset bar
the new operator is now used. -proper support for alll object types click and drag - drop for all assets optimize drawing of asset bar, should be faster. fix a bug when rating requests didn't return proper results asset popup now has drag-drop button and can be closed with X button big cleanup of assetbar code
Diffstat (limited to 'blenderkit/download.py')
-rw-r--r--blenderkit/download.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/download.py b/blenderkit/download.py
index a217cc83..4d7cfa52 100644
--- a/blenderkit/download.py
+++ b/blenderkit/download.py
@@ -1271,7 +1271,7 @@ class BlenderkitDownloadOperator(bpy.types.Operator):
resolution: EnumProperty(
items=available_resolutions_callback,
- default=0,
+ default=512,
description='Replace resolution'
)