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-09-15Cleanup: Use function to mark mesh normals dirtyHans Goudey
2021-09-02Fix regression in recent change 0708733c46cb6b50697c1b80a6541d6fb410267eCampbell Barton
2021-09-02Fix T90972: Crash calling Mesh.clear_geometry in edit-modeCampbell Barton
2021-09-02Fix T91123: Freeing meshes in edit-mode leaks memoryCampbell Barton
2021-09-02Cleanup: spelling in commentsCampbell Barton
2021-08-23Using relative threshold for floats in mesh comparisonHimanshi Kalra
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-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-16Cleanup: shadow variable warningCampbell Barton
2021-08-16Add cutom data color property for mesh comparisonHimanshi Kalra
2021-08-13Cleanup: split BKE_mesh_calc_normals_poly function in twoCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-10Clean-up: Remove UTF8-BOM markersRay Molenkamp
2021-08-10Refactor: Custom data comparison in meshesHimanshi Kalra
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05Add custom data comparison for generic attributesHimanshi Kalra
2021-07-20Fix T89979: Assert in edit mode with curve to mesh nodeHans Goudey
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Fix failing tests from vertex group name parameter copyHans Goudey
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-25Fix T88756: crash when baking with autosmoothKévin Dietrich
2021-06-18Cleanup: rename test_index_face -> BKE_mesh_mface_index_validateCampbell Barton
2021-06-18Cleanup: move mesh tessellation into it's own fileCampbell Barton
2021-06-18Cleanup: replace 'unsigned in' with 'uint'Campbell Barton
2021-06-17Cleanup: split BKE_mesh_copy_settings into two functionsCampbell Barton
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-03Fix incorrect mesh selection duplication in internal utility functionJulian Eisel
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2020-12-28Cleanup: Declare variables where initializedHans Goudey
2020-12-14LibOverride: Do not store some heavy data from override IDs.Bastien Montagne
2020-11-04Merge branch 'blender-v2.91-release'Pablo Dobarro
2020-11-04Fix mask extract and slice not preserving mesh symmetry optionsPablo Dobarro
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-10-28Mesh: Fix BKE_mesh_translate changes referenced layerJacques Lucke
2020-10-22Multires: Remove legacy compatibility codeSergey Sharybin
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-08Cleanup/refactor: `BKE_libblock_alloc` -> `BKE_id_new` in ID creation code.Bastien Montagne
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-10-07Cleanup: IDManagement: Localize: tweak to flags.Bastien Montagne
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-26Fix Face Set overlay rendering wrong color with modifiersPablo Dobarro
2020-09-21Fix T79965: mesh.transform() modifies referenced layersSergey Sharybin