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-02-22Fix compilation error with legacy depsgraph disabledSergey Sharybin
2018-02-22Depsgraph: Wrap all arguments foe modifiers relations update into a structSergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-08Remove Carve booleanSergey Sharybin
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-01-24Cleanup: MOD_wireframe: remove useless isDisabled callback.Bastien Montagne
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2018-01-11Mesh deform: Tweak threadability criteriaSergey Sharybin
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
2018-01-09Add deform axis for Simple Deform modifierCampbell Barton
2017-12-18Fix T53398: Surface deform modifier says that convex polygons are concave for...Sergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-06Array Modifier: option to offset UV'sCampbell Barton
2017-10-29Alembic: added frame offset propertySybren A. Stüvel
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-25Mirror Modifier: option to offset UV'sCampbell Barton
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-09-19Boolean Modifier: add debug optionsCampbell Barton
2017-09-16Fix T51074: Boolean modifier inverts operationCampbell Barton
2017-09-14Fix T52291: Boolean fails w/ co-linear edged ngonsCampbell Barton
2017-09-06Screw Modifier: remove doubles optionCampbell Barton
2017-08-11Cleanup: remove useless `DM_ensure_looptri()`.Bastien Montagne
2017-08-11Fix T52344: Softbody on Text.Bastien Montagne
2017-08-11Fix T52344: Softbody on Text.Bastien Montagne
2017-08-11Cleanup: whitespaceCampbell Barton
2017-08-09Typo fixSybren A. Stüvel
2017-08-08Fix T51701: Alembic cache screws up mesh.Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
2017-07-28Fix T52212: Vgroups doesn't work after Carve BooleanSergey Sharybin
2017-06-20Fix (unreported) missing Image usercount increase when copying UVProject modi...Bastien Montagne
2017-06-19Fix (unreported) bad copying code of Surface Deform modifier.Bastien Montagne
2017-06-19Fix compiler warnings from own recent rB0d5c7e5e36b9.Bastien Montagne
2017-06-19Fix (unreported) bad copying of Ocean modifier.Bastien Montagne
2017-06-19Fix (unreported) bad copying code in Mesh Deform modifier.Bastien Montagne
2017-06-19Fix (unreported) Dynamic Paint modifier not increasing ID usercount in copy f...Bastien Montagne
2017-06-19Fix (unreported) memory leak in Fluid modifier copying.Bastien Montagne
2017-06-12Depsgraph: Use depsgraph from handle rather than from sceneSergey Sharybin
2017-06-08Simplify Array modifier 'relative offset' handling.Bastien Montagne
2017-05-30Displace modifier: Pre-fetch all possible images to image pool prior executionSergey Sharybin
2017-05-26Fix integer overflows in meshcache modifier.lazydodo
2017-05-22Fix T51520: Broken vertex weights after two mesh joining.Bastien Montagne
2017-05-05Fix (unreported) memleak in Warp modifier copying.Bastien Montagne
2017-04-24Cleanup: styleCampbell Barton
2017-04-20Fix Surface Deform not unbinding if target is removedLuca Rood
2017-04-17Fix T51176: Cache file location can be blank and prevent fluid simulation fro...Bastien Montagne
2017-04-17Fluidsim cleanup: get rid of magic numbers!Bastien Montagne
2017-04-13Fix Surface Deform crash with missing or freed DMLuca Rood