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
AgeCommit message (Collapse)Author
2019-10-02BlenderKit: Only refresh tokens when needed - on the end of their lifetime.Vilém Duha
2019-07-26BlenderKit: fix oauth failing on some connections. This updates the oauth ↵Vilém Duha
script to last version, and also ensures the login attempt can be properly canceled when it hangs.
2019-06-17BlenderKit: better reporting for failed uploadsVilem Duha
bugfix - only fetch server data when not in background(fetching api key during upload procedure is a very bad idea) updatea oauth script. Mention Petr Dlouhy as co-author Temporarily enable Api key field also with oauth on.
2019-06-01BlenderKit: Further login and Oauth tweaksVilem Duha
2019-06-01BlenderKit: convert all imports to importlibVilem Duha
+ new Oauth script version (finished in next commit) +split login/signup buttons
2019-05-21BlenderKit: split oauth into the original library and it's usage in ↵Vilem Duha
blenderkit. (the lib is on Github as a new project)
2019-05-19BlenderKit: Updated tooltip layout and finishing profile and OAuthVilem Duha
2019-05-19BlenderKit: improve api key savingVilem Duha
2019-05-19BlenderKit: Basic private quota checking works now.Vilem Duha
2019-05-19BlenderKit: enable uploading private assetsVilem Duha
-fix queue, the handler was getting lost after file load. -some comments
2019-05-19BlenderKit:Vilem Duha
-fix arrows not showing on the right side when the search results can be increased still. -improve tasks_queue. It's now hanging on another blender object(panel definition) to have persistent task queue. -get separate Author info (should also get Gravatar in future) -get Profile info in fetch server data -new Profile panel shows user information -improve tooltip - random tips, author info(will be further improved) -improve login UI - fix swapping of search results
2019-05-19BlenderKit: Oauth browser login. No more hassle with API keys for the users. ↵Vilem Duha
Needs testing. renamed get_bkit_url to get_api_url task queue is a new simple module to do tasks, more timed tasks should come here instead of being in assetbar as of now. (download, search checks and more)