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
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-01Merge branch 'master' into blender2.8Campbell Barton
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-01-24Depsgraph: Remove legacy updateDepgraph callbacks from modifiersSergey Sharybin
2016-07-01BMesh: make toolflags optionalCampbell Barton
2015-11-03Fix related to T46567: Skin modifier: add a warning message when no valid roo...Bastien Montagne
2015-05-13Fix T39775: Skin modifier crashCampbell Barton
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-05-04Skin Modifier: remove redundant edge-calculationCampbell Barton
2015-05-04Fix T42893: Skin Modifier, changes randomly toggling editmodeCampbell Barton
2015-05-04Skin Modifier: Add missing operator stack popBrecht Van Lommel
2015-03-11Cleanup: styleCampbell Barton
2015-03-09Fix T43891: Skin modifier inverts some facesCampbell Barton
2015-01-13Cleanup: consistent arg order in bmeshCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-11-16Cleanup: use SUBD_CORNER_* prefix for Subdiv flagsCampbell Barton
2014-09-26Cleanup: unusedCampbell Barton
2014-09-26Fix the skin modifier crashing when building without Bullet.Brecht Van Lommel
2014-06-28BLI_stack: use strict flagsCampbell Barton
2014-06-25Use fill function for setting origindexCampbell Barton
2014-06-25Speedup for skin modifier, avoid calculating normals many timesCampbell Barton
2014-06-14Skin Modifier: use BLI_bitmap to tag edgesCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-20Code cleanup: use boolsCampbell Barton
2014-02-25Fix T38003: Skin modifier crash with long edgesCampbell Barton
2014-02-19Fix T38567: Branch smoothing on skin modifier brokenCampbell Barton
2014-02-07Fix T38521: skin modifier crash with zero radius vertices.Brecht Van Lommel
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-23Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE t...Bastien Montagne
2014-01-17BMesh: add bmesh delete functions that dont depend on operator flagsCampbell Barton
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-21fix own regression [#36443] Vertex to UV index doesn't match with 2.68aCampbell Barton
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-08-04code cleanup: replace strcpy with BLI_strncpy for fixed size strings, and cor...Campbell Barton
2013-08-01code cleanup: remove unused functionsCampbell Barton
2013-07-26use math functions for copying matrix/vector types, also cast const pointers ...Campbell Barton
2013-07-15fix for own regression, face index ranges still need checking in some places.Campbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-08fix for typo in skin modifier that resulted in incorrect vertex weights.Campbell Barton
2013-01-17optimize bmesh operations that use triangle BMFace's (dyn-topo and mesh conve...Campbell Barton