Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-12Cleanup: modifier arg wrappingCampbell Barton
2018-05-08Cleanup: Nuke empty dummy wrappers around modifier_copyData_generic().Bastien Montagne
2018-05-08Modifiers: sanitize/cleanup modifiers' copying & freeing code.Bastien Montagne
2018-05-03BKE bvhtree: Add `tree_type` parameter to `bvhtree_from_mesh_get`.Germano
2018-05-01Refactoring: bvhutils: Use a function that gets the bvhtree through an identi...Germano
2018-02-22Depsgraph: Wrap all arguments foe modifiers relations update into a structSergey Sharybin
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2017-12-18Fix T53398: Surface deform modifier says that convex polygons are concave for...Sergey Sharybin
2017-06-19Fix (unreported) bad copying code of Surface Deform modifier.Bastien Montagne
2017-04-24Cleanup: styleCampbell Barton
2017-04-20Fix Surface Deform not unbinding if target is removedLuca Rood
2017-04-13Fix Surface Deform crash with missing or freed DMLuca Rood
2017-03-19Usual UI/i18n message fixes.Bastien Montagne
2017-03-06Surface Deform Modifier: Respect object transforms at bind timeLuca Rood
2017-03-04Fix T50838: Surface Deform DM use after free issueLuca Rood
2017-02-27Surface Deform Modifier (SDef)Luca Rood