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
2019-06-27BlenderKit: bump addon versionVilem Duha
2019-06-27BlenderKit: comment out unfinished error parsing.Vilem Duha
2019-06-24BlenderKit: wrong status code interpretation caused uploads to failVilem Duha
2019-06-24BlenderKit: fix link to docs ans several small UI tweaksVilem Duha
2019-06-24BlenderKit: don't search for thumbnail when uploading only metadataVilem Duha
2019-06-17BlenderKit: hide scenes by nowVilem Duha
This is an unfinished feature. It actuall/y works, but we need proper Docs so users don'/t abuse scenes . Scenes are meant as starting points for work, not as showcase e.t.c.
2019-06-17BlenderKit: rename all mentions of standard plan to fullVilem Duha
2019-06-17BlenderKit: enable oauthVilem Duha
This introduces a comletely new login process, which is much simpler and user friendly..
2019-06-17BlenderKit: better reporting for failed uploadsVilem Duha
bugfix - only fetch server data when not in background(fetching api key during upload procedure is a very bad idea) updatea oauth script. Mention Petr Dlouhy as co-author Temporarily enable Api key field also with oauth on.
2019-06-13BlenderKit: fix transparent materials for eevee on upload timeVilem Duha
2019-06-13BlenderKit: Make oauth more thread-safe.Vilem Duha
-avoid blender crash in casae of calling hasattr(context, 'view_layer') and others. -autofix process
2019-06-13BlenderKit: basic file search functionVilem Duha
2019-06-13BlenderKit: update default categories fileVilem Duha
2019-06-13BlenderKit: fix rating of sculpt brushesVilem 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-06-06BlenderKit: oauth logout is now only in preferences.Vilem Duha
2019-06-06BlenderKit: refactor reporting to User.Vilem Duha
this is still not very compatible with blender's way of doing things, but we need more lines of reporting for parallel tasks reporting.
2019-06-01BlenderKit: block oauth refresh when oauth disabledVilem Duha
2019-06-01BlenderKit: automap activates it's own UV channel also for Cycles.Vilem 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: Fix typo in import and disable oauth by now.Vilem Duha
2019-06-01BlenderKit: convert all imports to importlibVilem Duha
+ new Oauth script version (finished in next commit) +split login/signup buttons
2019-06-01BlenerKit: Enable search by author.Vilem Duha
2019-06-01BlenderKit: fix Mb to MiB (mebibytes)Vilem Duha
2019-05-29BlenderKit: Fix reloadingSergey Sharybin
2019-05-28BlenderKit: switch to new validation system, wher mark for validation isn't ↵Vilem Duha
needed. Further protect for unavailable quotas from the server.
2019-05-28BlenderKit: Change private flag to be an ENUM, so it can be expanded.Vilem Duha
checks for private quota separately obviously still not computed on production server. show profile panel
2019-05-28BlenderKit:bring back mark for validation until we have private storage ↵Vilem Duha
clearly separated
2019-05-27BlenderKit: Further tweak thumbnailers.Vilém Duha
- object thumbnailer has more total rays (for plants) - material thumbnailer cloth UV's fixed a bit.
2019-05-26BlenderKit: Improve material thumbnailer.Vilém Duha
By now there's a bug in Cycles that screws Auto texture size with modifiers. Disabled subsurf on the ball for now..
2019-05-23BlenderKit: disable search by author now.Vilem Duha
2019-05-23BlenderKit: enable search by same author ('A' key)Vilem Duha
2019-05-23BlenderKit: Check better that upload failed.Vilem Duha
2019-05-23set a maximum number of retries for downloads.Vilem Duha
2019-05-21BlenderKit: Downloads can now be cancelledVilem Duha
- converted main download thread into object with stop-ability.
2019-05-21BlenderKit: fix tooltipsVilem Duha
2019-05-21BlenderKit: replace freebies category with free_only checkbox. Helps ↵Vilem Duha
searching free models.
2019-05-21BlenderKit: use queries from resective functionsVilem Duha
this is making things ready for enabling more advanced search features.
2019-05-21BlenderKit: forgot to switch a queue command call to bkit_oauthVilem Duha
2019-05-21BlenderKit: split oauth into the original library and it's usage in ↵Vilem Duha
blenderkit. (the lib is on Github as a new project)
2019-05-20BlenderKit: enable search style for modelsVilem Duha
(all advanced search will be enabled together with the growth)
2019-05-19BlenderKit: get rid of scene.update()Vilem Duha
2019-05-19BlenderKit: increase addon version, so we can distinguis private uploads ↵Vilem Duha
from here.
2019-05-19BlenderKit: temporarily hiding OAuth changes, webpages aren't ready yet.Vilem Duha
2019-05-19BlenderKit: API hotfixes - to_mesh() and Image colourspace settings.Vilem Duha
2019-05-19BlenderKit: Updated tooltip layout and finishing profile and OAuthVilem Duha
2019-05-19BlenderKit: Change the way tips are created.Vilem Duha
2019-05-19BlenderKit: Re-login when a blender session is longer than token life.Vilem Duha
This should happen very rarely, when e.g. run on a server for a year or so.
2019-05-19BlenderKit: improve api key savingVilem Duha