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-11-11BlenderKi: fix thumbnail generatorsVilem Duha
improve reports delete forgotten prints fix updates in asset bar
2021-10-13BlenderKit: bring search props to window_managerVilem Duha
this avoids some trouble, e.g. during switching to appended scenes.
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-30Cleanup: quiet warnings for tooltips ending with '.'Campbell Barton
2021-07-07BlenderKit: fix an error when trying to assign material to unsupported ↵Vilem Duha
object type -do same warning for drag-drop although that can be now further improved since it seems ray cast to other object types works already) -remove some old prints
2021-05-11BlenderKit: Fix replace active model buttonVilém Duha
Dowload operator invoke had no return in some cases
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: 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-03-18BlenderKit: Tooltip fixesVilém Duha
2021-01-28BlederKit: fix snapping with particlesVilém Duha
Now the snap also ignores particles. Also fix a case if user didn't fill a name in profile, now it draws at least users email.
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-12-05BlenderKit: resolutionsVilém Duha
This introduces resolutins into the addon. This update should enhance the usability of the addon, especially for people with weaker computers. It downloads reduced version of the assets - only images are scaled down by now. Images are also converted in some cases from .png to .jpgs to save space. - there's a default resolution setting - resolutions can be swapped by user - resolutions apply only to textured models and materials with textures larger than 1024px - Resolutions aren't yet generated on the server, so will be visible after a few days. Version of the addon was bumped up to 1.0.40.
2020-01-29Cleanup: trailing spaceCampbell Barton
2020-01-28BlenderKit:Vilém Duha
-improve multiline tooltips -change addon category to 3d view, fits a bit more than add mesh -support searching only own assets -support searching for procedural only assets(hiddn by now) -switch off defautl GPU on for thumbnails- this was a bug that went unnoticed for a long time. -add gpu render option directly to thumbnail render dialogs -non-treaded downloading for resolutions -move in utils and rename correctly params_to_dict and dict_to_params -display icon for rejected assets(needs a new icon) -split login panel -rename some panels for more consistency -improve some tooltips
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.
2020-01-07BlenderKit: move process flags creation to utilsVilém Duha
2019-09-10BlenderKit: fix upload of objects with ' or " in their name.Vilém Duha
it now doesn't allow these character in object/datablock names when uploading.
2019-08-20BlenderKit: fix T66833Vilém Duha
don't attempt to render thumbnail if file wasn't saved (it would fail on the end.)
2019-08-16BlenderKit: Right click menuVilém Duha
-Open authors webpage -Search assets by author -basic 'search similar' . -fix some tooltips -deleting of assets from online lib (disabled by now) - possibility to validate , not yet supported on server. scroll wheel now scrolls rows instead of single items if there are more rows enabled.
2019-08-12BlenderKit: model thumbnail resolution optionsVilé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-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.