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-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.