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-12-09sun_position: move to release: T69936Damien Picard
2019-12-09object_collection_manager: Remove import globbingCampbell Barton
2019-12-09object_collection_manager: use GPL headers for all filesCampbell Barton
2019-12-09object_collection_manager: use "Object" categoryCampbell Barton
2019-12-09Cleanup: trailing spaceCampbell Barton
2019-12-09Use "object" prefix for collection managerCampbell Barton
This was defining it's own category, which should be avoided and isn't needed in this case since it manages object collections.
2019-12-09Revert "STL: fix T72145 crash exporting object without data"Campbell Barton
This reverts commit 2f425cc128b8b709cc1ebf2c96ad372778f4aeda. The crash has since been fixed in the API.
2019-12-09Collection Manager: Add to release. Task: T69577Ryan Inch
2019-12-09Add Clockmender's Precision Drawing Tools v1.1.5Rune Morling
Accepted for inclusion per T70238
2019-12-09pov: renamed 'lamp' preset folder to 'light'Maurice Raybaud
2019-12-09renamed 'lamp' preset folder to 'light'Maurice Raybaud
2019-12-08POV: added doc stringsMaurice Raybaud
Hoping it will help the code to be less repulsive to new new developers.
2019-12-08pov: more api fixMaurice Raybaud
texture slot steps further
2019-12-08Fix T72241: error importing OBJ with NURBS curveBrecht Van Lommel
2019-12-06glTF exporter: fix skinning export when using draco compressionJulien Duroure
2019-12-06glTF importer: better names for UVMap and VertexColorJulien Duroure
2019-12-06Pie Menus: Update sculpt icons.OmarSquircleArt
Update the icons of the sculpt pie menu to be consistent with the new sculpt icons. The icons currently don't respect UI sizes, so we have to increase the menu sizes for them to fit. We also add white spaces at the start of the text to avoid icon-text intersections. Reviewed By: Brendon Murphy Differential Revision: https://developer.blender.org/D6373
2019-12-06Tissue: fix unreported duel mesh error.meta-androcto
2019-12-04STL: fix T72145 crash exporting object without dataMikhail Rachinskiy
2019-12-03glTF exporter: alphabetically sorting of exported animationJulien Duroure
2019-12-03glTF exporter: fix spam debug printJulien Duroure
2019-12-03glTF exporte: code cleanup, remove no more used filesJulien Duroure
2019-12-03Addon: BSurfaces: Some refactoring.Spivak Vladimir (cwolf3d)
2019-12-03Cleanup: object_print3d_utils, unused imports, varsCampbell Barton
2019-12-03Cleanup: system_demo_mode unused imports, varsCampbell Barton
2019-12-03Cleanup: io_scene_obj, unused imports, varsCampbell Barton
2019-12-02Fix T72115: Console Error to open Blender with Bsurfaces GPL Edition (1, 7, ↵Spivak Vladimir (cwolf3d)
5) addon activated
2019-12-02Palettes: Import ASE and Krita/Gimp palettesAntonio Vazquez
Differential revision: https://developer.blender.org/D6247
2019-12-02mesh tools: merge mesh relax: T71560meta-androcto
2019-12-02add camera rigs: update, move to folder structure: T71763meta-androcto
2019-12-01add manual linksmeta-androcto
2019-12-01align tools: add manual linkmeta-androcto
2019-12-01object addons: update manual linksmeta-androcto
2019-12-01object_fracture_cell: add manual linkmeta-androcto
2019-12-01node addons: add manual linksmeta-androcto
2019-12-01mesh addons: add manual linksmeta-androcto
2019-12-01object carver: add manual linkmeta-androcto
2019-12-01bool tools, add manual linkmeta-androcto
2019-12-01align tools: move to Object categorymeta-androcto
2019-11-30glTF exporter: remove unused codeJulien Duroure
2019-11-30glTF importer: fix bad vertex color alpha importJulien Duroure
2019-11-26Fix syntax error after recent fixes.Sergey Sharybin
Was introduced by 35d9087eb. Please verify addons at least loads after making changes.
2019-11-24pov 2.8 fixesMaurice Raybaud
primitive grid radius became size and noise deprecated
2019-11-24glTF exporter: fix transforms for mesh parented directly to bonesJulien Duroure
2019-11-24glTF exporter: more general checks for armature action linked to mesh objectsJulien Duroure
2019-11-24glTF exporter: fix crash when armature action is linked to mesh objectJulien Duroure
2019-11-24lighting addons: manual linksmeta-androcto
2019-11-24pov: fixed loft primitiveMaurice Raybaud
More post 2.8 api fix
2019-11-24update manual linksmeta-androcto
2019-11-23Fix T71025: add_mesh_gears: bpy.ops.object.mode_set.poll() failedSpivak Vladimir (cwolf3d)