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-09-04Merge branch 'master' into refactor-mesh-remove-pointersHans Goudey
2022-09-02Cleanup: Fix clang-tidy warnings: [modernize-use-nullptr]Clément Foucault
2022-08-31Use C++ methods to retrieve geometry dataHans Goudey
2022-08-31Merge branch 'master' into refactor-mesh-remove-pointersHans Goudey
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Merge branch 'master' into refactor-mesh-remove-pointersHans Goudey
2022-08-26Cleanup: Move bmesh_query_uv.c to C++Hans Goudey
2022-08-26Cleanup: reduce variable scopeCampbell Barton
2022-08-25Cleanup: remove redundant calculation in bmo_poke_execCampbell Barton
2022-08-24Rename polygons to polys and vertices to vertsHans Goudey
2022-08-24Merge branch 'master' into refactor-mesh-remove-pointersHans Goudey
2022-08-19Cleanup: replace uint cd_loop_uv_offset with intChris Blackbourn
2022-08-17Cleanup: strip blank lines around comment blocksCampbell Barton
2022-08-12Cleanup: replace misleading use of 'true' for the bit-field sizeCampbell Barton
2022-08-12Cleanup: replace term face with polyCampbell Barton
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-09Merge branch 'master' into refactor-mesh-remove-pointersHans Goudey
2022-08-09Cleanup: use static_cast in bmesh_mesh.ccCampbell Barton
2022-08-08Merge branch 'refactor-mesh-hide-generic' into refactor-mesh-remove-pointersHans Goudey
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 'refactor-mesh-hide-generic' into refactor-mesh-remove-pointersHans Goudey
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-23Squashed commit of the following: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-22Merge branch 'refactor-mesh-hide-generic' into refactor-mesh-remove-pointersHans Goudey
2022-07-20Merge branch 'master' into refactor-mesh-hide-genericHans Goudey
2022-07-19Merge branch 'master' into refactor-mesh-remove-pointersHans Goudey
2022-07-15ProgressHans 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