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-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-05-27Cleanup: use UndoMesh as links instead of allocating LinkDataCampbell Barton
2021-05-27Undo: resolve inefficient edit-mesh memory use with multiple objectsCampbell Barton
2021-02-26Cleanup: move comment into function doc-stringCampbell Barton
2021-02-25Fix T85975: Edit-mode undo/redo removes overlaysCampbell Barton
2021-02-25Fix T85974: Edit-mode undo/redo causes assertionCampbell Barton
2021-02-14Cleanup: spellingCampbell Barton
2021-02-11Merge branch 'blender-v2.92-release'Campbell Barton
2021-02-11Fix T84114: Existence of vertex groups slows down mesh editingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-05Cleanup/refactor: Undosys: Get rid of the magic values for undo direction.Bastien Montagne
2021-01-06UndoType: Refactor: replace `use_context` boolean by a bitflag.Bastien Montagne
2021-01-06Cleanup/refactor: UndoType: Clarify `use_context` variable.Bastien Montagne
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-08Cleanup/Refactor: Shapekey: Get rid of `BKE_key_copy_nolib()`Bastien Montagne
2020-07-03Clang-Tidy: Enable bugprone-misplaced-widening-castSergey Sharybin
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel
2020-03-23Revert "COW: Edit Mesh: Do not copy the looptris pointer"Germano Cavalcante
2020-03-23COW: Edit Mesh: Do not copy the looptris pointerGermano Cavalcante
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-04Fix T73234: Undo/redo with local collection crashesCampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob pointerCampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for undoCampbell Barton
2019-11-27Fix T71865: Separating mesh parts breaks shape keysCampbell Barton
2019-11-07Fix T69822: Switching sculpt objects breaks undoCampbell Barton
2019-07-28Cleanup: remove unused ID-map undo APICampbell Barton
2019-07-11Undo System: add is_final argument (no functional changes)Campbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-13Fix T62484: Mesh undo ignores selection modeCampbell Barton
2019-03-12Cleanup: styleCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-07Fix T61272: Undo fails to track multi-edit mode enter/exitCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Undo System: remove accumulate/store modesCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Fix edit-mesh undo using the current selectionCampbell Barton
2019-01-31Undo System: add Main argument to encode/decodeCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-25Local ViewDalai Felinto
2018-07-02Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-06-29Cleanup: remove another bunch of DM usages, includes etc.Bastien Montagne
2018-06-20Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne