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
2019-10-15Fix T70560: Large cones are created with double vertices (even thoughPhilipp Oeser
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-29Fix T67523: Incorrect UV's for grid primitivematc
2019-04-29Cleanup: comments (long lines) in bmeshCampbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for bmeshCampbell 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-19Cleanup: add trailing commasCampbell Barton
2018-12-19Cleanup: spellingCampbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2017-10-04Fix T52923: Circle diameter is in fact radiusCampbell Barton
2017-07-15Fix T52066: Grid Mesh UV's aren't correctCampbell Barton
2017-05-15Fix T51180: BMesh crash using calc_uvs=TrueCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2017-04-06Fix T51135: Cylinder primitive generated bad UVsGermano Cavalcante
2017-02-19Fix a few compiler warnings with macOS / clang.Brecht Van Lommel
2016-11-17Cleanup: redundant index loop for monkey-createCampbell Barton
2016-09-25Quiet shadow warningCampbell Barton
2016-09-24Mesh: added default UVs for Monkey, improved UVs for UV Sphere and Icosphere.Peter Lu
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-05-14Fix Cube generated UV's rotated incorrectlyCampbell Barton
2016-04-12Fix T47443: Circle & UV Sphere aren't alignedCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2015-12-20Cleanup: invalid comment & styleCampbell Barton
2015-12-12Cleanup: style/spellingCampbell Barton
2015-12-05Fix (unreported) Newly added grid's vertices not being selected.Bastien Montagne
2015-12-05Fix T37879: Default UV generation for mesh primitives.Bastien Montagne
2015-01-04cleanup: create cube, use index lookupsCampbell Barton
2014-08-21BMesh: correct flag useCampbell Barton
2014-01-16Fix T38217: Fix glitch adding Monkey with view alignCampbell Barton
2013-11-29Fix own regression - adding a grid had rotated face.Campbell Barton
2013-11-26Correct fix for T37617, (own recent regression)Campbell Barton
2013-11-26Fix T37617: "Add plane" was adding a 2*2 gridBastien Montagne
2013-11-25Fix T37573: Adding grid primitive slow for many subdivisionsCampbell Barton
2013-11-24Code Cleanup: use math functions and reduce View3d axis drawing into a loopCampbell Barton
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-03-30code comments: bmesh operator doxy header descriptions.Campbell Barton
2013-03-26code cleanup: operator headersCampbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-28fix for minor annoyance - when extruding a circle there would always be one f...Campbell Barton
2012-11-28bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_si...Campbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton