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-11-04Fix T102232: bridge edge loop crashCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-05BMesh: remove redundant mesh-backups from EDBM_op_* APICampbell Barton
2021-07-01Cleanup: remove bmesh-operator error codeCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-20Fix T69600: Bridge edges creates UV's with wrong rotationCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-04-29Cleanup: comments (long lines) in bmeshCampbell 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-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-05-06Fix T48356: Bridge tool creates self-intersecting loopCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2016-01-11Cleanup: warnings (misleading-indentation)Campbell Barton
2015-11-19BMesh: support splitting edge-loops when expandingCampbell Barton
2015-05-05Cleanup: function arg wrappingCampbell Barton
2014-12-26Fix T43013: Flip with bridge aligned loopsCampbell Barton
2014-07-30BLI_listbase: consistent name prefixCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton
2013-09-18fix [#36211] bridge edge loops joining vertecies that are far awayCampbell Barton
2013-09-06rename positive_mod to mod_i, make it work with nagative numbers (matching py...Campbell Barton
2013-09-05add function for rotating linked list so at item is last.Campbell Barton
2013-09-05add positive_mod() utility function.Campbell Barton
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21bmesh api:Campbell Barton
2013-07-25add twist option to bridge tool (for circular loops)Campbell Barton
2013-07-16correct own incorrect check bmesh edgerin subdivide, also add missing break i...Campbell Barton
2013-07-11fix for bridge tool where the 2 loops overlap (typical use for scanfill), how...Campbell Barton
2013-07-05fix [#35989] bridge tool flip mashCampbell Barton
2013-07-01bridge tool: calculate face normals before triangulating, own error when remo...Campbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-06-04fix for own error in recent bridge changes, make sure normals are calculated ...Campbell Barton
2013-05-31previous fix for #35578 didnt work right, check direction of the open edge lo...Campbell Barton
2013-05-31fix [#35578] New bridge tool; bowtie crossing when destination edges form one...Campbell Barton
2013-05-29scene render dimension panal: avoid re-creating the framerate string on every...Campbell Barton
2013-05-29fix for own regression in bridge tool since rewrite, UV's were not correctly ...Campbell Barton
2013-05-23Support for bridge tool subdivisions, smoothing and shape along the profile.Campbell Barton
2013-05-17fix for error in bridge tool, using freed faces from bmo input.Campbell Barton
2013-05-14bridge tool: fix for error in recent commit. missed NULL check for example face.Campbell Barton
2013-05-13new bevel: fix for crash in merge, could result in collapsing faces being inv...Campbell Barton
2013-05-13new bridge tool: fix for cases with it would crash when existing faces matche...Campbell Barton
2013-05-13fix for bridge flipping, loops pointing away from eachother (over 90d differe...Campbell Barton