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
2022-02-11File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
2020-07-15Fix T78864: the apply_as parameter of modifier_apply was removed.Alexander Gavrilov
Explicitly specifying DATA was redundant anyway, as that was the default.
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2019-06-22Cleanup: redundant set/tuple use for comparisonCampbell Barton
2019-06-04Fix (unreported) missing updates after `scene.update()` removal.Bastien Montagne
2019-05-01Update object_carver to 2.8 thanks @clarkxmeta-androcto