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
2016-07-01BMesh: make toolflags optionalCampbell Barton
2015-11-05Fix face creation using incorrect loop-custom-dataCampbell Barton
2014-07-11BLI_array: avoid mixing terms count/lengthCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-18bmesh improvements to face creation.Campbell Barton
2013-08-16rewrite edgenet fill bmesh operator.Campbell Barton
2013-08-14bmesh edge-net: refactor out face creation into its own function, replace arr...Campbell Barton
2013-08-14bmo_edgenet_fill_exec was building a vertex array when it didnt need to. also...Campbell Barton
2013-08-03correct edgeloop tagging assigning an uninitialized value, also remove redund...Campbell Barton
2013-08-01use bmesh for loop macros for looping over mesh verts/edges/facesCampbell Barton
2013-05-31correct cast to uintptr_t for smallhash use.Campbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-03-31style cleanupCampbell Barton
2013-03-30code comments: bmesh operator doxy header descriptions.Campbell Barton
2013-03-27api cleanup: replace BMO_vert_edge_flags_count() with more reusable function ...Campbell Barton
2013-03-27api cleanup: move edgenet bmesh operator into its own file.Campbell Barton