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-16Collection Manager: Fix bug with enabling toggle. Task: T69577Ryan Inch
Fixes incorrect restoration of rto_history on disabling Phantom Mode which led to an error using the enabling toggles.
2019-12-15PDT: Add Reset View functionalityRune Morling
- In orthographic mode, will recenter the view and its distance. - In non-orthographic mode, will reset to the Blender default view. - Is hooked up to a button in the PDT View Control UI Panel.
2019-12-14glTF exporter: Basic SK driver export (driven by armature animation)Julien Duroure
2019-12-14glTF importer: size of bone at creation are now based on armature scaleJulien Duroure
2019-12-14glTF exporter: define a user extension APIJulien Duroure
2019-12-13sun_position: remove redundant use_* propsDamien Picard
2019-12-13POV: added doc stringsMaurice Raybaud
Hoping it will help the code to be less repulsive to new developers.
2019-12-13sun_position: rename Ecliptic to DiurnalDamien Picard
The name "Ecliptic" for the Sun trajectory visualization was wrong. I renamed it to "Diurnal" because it actually visualizes the apparent trajectory of the Sun in one single day.
2019-12-13sun_position: cleanup UI and propertiesDamien Picard
UI for the normal mode is now split into subpanels.
2019-12-13sun_position: fix error from rBA6075b285Damien Picard
2019-12-13PDT: Fix bug in pivot_point.pyRune Morling
PropertyGroup variable wasn't properly instantiated, resulting in an exception due to a missing PointerProperty.
2019-12-13glTF exporter: fix extension required parameter checkJulien Duroure
2019-12-12sun_position: add manual linkmeta-androcto
2019-12-12addons: manual links, minor changes to match functional areas.meta-androcto
2019-12-12materials addons: default to manualmeta-androcto
2019-12-12io addons fix 404 manual linksmeta-androcto
2019-12-12io. more manual linksmeta-androcto
2019-12-12i/o, part manual linksmeta-androcto
2019-12-11viewport pies: minor icon changemeta-androcto
2019-12-11viewport pies: proportional edit and save defaults piesmeta-androcto
2019-12-11extra_objects: add rock gen: T71560meta-androcto
2019-12-10node presets: add manual pagemeta-androcto
2019-12-09Amaranth: Removed flush_modules function not needed anymoreCansecoGPC
2019-12-09Amaranth: Add back from addons contribCansecoGPC
2019-12-09node_presets: add back from addons_contribCampbell Barton
Improve error handling: - Show exception if the path can't be listed. - Reload node cache if the preferences directory changes.
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 datav2.81ablender-v2.81-releaseMikhail Rachinskiy
2019-12-04STL: fix T72145 crash exporting object without dataMikhail Rachinskiy
2019-12-03Fix T71678: Rigify crash if the Advanced mode is set to New.Alexander Gavrilov
This is copying one line from rB71565f82b24c in master.
2019-12-03Fix T71774: SVG import error on specific filesSergey Sharybin
Was happening if the software which wrote SVG skipped decimal part.
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