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
2020-01-28BlenderKit:Vilém Duha
-icons module -clipboard monitoring -fix link to website when people want to see asset online -advanced search parameters
2020-01-07BlenderKit: replace bpy.context.active_object with ↵Vilém Duha
bpy.context.view_layer.objects.active everywhere. This gives much less issues with context in queue.
2019-11-10BlenderKit: Fix T71276 - paths were handled incorrectlyVilém Duha
Slash at the end of global dir path was causing Global only setting not to work.
2019-10-01Fix typos in source comments and descriptionsBrecht Van Lommel
Patch contributed by luzpaz. Differential Revision: https://developer.blender.org/D5800
2019-08-20BlenderKit: fix path to check own assets onlineVilém Duha
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
2019-07-08BlenderKit: fix slugify function to avoid filename bugs with some more ↵Vilem Duha
characters
2019-06-24BlenderKit: fix link to docs ans several small UI tweaksVilem Duha
2019-06-13BlenderKit: basic file search functionVilem Duha
2019-06-01BlenderKit: fix a bug in text splitting(could run eternal while) and fix ↵Vilem Duha
wrong argument in Oauth
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-19BlenderKit: improve api key savingVilem Duha
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)
2019-03-29BlenderKit initial commit.Vilem Duha
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.