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-29Implementation change object after creation.Spivak Vladimir (cwolf3d)
Adding context menu "Change Geodesic Dome"
2019-04-28implementation of adding curly (add_curve_curly) in edit modeSpivak Vladimir (cwolf3d)
2019-04-28correct rotation object after to changeSpivak Vladimir (cwolf3d)
2019-04-28Correct errors thrown in console when running mesh_discombobulatorSpivak Vladimir (cwolf3d)
https://developer.blender.org/T63954
2019-04-28glTF importer: fix bug in texture mapping when image is sharedJulien Duroure
2019-04-28glTF exporter: Combine names when combining different images into oneJulien Duroure
2019-04-28space_view3d_spacebar_menu: small fixesmeta-androcto
2019-04-28space_view3d_spacebar_menu: fix various errorsmeta-androcto
2019-04-28Remove to contrib: add advanced objects series: T63750meta-androcto
2019-04-27fixes remove nodes bugKalle-Samuli Riihikoski
2019-04-27fixed SSS presets. UI now works.Maurice Raybaud
2019-04-27Material presets with only SSS for now and not even working yet in UIMaurice Raybaud
2019-04-27Pass 5 of 2.8 syntax update...Maurice Raybaud
2019-04-26This def was deleted in last commit and not needed to call this anymoreKalle-Samuli Riihikoski
2019-04-26space_view3d_pie_menus: use gizmos for pie menu switchingCampbell Barton
Animators in the studio prefer this over tools.
2019-04-26create collection for applink objects, bring back menu in 3d viewKalle-Samuli Riihikoski
2019-04-26mesh_snap_utilities_line: match blender 2.8 updatesmano-wii
2019-04-25remove printKalle-Samuli Riihikoski
2019-04-25Fixed 3dc->blender workflow and bake toolsKalle-Samuli Riihikoski
2019-04-22Fourth pass at 2.8 API related updatesMaurice Raybaud
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-21The implementation of the function of changing the parameters of the object ↵Spivak Vladimir (cwolf3d)
after creation. Function added to context menu (Change Gear and WormGear).
2019-04-21Separated mesh_discombobulator from add_mesh_extra_objectsSpivak Vladimir (cwolf3d)
2019-04-20glTF: better occlusion map managementJulien Duroure
At import, create a node group where you can link an image texture At export, use this node group to create correctly the material TODO: doc update
2019-04-19glTF importer: Manage KHR_texture_transform extensionJulien Duroure
2019-04-18small try at fixing active_node_material removed from api.Maurice Raybaud
2019-04-18Another fix to get automated tests pass again in 2.8.Bastien Montagne
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-18glTF exporter: export addon version inside exported gltf/glb filesJulien Duroure
and dump addon version to 0.9.0
2019-04-18Fix lots of various issues failing automated test load/unload/reload.Bastien Montagne
2019-04-18Fix indentation, write into temp folder, and expose user prefsStephen Leger
2019-04-18looptools: fix matrix conversion, temporary fix grease pencil T63677 T61450meta-androcto
2019-04-16glTF exporter: Keep custom properties when applying modifiers to meshesJulien Duroure
2019-04-16glTF exporter: fix texture image exportJulien Duroure
2019-04-16Rigify: change make_property to wrap the official rna_idprop_ui_create.Alexander Gavrilov
Also add keyword-only argument markers for clarity.
2019-04-16archimesh: panel location: Createmeta-androcto
2019-04-16measureit: fix panel warnings, default Tab location: Displaymeta-androcto
2019-04-16Pass 3 of 2.8 syntax update...Maurice Raybaud
2019-04-15glTF importer: Keep user render engine (cycles or Eevee) when importingJulien Duroure
Note that node tree can't be created when render engine is Workbench, so switching to Eevee.
2019-04-15glTF exporter: STEP interpolation if there is only 1 keyframeJulien Duroure