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-11-09Cleanup: fix types from f04f9cc3d021Chris Blackbourn
2022-11-09Cleanup: add unique_index_table to UvElementMapChris Blackbourn
2022-10-07Cleanup: Move editmesh_undo.c to C++Hans Goudey
2022-10-02Cleanup: Move more files using mesh runtime data to C++Hans Goudey
2022-09-12UV: support uv seams when computing uv islandsChris Blackbourn
2022-08-22Cleanup: match names between functions & declarationsCampbell Barton
2022-08-17UV: grab tool supports live unwrapChris Blackbourn
2022-08-17UV: add geometry driven uv relax brushChris Blackbourn
2022-08-14Cleanup: Move object_vgroup.c to C++Hans Goudey
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-08Cleanup: refactoring uvislands to prepare for python apiChris Blackbourn
2022-08-02Cleanup: Simplify functions for adding and removing color attributesHans Goudey
2022-08-02Cleanup: Remove unused sculpt and vertex color operatorsHans Goudey
2022-07-13Fix T99659: Improve UV Island calculation with hidden faces.Chris Blackbourn
2022-07-09Weight & Vertex Paint: always respect edit mode hiding on faces.Alexander Gavrilov
2022-05-23Cleanup: remove "texture" from ED_mesh_uv_texture_* funcitonsCampbell Barton
2022-05-15Cleanup: Move three mesh editors files to C++Hans Goudey
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-16View 3D: move picking arguments into a struct & minor refactorCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-13Cleanup: spelling in commentsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-09Fix T92318: adding layers (UVs, ...) doesn't notify about limitPhilipp Oeser
2021-07-13Cleanup: minor changes to edit-mesh API callsCampbell Barton
2021-07-05EditMesh: extract restore logic out of EDBM_redo_state_freeCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-14BMesh: support face-normal calculation in normal & looptri functionsCampbell Barton
2021-06-14Edit Mesh: use params arg for update function, add calc_normals argCampbell Barton
2021-03-31Cleanup: naming for edit-mesh nearest distance valuesCampbell Barton
2021-03-31Fix T87080: Select shortest path fails in face modeCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-01Fix T80224: Crash after duplicating and hiding vertices while using X Axis Mi...Germano Cavalcante
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-21UV: remove selection threshold for nearby coordinatesCampbell Barton
2020-07-02Cleanup: Remove useless duplicated linesValentin
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-06-17Cleanup: name mesh join functions using ED_{type} prefixCampbell Barton
2020-04-07Cleanup: doxy sections, move utility function to editmesh_utils.cCampbell Barton
2020-04-03Cleanup: split ED_mesh_mirror_*_table into multiple functionsCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-01-07Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_genericCampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for ED_mesh_mirror_* APICampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for select mirrorCampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for vert coord access, projectionCampbell Barton
2020-01-02Cleanup: quiet const warningsCampbell Barton
2020-01-02EditMesh: Improve AutoMerge with Split Edges & Facesmano-wii
2019-12-31Transform: Individual Origins: Create islands between only selected uvs.mano-wii