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
2021-11-22Moving BlenderKit to new repository on GitHubVilem Duha
BlenderKit addon will be here since now: https://github.com/BlenderKit/blenderkit And all release notes , docs and information will be on BlenderKit website: www.blenderkit.com The move happens since Blender Foundation ended the commercial addon offering for all commercial addons. This means a bit less comfort for our users, but also many new possibilities!
2021-10-03BlenderKit fix bg blender crash due to new file preview codeVilem Duha
A new preview code from 6th september crashes Blender when saving files in background mode. This circumvents the bug by now.
2021-07-12BlenderKit: Fix autothumb for materials - scale wasn't applied on the ↵Vilem Duha
preview object This caused displacement to render incorrectly sized on scaled preview objects support more objects for drag-drop materials don't show ratings for private objects
2021-05-02BlenderKit: cleanup and code de-duplicationVilém Duha
with some tiny tweaks to how asset card works
2021-04-29BlenderKit: improve right click menuVilém Duha
-basically a complete revamp of the code, enables to display asset information in a much cleaner way with more tooltips e.t.c. -simplified floating asset preview - name needs to be fixed still, and tooltip generation cleaned -added several new icons, deleted one unused -improve a lot of tooltips -fix rerender of thumbnails in unsaved files (would save assets into addon directory) -reorganize some rating functions into ratings_utils.py -new 'wrap' operator for web links, allows to have custom tooltips for each link
2021-04-26BlenderKit:fixesVilém Duha
- improve material and model thumbnailers -Now it's possible to re-render assets directly from right-click menu. -fix appending of assets with wrong name -several fixes for experimental asset bar - small fixes in bg_blender for background operations - material thumbnailer background fixed - draw upload thumbnail in upload UI
2021-01-18BlenderKit: fix T84766 - Specify utf-8 encoding for all json file write/readsVilém Duha
This is used on various places of the addon, and was introduced to fix (once more and better) T48766.
2021-01-06BlenderKit: fix T84391Vilém Duha
This issue was caused by wrong use of importlib, turns out this was wrong from the very beginning and that I never studied how reimporting of libs woks. Now the speed of script reload seems not to be influenced by BlenderKit anymore.
2020-09-28BlenderKit: update and fix thumbnailersVilém Duha
-material thumbnailer was broken due to API changes (undocumented this time.. - ob.data.texture_space became not writeable) -material thumbnailer - cube was removed, replaced with complex ball - better for edgwear and thin material previews. - hair preview is now beautiful. -both thumbnailers use openimagedenoise and adaptive sampling - renders faster with better results. -tweak tiles size for better performance
2019-08-12BlenderKit: fix material thumbnailer when background is on.Vilém Duha
2019-07-10BlenderKit: thumbnailer ball, cube, cloth support now microdisplacement,v2.80-rc1Vilém Duha
also previews now scale textures properly.
2019-06-01BlenderKit: convert all imports to importlibVilem Duha
+ new Oauth script version (finished in next commit) +split login/signup buttons
2019-05-19BlenderKit: get rid of scene.update()Vilem Duha
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.