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-11Merge branch 'master' into refactor-mesh-position-genericrefactor-mesh-position-genericHans Goudey
2022-11-05Cleanup: Move legacy mesh conversions to proper fileHans Goudey
2022-10-12Cleanup: Use const vertex pointer argumentHans Goudey
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-27Cleanup: Use signed integers for mesh vertex indicesHans Goudey
2022-09-23Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-23Fix: Crash with empty vertex group in mask modifierHans Goudey
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-15Fix possible to remove mesh position attributeHans Goudey
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-11Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-08Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-25Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-08-17Metaball: Evaluate metaball objects as mesh componentsHans Goudey
2022-08-14Mesh: Move selection status from flags to generic attributes (WIP)Hans Goudey
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-07-26Cleanup: Move mesh_tessellate.c to C++Hans Goudey
2022-07-12Fix threading crash due to conflict in mesh wrapper typeSergey Sharybin
2022-07-11Cleanup: spelling in commentsCampbell Barton
2022-07-08Curves: support deforming curves on surfaceJacques Lucke
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-06-23Cleanup: Make function staticHans Goudey
2022-06-23Mesh: Add an explicit "positions changed" functionHans Goudey
2022-05-15Cleanup: Simplify loop syntax, make function staticHans Goudey
2022-05-11Mesh: Add Auto Smooth option to Shade Smooth operatorPablo Vazquez
2022-05-05Workaround T81065: Merge UV's when applying modifiersCampbell Barton
2022-04-26Cleanup: Move anonymous attribute removal to geometry componentHans Goudey
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-22Fix T96294: Crash and error with shape key normal calculationHans Goudey
2022-02-28Cleanup: Move mesh_validate.c to C++Hans Goudey
2022-02-26Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-26Fix: Failing OBJ export tests due to mesh normals commitHans Goudey
2022-02-22Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-22Fix T95839: Data race when lazily creating mesh normal layersHans Goudey
2022-02-19Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-18Cleanup: Remove unused argument to mesh tessellationHans Goudey
2022-02-18Mesh: Avoid creating incorrect original index layersHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Fix T95613: remove anonymous attributes when converting objectJacques Lucke
2022-01-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin