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
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
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-09-18Cleanup: remove unused navmesh codePhilipp Oeser
2020-09-17Pointclouds: support mesh <-> pointcloud in convert operatorPhilipp Oeser
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-06-18Fix T65986: Inaccurate center of mass, calculating mesh centerCampbell Barton
2020-06-10Cleanup: move BKE_mesh_wrapper functions into own headerCampbell Barton
2020-06-10Mesh: utility functions to access wrapped mesh coordinatesCampbell Barton
2020-05-25Mesh: skip conversion from edit-mesh to mesh in edit-modeCampbell Barton
2020-03-17Cleanup: use more descriptive variable name for the data-maskCampbell Barton
2020-03-06Cleanup: Mesh: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-02-26Cleanup: reduce CDDM use, remove unused function callsCampbell Barton
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2020-01-30Fix T65146: Curve Texture Coordinates in Cycles and Eevee differClément Foucault
2019-09-23Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel