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-16Merge branch 'blender-v3.0-release'Germano Cavalcante
2021-11-15BlenderKit: Fix notificatoins readingVilem Duha
2021-11-15BlenderKit: update categories fileVilem Duha
2021-11-15BlenderKit: fix appending of brushesVilem Duha
2021-11-12Resolve merge conflictsSergey Sharybin
Allows to use regression tests again. Based on reading changes done in the 3.0 branch. Double-checking will not hurt.
2021-11-12Merge branch 'blender-v3.0-release'Julien Duroure
2021-11-12Cleanup: remove trailing '.'Campbell Barton
These warn in debug builds.
2021-11-11BlenderKi: fix thumbnail generatorsVilem Duha
improve reports delete forgotten prints fix updates in asset bar
2021-11-09BlenderKit: fix asset bar update of button visibilityVilem Duha
also make notifications check them only for users that make a search in the session, and only check once in 2 hours
2021-11-08BenerKit: forgot imports for new reports library in several filesVilem Duha
(cherry picked from commit f75db2864ad56cc97464d117583b06f1f8418c24)
2021-11-08BlenderKit: enable both portfolio and BK profile linkVilem Duha
(cherry picked from commit 570a715847f969a5297b50d12a7671226d21073d)
2021-11-08BlenderKit: new asset bar fixes and improvementsVilem Duha
Reports are back and split in reports.py Quality is drawn in tooltip comments and notification improvements and fixes Tips were updated (cherry picked from commit 3222ff126c2193d7f9c8f0279d6459acd955f4c2)
2021-11-06BenerKit: forgot imports for new reports library in several filesVilem Duha
2021-11-05BlenderKit: enable both portfolio and BK profile linkVilem Duha
2021-11-05BlenderKit: new asset bar fixes and improvementsVilem Duha
Reports are back and split in reports.py Quality is drawn in tooltip comments and notification improvements and fixes Tips were updated
2021-10-25BlenderKit: move search fields to tool headerVilem Duha
also hide it in the modes where it doesn't make sense. This has to overwrite the draw function of VIEW3D_HT_tool_header, to get in the middle This could potentially interfere with other addons, need to investigate.
2021-10-25BlenderKit: notifications - mark all read and go to targetVilem Duha
2021-10-24Blenderkit:Scale tooltip accordingly when switching asset typesVilem Duha
2021-10-24BlenderKit: work on comments and notificationsVilem Duha
Substantial progress on both, mainly layout and adaptation to new API. Comments now show threads and can be liked/disliked from addon Notifications now can open the related asset to see discussion.
2021-10-22BlenderKit: fix asset bar thumbnail refreshVilem Duha
also sevearal small UI tweaks and fix of the asset-bar scaling when switching on toolbar/properties in 3d view remove debug prints
2021-10-22BlenderKit lots of fixes for asset barVilem Duha
lock icons are back thumbnail update partially fixed.
2021-10-20BlenderKit: initial support for notificationsVilem Duha
slight optimisation of the new asset bar
2021-10-20BlenderKit: UI scaling/refresh that worksVilem Duha
last solution (restart operator) crashed Blender
2021-10-18BlenderKit: progress on asset barVilem Duha
Forgot to add files to last commit
2021-10-18BenderKit asset bar: fixed re-initialisation of UI on resizeVilem Duha
progress bars are back ui widgets lib now has a simple non-interactive image object Updated Oauth scripts
2021-10-15BlenderKit: bring back asset bar UI scalingVilem Duha
2021-10-14BlenderKit: new assetbar wide HDRI previewsVilem Duha
also update validation icons on validation
2021-10-14BlenderKit: new assetbar improvementsVilem Duha
many fixes and styling according to the original asset bar
2021-10-13BlenderKit: work on tooltip for new asset_barVilem Duha
bring asset bar back to experimental, still too many issues
2021-10-13BlenderKit: enable new asset barVilem Duha
2021-10-13BlenderKit: improvements to new assetbarVilem Duha
Almost ready for the switch to default.
2021-10-13BlenderKit: bring search props to window_managerVilem Duha
this avoids some trouble, e.g. during switching to appended scenes.
2021-10-11BlenderKit: comment out old proxy codeVilem Duha
2021-10-11BlenderKit: fist steps to comments integrationVilem Duha
2021-10-11BlenderKit: first steps for comments integrationVilem Duha
also fix asset unpacking in resolutions
2021-10-03BlenderKit: forgot one instance of the save_mainfile call in previous fixVilem Duha
fixes crash of background blender during asset unpacking
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-10-03BlenderKit: automatically purge collections created by the addonVilem Duha
If the collection is empty, it gets removed on file save. This will only work in new files, since the collections now get a 'is_blenderkit_collection' property when appending. Don't registter timers when in background
2021-10-02BlenderKit: basic asset_browser compatibilityVilem Duha
fix default search report blender version instead of addon version during search
2021-09-24BlenderKit: Temp hack following `proxy_make` operator removal.Bastien Montagne
The addon needs to be properly updated to use overrides, but for now allow it to keep working without accessing non-existant API. Ping Vilem Duha (@pildanovak) too.
2021-09-10BlenderKit: Reflect change in scoring algorithmVilem Duha
fix minor bug when creator fills 0 as texture size in material.
2021-08-12BlenderKit: fixes for HDRsVilem Duha
Now HDRs are clearly separated between true HDR files and simple 360 photos. the 360 photos are hidden in search filter by default. Also fixed version check for HDRs and several little tweaks to UI
2021-08-11Cleanup: strip trailing space, remove BOMCampbell Barton
2021-08-07BlenderKit: search by collection/ desginer/designCollectionVilem Duha
also fix fetching ratings for validators.
2021-07-31BlenderKit: fix occasional thumbnail path errorsVilem Duha
Also fix upload popup not showing up for private re-uploads.
2021-07-31BlenderKit: hide extra objects when appending collectionVilem Duha
All extra objects that are appended thanks to their link through geometry nodes, bone shapes and others are now hidden to a new subcollection.
2021-07-30Cleanup: quiet warnings for tooltips ending with '.'Campbell Barton
2021-07-28BlenderKit: fix asset bar not closing on drag dropVilem Duha
2021-07-27BlenderKit cleanup and minor fix in new search code thumbnail download threadsVilem Duha