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-20BlenderKit: initial support for notificationsVilem Duha
slight optimisation of the new asset bar
2021-07-27BlenderKit: optimize searchVilem Duha
quite a large overhaul of how search results are loaded. this saves time due to not closing the session and enabling small previews to be first. Also use the dict_param paraameter so that the results responses are a bit smaller.
2021-07-23BlenderKit: make it clear when a filter is usedVilem Duha
this required a new icon for filters and an update function.
2021-07-01BlenderKit: many post-release fixesVilem Duha
Fix for rerequests recursion crash rename timers fix manual link attemt to fix mysterious crashes on some machines by limiting some calls to assetbar operator, and not copying image into it's preview so often fix search when & was present add a popup when appending a scene improve starup dialog with an image
2021-05-01BlenderKit: minor tweaks to asset card layoutVilém Duha
- some code cleanup - labels with tooltips (an empty operator that enables this, drawing it non-emobssed)
2021-04-29BlenderKit: fixes for right-click menuVilém Duha
- Ratings were not sent to server - changed icon for complexity/work hours - many small tweaks, finishing ratings_utils refactor - adding various parameters to details -
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
2020-12-26BlenderKit: improve ratingsVilém Duha
Trash old BGL code and UI Fix menu access and enable it for all users Fix width of the fast rating operator for validators Autotags for HDR's (only resolutions)
2020-09-19BlenderKit: display assets with missing thumbnailVilém Duha
This way creatorc can see better if they upload things with wrong format. These shouldn't ever get to public db.
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-28BlenderKit: search in header option in prefsVilém Duha
tips on start option in prefs total_megapixels autotag wip fix bugs in queries active area is usually the largest 3d view and only that one draws reports e.t.c. fix registration crash when registering/unregistering several times (menu remove) vs_rejected icon verification status
2019-10-02BlenderKit: add a separate icon for the uploading state of an asset.Vilém Duha
2019-06-13BlenderKit: UI - Gravatar and Ratings improvementVilem Duha
UI now can draw a gravatar. Also, Ratings have been improved so that materials and brush ratings don't show the models scale anymore.
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.