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>2019-09-04 15:39:22 +0300
committerVilém Duha <vilda.novak@gmail.com>2019-09-10 17:55:31 +0300
commit16299222c41de0bd77335cd0e97656edeb2090c3 (patch)
tree34d19c059c4c6f90008c63147a753f644d634524 /blenderkit/ui.py
parent5f3c703ea4b0f4651e4f28e682a91382a90a5596 (diff)
BlenderKit: switch update functions to independent timers.
-seems to improve performance, and fixes assets not appending while asset bar is off.
Diffstat (limited to 'blenderkit/ui.py')
-rw-r--r--blenderkit/ui.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/blenderkit/ui.py b/blenderkit/ui.py
index 7d60ef8c..e35a9298 100644
--- a/blenderkit/ui.py
+++ b/blenderkit/ui.py
@@ -1229,9 +1229,9 @@ class AssetBarOperator(bpy.types.Operator):
update_ui_size(self.area, self.region)
- search.timer_update()
- download.timer_update()
- bg_blender.bg_update()
+ # search.timer_update()
+ # download.timer_update()
+ # bg_blender.bg_update()
if context.region != self.region:
print(time.time(), 'pass trough because of region')