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-02Use C++ API for vertex group dataHans Goudey
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-24Rename polygons to polys and vertices to vertsHans Goudey
2022-08-24Merge branch 'master' into refactor-mesh-remove-pointersHans Goudey
2022-08-17Metaball: Evaluate metaball objects as mesh componentsHans Goudey
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-07-31Branch compiles and very basic tests workHans Goudey
2022-07-31More progressHans Goudey
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-26Cleanup: Move mesh_tessellate.c to C++Hans Goudey
2022-07-22Merge branch 'refactor-mesh-hide-generic' into refactor-mesh-remove-pointersHans Goudey
2022-07-20ProgressHans Goudey
2022-07-20ProgressHans 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-13Start of removing access to mesh pointersHans Goudey
2022-07-12Fix threading crash due to conflict in mesh wrapper typeSergey Sharybin
2022-07-11Cleanup: spelling in commentsCampbell Barton
2022-07-08Merge branch 'temp-legacy-mesh-format-option' into refactor-mesh-hide-genericHans Goudey
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-15Refactor: Move mesh hide flags to generic data types (WIP)Hans 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
2022-01-19BMesh: add mesh debug information printingCampbell Barton
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey