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-20doxygen: corrections/updatesCampbell Barton
2015-04-29BMesh: add BM_face_loop_separate_multiCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2015-02-23CustomData: const correctness for interp()Campbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-09-28Comments: update for changed argsCampbell Barton
2014-08-21BMesh: correct flag useCampbell Barton
2014-08-20BMesh: improve docs for BM_edge_splitCampbell Barton
2014-08-18Cleanup: assert / warnCampbell Barton
2014-07-18Code cleanupCampbell Barton
2014-07-17Correct error in recelty added BM_face_split_edgenetCampbell Barton
2014-07-13BMesh: minor speedup to BM_face_split_edgenetCampbell Barton
2014-07-12Correct error in BM_face_split_edgenet when no faces are splitCampbell Barton
2014-07-11BMesh: new face splitting function BM_face_split_edgenetCampbell Barton
2014-06-27BMesh: add ability not to delete vertex when collapsingCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-12BMesh: minor change to loopingCampbell Barton
2014-04-08BMesh: bmesh_sfme now initializes the copyCampbell Barton
2014-03-25Code cleanup: ifdef debug only checks and simplify manifold testCampbell Barton
2014-03-24Fix T39331: Dissolve vertex crashCampbell Barton
2014-03-13Fix for possible (unlikely) uninitialized var use in BM_face_splitCampbell Barton
2014-01-21Fix own mistake with zealous check for face splittingCampbell Barton
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-12-23BMesh API: make simple, low level functions inlineCampbell Barton
2013-10-26fix for BM_faces_join_pair() making the assumption that only the 2 faces use ...Campbell Barton
2013-10-21Fix [#37160] Rotate edge direction changed between 2.64 and 2.65 (low priority)Bastien Montagne
2013-08-23fix leak in BM_face_split() with multires if the split failed.Campbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-07-28bmesh: skip error checks when building in release mode (minor speedup),Campbell Barton
2013-07-27code cleanup: typosCampbell Barton
2013-07-11fix for problem with edge slide where it would stop shapekey modifier from be...Campbell Barton
2013-05-22utility bmesh functions, for edge loop creation, optionally pass array BM_edg...Campbell Barton
2013-03-09code cleanup: make bmesh var names more consistentCampbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-12-11minor speedup - replace use of smallhash with api_flags for BM_edge_split()Campbell Barton
2012-12-11own cleanup commit in bmesh branch - removed last letters from ends of some c...Campbell Barton
2012-11-30fix for another error in my own recent commit, beauty fill crashed.Campbell Barton
2012-11-09bmesh refactor - rename some of the BM_****_share_****_count() functions to B...Campbell Barton
2012-10-25fix for build error in own commit with non gcc compilers. (and remove invalid...Campbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-16fix for 2 cases BM_disk_dissolve() could fail/assert.Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-08-25add conjugate_qt_qt(), also some code cleanup and use const for 'rotOrders' v...Campbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-08-13style cleanup: use <pre> for doxygen ascii art Campbell Barton
2012-06-29Fix #31951 Subdivide with multires splits uvs.Antony Riakiotakis
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-03style cleanup: formatting and some float/double promotionCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton