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
2020-06-17Fix T70287: Connect vertex path can create duplicate edges/facesCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2014-09-02Fix editmesh-connect with adjacent vert selectionCampbell Barton
2014-09-02Fix editmesh-connect with hidden geometryCampbell Barton
2014-06-28BLI_stackdefinesCampbell Barton
2014-06-24move STACK_* macros into BLI_stackdefines.hCampbell Barton
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2014-05-13Correct last commit, check not to split along edges already usedCampbell Barton
2014-05-13Fix T40162: Vert connect creates extra face cutting across concave NGon.Campbell Barton
2014-05-13Code cleanup: rename BM_face_legal_splits -> BM_face_splits_check_legalCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-27BMesh: let vert-connect make degenerate faces when only 2 verts selectedCampbell Barton
2014-03-19Code cleanup: double/floatCampbell Barton
2014-03-13BMesh: minor changes for BM_face_split useCampbell Barton
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton
2013-08-17add linklist stack macros, use where over allocating an array was previously ...Campbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-06-27remove bmesh arg from BM_face_legal_splits(), don't use a bmesh iterator.Campbell Barton
2013-06-22Extend existing editmesh connect tool so it can connect across multiple faces.Campbell Barton
2013-05-26bmesh: replace BLI_array reallocs with alloca, also don't check all faces for...Campbell Barton
2013-05-11- add generic edge-loop utility functions for bmesh.Campbell Barton
2013-05-09fix [#35257] Brige > Merge sometimes flips resultCampbell Barton
2013-03-30code comments: bmesh operator doxy header descriptions.Campbell Barton
2013-03-16code cleanup: shadowingCampbell Barton
2013-03-09code cleanup: make bmesh var names more consistentCampbell Barton
2013-03-09code cleanup:Campbell Barton
2013-01-30bridge tool could make bow-tie quads when given 2 isolated edges.Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-12-03bridge tool - simple optimization, break early if edge loop length comparison...Campbell Barton
2012-12-03fix [#33391] Bridge two Edgeloops fails in simple caseCampbell Barton
2012-11-27code cleanup: bmesh operator comments, readying for doc-generation.Campbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-01add compiler hints that failing to create a bmesh face is unlikely.Campbell Barton
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-12code cleanup: use an enum for uiBut->pointype (more useful debug display of m...Campbell Barton
2012-09-06code cleanup: use *(*var)[2] for pairs in bmesh code rather then a 1d array s...Campbell Barton
2012-08-24mesh bridge tool now leaves bridge faces selected.Campbell Barton
2012-08-24fix for merged bridge crashing on closed loops (own bug in recent commit) Campbell Barton
2012-08-23- add BM_data_interp_from_edges() function (matches BM_data_interp_from_verts).Campbell Barton