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
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-08Mesh: add option to select vertices by similar vertex creaseKévin Dietrich
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-03Cleanup: move public doc-strings into headers for 'bmesh'Campbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-21Bevel: Refactor "Vertex Only" to an enumHans Goudey
2020-06-25Cleanup: spellingCampbell Barton
2020-06-23Bevel: Refactor profile type input to use an enumHans Goudey
2020-06-20Bevel: add new 'Absolute' mode for interpreting 'amount' value.Howard Trickey
2019-11-21Bevel: Custom Profile and CurveProfile WidgetHans Goudey
2019-05-20Normal UI: Remove normals toolbar and add/muliply menu options.Howard Trickey
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-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-18Add miter pattern options.Howard Trickey
2019-01-03Fix T58113 Multiple problems with bevel harden normals.Howard Trickey
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Missed last commitCampbell Barton
2018-09-28Cleanup: Remove bmo_similar.c and small renamingDalai Felinto
2018-09-21Select Similar: Cleanup - WITH_FREESYTLEDalai Felinto
2018-08-04Added comments on hn_mode, BMOps on bevelRohan Rathi
2018-06-27Patch to fix shading continuity.Rohan Rathi
2018-06-22Added UI for harden normals and normal control in bevel modifierRohan Rathi
2018-06-11Added ability to harden normals.Rohan Rathi
2017-06-01Add Face-Map to select similarCampbell Barton
2017-05-24Remove TexFace, per-face imagesCampbell Barton
2017-05-15Fix T51180: BMesh crash using calc_uvs=TrueCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2015-12-05Fix T37879: Default UV generation for mesh primitives.Bastien Montagne
2015-04-26Add inverse-square falloff to bmesh, mask & compo.Campbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2014-12-28Fix T40930: Add a new option to select faces by smooth/flat shading.Bastien Montagne
2014-11-16Cleanup: use SUBD_CORNER_* prefix for Subdiv flagsCampbell Barton
2013-11-10Added options for how bevel amount is measured.Howard Trickey
2013-07-24internal bmesh api change: BM_elem_attrs_copy() no longer copies the selectio...Campbell Barton
2013-06-10fix [#35648] Loop cut, smoothness showing wrong symmetricalCampbell Barton
2013-06-04edit-mesh improvements to select shortest pathCampbell 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-06svn merge ^/trunk/blender -r55815:55840Sergey Sharybin
2013-04-06patch [#34890] BMesh Poke Face.Campbell Barton
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-01Merged changes in the trunk up to revision 52690.Tamito Kajiyama
2012-11-28bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_si...Campbell Barton
2012-11-26Fix #33285: loop cut is not supposed to cut through triangles/ngons, but itBrecht Van Lommel
2012-11-26Merged changes in the trunk up to revision 52546.Tamito Kajiyama