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-02-26Undo: don't log an error when the undo limit has been exceededCampbell Barton
2021-02-09Cleanup: comments, replace 'undoes' with 'undo-steps'Campbell Barton
2021-02-09Cleanup: spellingCampbell 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-25Cleanup: spellingCampbell Barton
2021-01-12UndoSys: Refactor step 1: cleanup and simplify logic in main undo/redo handlers.Bastien Montagne
2021-01-07UndoSystem: Early out from core undo/redo handlers when undo step is NULL.Bastien Montagne
2021-01-07Cleanup: Undo system: minor simplification in non-debug code.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-28UI: List library overrides in the OutlinerJulian Eisel
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-30Fix undo steps not allowing re-using old BMain in non-global undo.Bastien Montagne
2020-10-30Cleanup: malformed doxygen sectionsCampbell Barton
2020-10-30Undo System: support for grouping steps with begin/end callsCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-13LibOverride: Cleanup: Remove option to disable library overrides.Bastien Montagne
2020-05-14Fix sculpt/paint missing undo-step limitingCampbell Barton
2020-05-11Fix T76642: Incorrect behavior limiting undo stepsCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-02add memory address to undo steps print.Bastien Montagne
2020-03-30Fix undo debug logging not printing all types of undo pushesBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-17Cleanup: minor changes.Bastien Montagne
2020-02-10Cleanup: Rename `BKE_library_override_` functions to `BKE_lib_override_library_`Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-09-11Fix T69754: crash in sculpting after library overrides were enabledBrecht Van Lommel
2019-08-22LibOverride: Cleanup: tget rid of G.main usage when we can get it from context.Bastien Montagne
2019-07-28Cleanup: remove unused ID-map undo APICampbell Barton
2019-07-26Fix T67256: Add object redo duplicates, after exiting sculpt modeCampbell Barton
2019-07-23Fix T67040: Undo crashes after renamingCampbell Barton
2019-07-21Revert "Fix T67040: Undo crashes after renaming"Brecht Van Lommel
2019-07-16Fix T67040: Undo crashes after renamingCampbell Barton
2019-07-11Undo System: add is_final argument (no functional changes)Campbell Barton
2019-07-11Cleanup: avoid recursion for undo/redo step skippingCampbell Barton
2019-07-02Cleanup: spellingCampbell Barton
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-05-19Fix buildDalai Felinto
2019-05-19UI: Edit Menu Operator PollingHarley Acheson
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-13Fix use of uninitialized variable in undo system.Brecht Van Lommel
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