Commit Graph

11 Commits

Author SHA1 Message Date
8bf7c77ca0 BlenderKit: add use_timers to debug timers and check stability issues
rename several asset data dict properties to be serverdata-compatible
 - this needed an update function on scene load for older scenes.
draw asset context menu also in selected model panel
remove brush mode filtering from search code(is filtered in Elastic for some time already)
2020-07-01 16:11:55 +02:00
bc464cfc97 BlenderKit: fix T73507
This could hopefully work. While I managed to finally reproduce the bug, I manged to get it not to happen without actually finding the reason for the keys getting stuck.
The reason seem to be persistent timers.
2020-04-03 03:34:33 +02:00
aec5a36c12 Cleanup: tabs -> spaces 2020-03-05 12:32:28 +11:00
ea1aedbc57 BlenderKit: UI typo fixes, and slight optimisation. 2020-01-13 10:36:32 +01:00
a18b93cc72 BlenderKit: Fix timers failing.
In some cases timers got unregistered, not sure yet why.
This checks if timers are fine regularly.
Also fixes unregistration, that sometimes did throw an error.
2019-11-10 19:58:22 +01:00
7ebd5e94df BlenderKit: Fixes:
- bg_blender timer unregistering after first use
- collection linking didn't compare complete paths.
 - silencing one forgotten print
2019-09-10 16:55:32 +02:00
16299222c4 BlenderKit: switch update functions to independent timers.
-seems to improve performance, and fixes assets not appending while asset bar is off.
2019-09-10 16:55:31 +02:00
05ed8f5427 BlenderKit:
thumbnailer had accidentally set resolution to 50%
Try to avoid a rare bug where categories file isn't present (not sure yet as why that happens, but this enables the use of the addon until categories are loaded)
Internal Transfer BlendrKit data operator
Switch some operators to internal and remove undo from those where it doesn't make sense.
2019-08-20 10:24:07 +02:00
85fd48c32c BlenderKit: convert all imports to importlib
+ new Oauth script version (finished in next commit)
+split login/signup buttons
2019-06-01 18:49:18 +02:00
c3c7663ed4 silencing print outputs. 2019-04-03 23:55:50 +02:00
50ea2790f9 BlenderKit initial commit.
BlenderKit add-on is the official addon of the BlenderKit service for Blender 3d. (www.blenderkit.com)
It enables users to upload, search, download, and rate different assets for blender.
It works together with BlenderKit server.
2019-03-29 17:52:47 +01:00