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-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
2019-05-19BlenderKit: Basic private quota checking works now.Vilem Duha
2019-05-19BlenderKit: enable uploading private assetsVilem Duha
-fix queue, the handler was getting lost after file load. -some comments
2019-05-19BlenderKit:Vilem Duha
-fix arrows not showing on the right side when the search results can be increased still. -improve tasks_queue. It's now hanging on another blender object(panel definition) to have persistent task queue. -get separate Author info (should also get Gravatar in future) -get Profile info in fetch server data -new Profile panel shows user information -improve tooltip - random tips, author info(will be further improved) -improve login UI - fix swapping of search results
2019-05-19BlenderKit: Oauth browser login. No more hassle with API keys for the users. ↵Vilem Duha
Needs testing. renamed get_bkit_url to get_api_url task queue is a new simple module to do tasks, more timed tasks should come here instead of being in assetbar as of now. (download, search checks and more)
2019-05-17Update for Depsgraph API changesPhilipp Oeser
Reviewers: sergey Differential Revision: https://developer.blender.org/D4883
2019-05-16Update for Depsgraph API changesSergey Sharybin
Addresses new behavior of object.to_mesh(). This is corresponding part for D4875. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4876
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
Mainly search-and-replace approach. Tested the enabled-by-default export/import addons. Seems to work with an exception of X3D which is still referencing Blender Internal material properties. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4866
2019-04-29Fix T63955: label text not used as a keyword argCampbell Barton
2019-04-21BlenderKit: Don't do checks in the background mode or restricted ↵Vilem Duha
context(blender startup)
2019-04-21BlenderKit: Prevent preview from drawing below UI region in 3d viewVilem Duha
2019-04-21BenderKit: fix upload not reporting failed uploads correctly.Vilem Duha
2019-04-21BlenderKit: Don't run blenderkit checks when running in backgroundVilem Duha
2019-04-21BlenderKit: fix typo in previous commitVilem Duha
2019-04-21BlenderKit: disable version checking, won't be needed in Blender 2.8Vilem Duha
2019-04-21BlenderKit: open free assets for non-registered users.Vilem Duha
2019-04-21BlenderKit: Rename addon in preferences a bit, so it's more self-explanatory.Vilem Duha
2019-04-21BlenderKit: save user preferences if user pastes the API key into the panel ↵Vilem Duha
in 3d view. some users were confused by this, because they didn't save their preferences. Also some users filled in the API key area some other string and then didn't know what they did wrong.
2019-04-21BlenderKit: temporarily disable search style and engine.Vilem Duha
2019-04-18Blenderkit: remove unused file doing forbidden things.Bastien Montagne
Do not *ever* perform actions like web access at 'root' of a py file, those should *always* be put inside a function that only gets called when needed. Otherwise one get weird, slow, annoying web access just by importing the module!
2019-04-04BlenderKit: reorder UI unregistrationVilem Duha
handlers don't complain about properties which have already been removed.
2019-04-04BlenderKit: Silence more printouts and remove fullstops at the end of ↵Vilem Duha
property descriptions.
2019-04-04BlenderKit: fix unregister - removing draw progress handlersVilem Duha
2019-04-04silencing print outputs.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.