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-09-19BLI_utildefines_iter: Use for iteration helpersCampbell Barton
2017-09-18BMesh: move bridge tools stepping logic into macroCampbell Barton
2017-09-15Fix T52384: Bridge pair result depends on other loopsCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2015-11-19BMesh: support splitting edge-loops when expandingCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-07-30BLI_listbase: consistent name prefixCampbell Barton
2014-06-25Use api function for flipping button list & rename to BLI_listbase_reverseCampbell Barton
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2014-04-27Correct some errors in auto-cleanupCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (bmesh)Campbell Barton
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2013-09-06rename positive_mod to mod_i, make it work with nagative numbers (matching py...Campbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-03correct edgeloop tagging assigning an uninitialized value, also remove redund...Campbell Barton
2013-07-05fix [#35989] bridge tool flip mashCampbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-06-06fix issue with new bridge tool interpolation [#35636]Campbell Barton
2013-06-04fix for own error in recent bridge changes, make sure normals are calculated ...Campbell Barton
2013-05-31fix [#35578] New bridge tool; bowtie crossing when destination edges form one...Campbell Barton
2013-05-23Support for bridge tool subdivisions, smoothing and shape along the profile.Campbell Barton
2013-05-22utility bmesh functions, for edge loop creation, optionally pass array BM_edg...Campbell Barton
2013-05-17fix for BM_mesh_edgeloops_find(), could give edge loops with one vert. (cause...Campbell Barton
2013-05-16fix for crash in grid-fill where it was possible for rail edges to overlap.Campbell Barton
2013-05-15bmesh edgeloop utility function, calculates an edge loop from 2 verts (start ...Campbell Barton
2013-05-12fix for crash with new bridge method used with invalid edge-loops.Campbell Barton
2013-05-12bridge option to bridge loop pairs,Campbell Barton
2013-05-12bridge tool: support for bridging loops with different numbers of vertices.Campbell Barton
2013-05-11add support for bridging multiple edge loops at once.Campbell Barton
2013-05-11- add generic edge-loop utility functions for bmesh.Campbell Barton