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-03-24Fix T96294: Crash and error with shape key normal calculationHans Goudey
2022-03-23Mesh: Avoid creating incorrect original index layersHans Goudey
2022-02-26Fix: Failing OBJ export tests due to mesh normals commitHans Goudey
2022-02-22Fix T95839: Data race when lazily creating mesh normal layersHans Goudey
2022-02-18Cleanup: Remove unused argument to mesh tessellationHans Goudey
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
2022-01-07Cleanup: Use forward declaration of struct in headerHans Goudey
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-29Cleanup: Remove unused DerivedMesh functionsHans Goudey
2021-12-10Cleanup/Docs: Add comments to Mesh header, rearrange fieldsHans Goudey
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-01Fix T92561: unstable particle distribution with Alembic filesKévin Dietrich
2021-11-09Fix T91923: Save/Apply as Shape Key ignores shape keysCampbell Barton
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-09-17Cleanup: Pass const mesh argumentHans Goudey
2021-08-24Cleanup: Make function static, remove unused argumentsHans Goudey
2021-08-20Cleanup: rename BKE_mesh_free_data -> BKE_mesh_free_data_for_undoCampbell Barton
2021-08-20Cleanup: rename BKE_mesh_free -> BKE_mesh_free_dataCampbell Barton
2021-08-13Cleanup: remove unused BKE_mesh_calc_normals_mapping functionsCampbell Barton
2021-08-13Cleanup: split BKE_mesh_calc_normals_poly function in twoCampbell Barton
2021-08-02Mesh: Tag normals dirty instead of calculatingHans Goudey
2021-07-23Edit Mesh: multi-thread auto-smooth & custom normal calculationsCampbell Barton
2021-07-20Cleanup: Make function static, use const object argumentHans Goudey
2021-07-20Cleanup: Remove unused functionHans Goudey
2021-07-07Cleanup: update filename referencesCampbell Barton
2021-07-01Cleanup: split normal calculation into it's own fileCampbell Barton
2021-06-28Cleanup: Use const argumentsHans Goudey
2021-06-20Cleanup: make BKE_mesh_loops_to_tessdata a static functionCampbell Barton
2021-06-20Mesh: optimize object mode face tessellationCampbell Barton
2021-06-18Cleanup: rename test_index_face -> BKE_mesh_mface_index_validateCampbell Barton
2021-06-18Cleanup: remove unused MFace custom-data utilitiesCampbell Barton
2021-06-18Cleanup: move mesh tessellation into it's own fileCampbell Barton
2021-06-17Cleanup: split BKE_mesh_copy_settings into two functionsCampbell Barton
2021-05-17Merge branch 'blender-v2.93-release'Brecht Van Lommel
2021-05-17Fix T86278: vertex color baking not working with modifiersBrecht Van Lommel
2021-04-30Cleanup: correct commentCampbell Barton
2021-01-09Cleanup: use bool arguments & variablesCampbell Barton
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-14Blenkernel: move DerivedMesh.c to c++Jacques Lucke
2020-11-06Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-06Fix T81997: Subsurf Optimal Display sticks after object conversionPhilipp Oeser
2020-10-27Cleanup: Use const for PointCloud variableHans Goudey
2020-10-19Volumes: new Volume to Mesh modifierJacques Lucke
2020-10-09BKE: parallelize BKE_mesh_calc_edgesJacques Lucke
2020-10-09CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-10-09Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum"Jeroen Bakker