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-08-12Cleanup: typo in selection checkCampbell Barton
2022-07-21Cleanup: add ISMOUSE_MOTION macroCampbell Barton
2022-06-07Cleanup: Use const pointers in attribute APIHans Goudey
2022-05-26Fix display error after sorting mesh elementsCampbell Barton
2022-04-07Cleanup: clang-formatCampbell Barton
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-04-05WM: avoid unnecessary undo step creation when duplicatingPratik Borhade
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-03-16View 3D: move picking arguments into a struct & minor refactorCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-08Cleanup: spelling in comments, use C++ comments for disabled codeCampbell Barton
2022-03-01Cleanup: use doxygen comments, correct spellingCampbell Barton
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-05Cleanup: use (s) postfix for messages that may be pluralCampbell Barton
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-08-17Edit Mesh: skip unselected meshes for "Tris to Quads"Campbell Barton
2021-08-17Edit Mesh: skip unselected meshes for "Set Normals from Faces"Campbell Barton
2021-08-17Edit Mesh: skip normals to vector with unselected meshes for "Delete"Campbell Barton
2021-08-17Edit Mesh: skip flipping custom normals for meshes with no selectionCampbell Barton
2021-08-17Fix memory leak in edit-mesh dissolve degenerateCampbell Barton
2021-08-05BMesh: support laplacian smooth for n-gonsCampbell Barton
2021-08-03Fix T85436: Separate by loose parts doesn't show new objectsCampbell Barton
2021-08-03Edit Mesh: Correct normal calculation for "Set From Faces"Campbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Cleanup: replace BKE_customdata.h in BKE_editmesh.hCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-06Cleanup: rename 'count' to 'len'Campbell Barton
2021-07-05EditMesh: extract restore logic out of EDBM_redo_state_freeCampbell Barton
2021-07-05Cleanup: remove unnecessary bmesh operator commentsCampbell Barton
2021-07-05Fix early return in reverse-color where continue was intendedCampbell Barton
2021-07-05BMesh: remove redundant mesh-backups from EDBM_op_* APICampbell Barton
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-24Depsgraph: support flushing parameters without a full COW updateCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-22Fix T89347: Edit-mesh make planar faces doesn't update face normalsCampbell Barton
2021-06-22Fix T89345: Edit-mesh decimate doesn't update face normalsCampbell Barton
2021-06-15Fix missing normal update in edit-mesh blend-from shape operatorCampbell Barton
2021-06-14Edit Mesh: use params arg for update function, add calc_normals argCampbell Barton
2021-04-19Cleanup: use 'wmOperator.ptr' in draw functionsCampbell Barton
2021-04-19Fix creating operator properties without an owner_idCampbell Barton
2021-03-26UI: Use unified format for "Warning" in descriptionsYevgeny Makarov
2021-03-18Cleanup: spellingCampbell Barton
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez