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-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-20Docs: minor correction to doc-stringCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-19Cleanup: use 'e' prefix for enum typesCampbell Barton
2021-07-13Undo System: avoid redundant decoding on undoCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-02-05Cleanup/refactor: Undosys: Get rid of the magic values for undo direction.Bastien Montagne
2021-02-03BKE UndoSys refactor: deduplicate and simplify code, sanitize naming.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
2021-01-05Cleanup: UndoType: use `size_t` for memory size of structs.Bastien Montagne
2020-12-28UI: List library overrides in the OutlinerJulian Eisel
2020-10-30Undo System: support for grouping steps with begin/end callsCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-05-14Fix sculpt/paint missing undo-step limitingCampbell Barton
2020-03-17Add experimental global undo speedup.Bastien Montagne
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2019-11-13Fix sculpt + undo curve crashCampbell Barton
2019-07-28Cleanup: remove unused ID-map undo APICampbell Barton
2019-07-26Fix missing ID pointer updates for texture paint undoCampbell Barton
2019-07-11Undo System: add is_final argument (no functional changes)Campbell Barton
2019-07-02Cleanup: spellingCampbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-07Cleanup: remove unnecessary undo functionCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Undo System: remove accumulate/store modesCampbell Barton
2019-02-04Undo System: add function to print undo stepsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Undo System: add Main argument to encode/decodeCampbell Barton
2019-01-30Fix T60974: Dyntopo crash on undo after object deletedCampbell Barton
2019-01-29Fix T60809: Crash undoing object rename in edit-modeCampbell Barton
2018-06-13Fix undo of transform after frame change undoing too much.Brecht Van Lommel
2018-05-15Fix T55032: Redo w/ file saved in edit-mode failedCampbell Barton
2018-04-14Fix T54568: Undo memory de-duplication failedCampbell Barton
2018-04-05Undo System: return undo step from undo push initCampbell Barton
2018-04-03Undo System: id-map avoid duplicate add/lookupCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton