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-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2015-10-07Cleanup: spellingCampbell Barton
2015-10-04BMesh: improved smooth subdivisionCampbell Barton
2015-09-04Partial revert of warning cleanupCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-07-25Cleanup: double-promotion warningsCampbell Barton
2015-05-05Cleanup: function arg wrappingCampbell Barton
2015-04-26BMesh: increase subdiv smooth strengthCampbell Barton
2015-04-26Cleanup: bmesh subdivideCampbell Barton
2015-04-26BMesh: subdiv smooth, use simpler even calculationCampbell Barton
2015-04-26Cleanup: subdivide smooth vertex placementCampbell Barton
2015-04-26BMesh: use const for API callsCampbell Barton
2015-03-09Fix T43421: bisect_edges returns insufficient dataCampbell Barton
2015-01-13Cleanup: consistent arg order in bmeshCampbell Barton
2014-11-16Cleanup: use SUBD_CORNER_* prefix for Subdiv flagsCampbell Barton
2014-09-28BMesh: use stack for subdiv face data (no realloc)Campbell Barton
2014-06-16Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a))Campbell Barton
2014-06-14Editmesh: remove redundant normal calculation call for subdivideCampbell Barton
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2014-05-13Code cleanup: rename BM_face_legal_splits -> BM_face_splits_check_legalCampbell Barton
2014-05-13BMesh: add check to BM_vert_pair_share_face to allow adjacent loopsCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (bmesh)Campbell 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-09-02bmesh: internal api change, remove BMOElemMapping, its not needed since the v...Campbell Barton
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-07-24internal bmesh api change: BM_elem_attrs_copy() no longer copies the selectio...Campbell Barton
2013-06-27remove bmesh arg from BM_face_legal_splits(), don't use a bmesh iterator.Campbell Barton
2013-06-11Fix msvc compile error with subdivide use_smooth_even option.Brecht Van Lommel
2013-06-10correction to typo in r57327, ui-load wasnt working on splash screen.Campbell Barton
2013-06-10optimize customdata lookups for subdivision.Campbell Barton
2013-06-10fix [#35648] Loop cut, smoothness showing wrong symmetricalCampbell Barton
2013-05-23Support for bridge tool subdivisions, smoothing and shape along the profile.Campbell Barton
2013-05-08smooth falloff options for loopcut.Campbell Barton
2013-04-26fix/feature [#35085] Loop cut slideCampbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-03-30code comments: bmesh operator doxy header descriptions.Campbell Barton
2013-03-26code cleanup: operator headersCampbell Barton
2013-03-13code cleanup: remove bmesh subdivide header, all definitions can be included ...Campbell Barton
2013-03-09code cleanup: make bmesh var names more consistentCampbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-01-20fix own bug with uninitialized arrays in subdivide (from recent BLI_array.h u...Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-11-28bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_si...Campbell Barton
2012-11-27bmesh/py operator api:Campbell Barton
2012-11-26style cleanupCampbell Barton
2012-11-26Fix #33285: loop cut is not supposed to cut through triangles/ngons, but itBrecht Van Lommel
2012-11-20bmesh operator api:Campbell Barton