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
2015-05-28BMesh: util functions to get edge loops from vertsCampbell Barton
2015-05-23Cleanup: typosCampbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-05-15Cleanup: style, spellingCampbell Barton
2015-05-02BMesh: utility to split isolated loop regionsCampbell Barton
2015-05-02BMesh: replace radial count with simple checksCampbell Barton
2015-05-02BMesh: BM_vert_separate double edge fixCampbell Barton
2015-05-02Cleanup: bmesh src/dst order in API argsCampbell Barton
2015-04-30BMesh: add bmesh_disk_vert_replaceCampbell Barton
2015-04-29BMesh: add BM_face_loop_separate_multiCampbell Barton
2015-04-29BMesh: simplify/optimize loop splitting logicCampbell Barton
2015-04-29BMesh: refactor edge-vert swapping into API callCampbell Barton
2015-04-29BMesh: minor change to swap-vert apiCampbell Barton
2015-04-29Add macro BLI_SMALLSTACK_AS_TABLECampbell Barton
2015-04-29Correct commentCampbell Barton
2015-04-29BMesh: optimize edge splitCampbell Barton
2015-04-29BMesh: replace smallhash flag for checking doublesCampbell Barton
2015-04-29BMesh: avoid over-counting vert-edgesCampbell Barton
2015-04-28Cleanup: redundant checksCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-04-15BMesh: Missed normal from example /w skip-cd flagCampbell Barton
2015-04-14initialize members in-orderCampbell Barton
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2015-02-24Cleanup: use bit-shift for bmesh_elem_checkCampbell Barton
2014-09-18Fix for edge-order flipping on subdividing wireCampbell Barton
2014-08-21BMesh: add assert for correct args to creation functionsCampbell Barton
2014-08-18BMesh: add BM_vert_splice_check_doubleCampbell Barton
2014-07-24Fix T41149: Dissolve Crash Due to AutoSmooth.Bastien Montagne
2014-07-17Fix for bmesh_vert_separate adding to visithash multiple timesCampbell Barton
2014-07-17BMesh: Add BM_vert_pair_share_face_checkCampbell Barton
2014-07-16BMesh: optimize BM_vert_splice to avoid getting a loop array firstCampbell Barton
2014-07-13BMesh: remove error check on radial loops and consistent namingCampbell Barton
2014-06-28BLI_stackdefinesCampbell Barton
2014-06-27BMesh: add ability not to delete vertex when collapsingCampbell Barton
2014-06-24move STACK_* macros into BLI_stackdefines.hCampbell Barton
2014-05-28Found another bmesh func that invalidates loop indices...Bastien Montagne
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2014-05-10Utility macros for linklist stack & asserts for bmeshCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-15Fix T39743: Crash when deleting faces in with new autosmooth.Bastien Montagne
2014-04-13Split Normals I (2/5): Add basic BMesh support of split normals.Bastien Montagne
2014-04-12BMesh: minor change to loopingCampbell Barton
2014-04-10Fix T39663: Blender crashes when trying to triangulate uv unwrapped mesh.Bastien Montagne
2014-04-08BMesh: bmesh_sfme now initializes the copyCampbell Barton
2014-04-08BMesh: minor speedup, avoid calloc+assign, assign all members insteadCampbell Barton
2014-03-27Attempt to fix compilation error on release windowsSergey Sharybin
2014-03-25Code cleanup: ifdef debug only checks and simplify manifold testCampbell Barton
2014-02-02Smallhash: add reserve option to avoid resizing when size is knownCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton