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-03-12BMesh: rename cryptic functionsCampbell Barton
2017-01-19Fix T49807: Inset faces edge rail bugCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-03-14Cleanup: style/spellingCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2015-11-23Cleanup: shadowing (bmesh)Campbell Barton
2015-11-05Fix BMesh memory leak w/ multires dataCampbell Barton
2015-09-04Partial revert of warning cleanupCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-08-31error in last commitCampbell Barton
2015-08-31Fix T45954: Inset w/ interpolated vertex colorCampbell Barton
2015-06-19avoid assert with bmesh insetCampbell Barton
2015-05-02Cleanup: bmesh src/dst order in API argsCampbell Barton
2015-02-23CustomData: const correctness for interp()Campbell Barton
2014-09-12Cleanup & remove redundant checkCampbell Barton
2014-09-11Workaround for strict flags and release build compilationSergey Sharybin
2014-09-10Fix for mesh-inset modifying hidden facesCampbell Barton
2014-09-09Fix T41445: Inset creates separated UV'sCampbell Barton
2014-08-13SpellingCampbell Barton
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2014-04-26Code cleanup: use 'const' for arrays (bmesh)Campbell Barton
2014-04-22Fix T39429: Project paint error with UV bleedCampbell Barton
2014-04-21BMesh Inset: remove hack to store coords in normalsCampbell Barton
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell Barton
2014-03-28Fix T39288: Inset regression with extreme offsetCampbell Barton
2014-03-28Fix for inset bug (edge rail had feedback loop with direction)Campbell Barton
2014-02-15Mesh Inset: following existing edges is now optionalCampbell Barton
2014-01-14Fix T38186: mesh inset didn't follow edge directions for flat surfacesCampbell Barton
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-20inset depth wasn't working right with relative offset, also make it work for ...Campbell Barton
2013-08-20fix [#36352] Inset individual, uncheck "select outer" selects zero facesCampbell Barton
2013-08-18improved BM_face_copy_shared to copy from more possible connected loops and a...Campbell Barton
2013-08-17style cleanupCampbell Barton
2013-08-13fix own regression, rip tool wasn't handling selection.Campbell Barton
2013-07-29add asserts to ensure face normal is up to date.Campbell Barton
2013-04-25individual inset was missing relative option.Campbell Barton
2013-04-11fix own mistake in recent inset-interpolation option, some faces were not int...Campbell Barton
2013-04-11interpolate verts as well as loops for inset.Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-04-07Mesh Tool,Campbell Barton
2013-04-07mesh inset tool - option to interpolate UV's vcols etc, on by default since t...Campbell Barton
2013-04-07simplify inset loop-customdata-copying, no real benefit in using adjacent fac...Campbell Barton
2013-04-07remove error checks for inset, adding a faces in this instance wont fail (or ...Campbell Barton
2013-04-06bmesh operator rename inset -> inset_regionCampbell Barton
2013-04-06patch [#34886] BMesh Individual Face InsetCampbell Barton
2013-03-30code comments: bmesh operator doxy header descriptions.Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton