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-18Merge branch 'master' into temp_bmesh_multirestemp_bmesh_multiresJoseph Eagar
2021-09-17Cleanup: Pass const mesh argumentHans Goudey
2021-09-16Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-09-15Cleanup: Use function to mark mesh normals dirtyHans Goudey
2021-09-02Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
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-16Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
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-06Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05Add custom data comparison for generic attributesHimanshi Kalra
2021-07-30Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-07-20Fix T89979: Assert in edit mode with curve to mesh nodeHans Goudey
2021-07-17Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
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-11Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-25Fix T88756: crash when baking with autosmoothKévin Dietrich
2021-06-21Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
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-04-29Fix a few cast warningsJoseph Eagar
2021-04-27* Got box trim tool working for dyntopoJoseph Eagar
2021-03-19Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-03-18Cleanup: spellingCampbell Barton
2021-02-28Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-08Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
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