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-08-11Rename variables to hide_polyHans Goudey
2022-08-10Parallelize layer copying, fix names and todoHans Goudey
2022-08-10Rename `.hide_face` to `.hide_poly`Hans Goudey
2022-08-09Merge branch 'master' into refactor-mesh-hide-genericHans Goudey
2022-08-09Cleanup: use static_cast in bmesh_mesh.ccCampbell Barton
2022-08-08Merge branch 'master' into refactor-mesh-hide-genericHans Goudey
2022-08-06Merge branch 'blender-v3.3-release'Howard Trickey
2022-08-06Fix T98025: Revert "Fix Bevel intersection continuity."Howard Trickey
2022-07-31Merge branch 'master' into refactor-mesh-hide-genericHans Goudey
2022-07-28Cleanup: quiet GCC stringop-overflow warningCampbell Barton
2022-07-26Cleanup: Move mesh_tessellate.c to C++Hans Goudey
2022-07-23Merge branch 'master' into refactor-mesh-hide-genericHans Goudey
2022-07-23Cleanup: Typo with uv sphere normal creationChris Blackbourn
2022-07-22BMesh: move bmesh_mesh to C++Campbell Barton
2022-07-22Fix T87779: Asymmetric vertex positions in circles primitivesCampbell Barton
2022-07-22UV: Edge support for select shortest path operatorSiddhartha Jejurkar
2022-07-22Don't create layers when unnecessaryHans Goudey
2022-07-20Merge branch 'master' into refactor-mesh-hide-genericHans Goudey
2022-07-14Cleanup: spelling in commentsCampbell Barton
2022-07-08Fixes, cleanup, renamingHans Goudey
2022-07-08Merge branch 'temp-legacy-mesh-format-option' into refactor-mesh-hide-genericHans Goudey
2022-06-08Attributes: Use names instead of layers for some functionsHans Goudey
2022-06-07Cleanup: spelling in comments, minor formatting tweaksCampbell Barton
2022-06-04Fix changes persisting when exiting edit modeHans Goudey
2022-06-04Fix conversion to and from BMeshHans Goudey
2022-06-04Change hide attribute namesHans Goudey
2022-06-04Merge branch 'master' into refactor-mesh-hide-genericHans Goudey
2022-06-01Cleanup: spelling in comments, use doxy sectionsCampbell Barton
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-30Merge branch 'temp-legacy-mesh-format-option' into refactor-mesh-hide-genericHans Goudey
2022-05-30Cleanup: Remove outdated commentHans Goudey
2022-05-22Merge branch 'master' into refactor-mesh-hide-genericHans Goudey
2022-05-17Cleanup: formatCampbell Barton
2022-05-15Refactor: Move mesh hide flags to generic data types (WIP)Hans Goudey
2022-05-15Merge branch 'blender-v3.2-release'Joseph Eagar
2022-05-15Fix T80174: Dyntopo not initializing face set values correctlyJoseph Eagar
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-05Docs: add doc-string for BMFace.mat_nr struct memberCampbell Barton
2022-04-28Fix: Incorrect conversion from C bitfield syntaxHans Goudey
2022-04-25Cleanup: spelling in commentsCampbell Barton
2022-04-24Cleanup: clang-formatCampbell Barton
2022-04-23Fix a failing bmesh_bevel test by fixing buffer overflow.Howard Trickey
2022-04-22Cleanup: Clang tidy, unused variable warningsHans Goudey
2022-04-22Re-fix some comments in bmesh_bevel.c.Howard Trickey
2022-04-22BMesh: Add additional attribute access macrosMartijn Versteegh
2022-04-22Fix T56625: Bevel sometimes made zero area UV faces.Howard Trickey
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-04-07Cleanup: clang-formatCampbell Barton
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar