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-01-14Cleanup: ed_undo: naming of parameters, const, etc.Bastien Montagne
2021-01-14Cleanup/refactor: Remove logically broken code from GPencil undo.Bastien Montagne
2021-01-14Cleanup: use enum for undo step directionCampbell Barton
2021-01-06UndoType: Refactor: replace `use_context` boolean by a bitflag.Bastien Montagne
2021-01-06UndoType: Fix some incinsistencies re context usage flag.Bastien Montagne
2021-01-06Cleanup/refactor: UndoType: Clarify `use_context` variable.Bastien Montagne
2020-12-28UI: List library overrides in the OutlinerJulian Eisel
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-11-16Cleanup: spellingCampbell Barton
2020-11-12Fix T82388: Sculpt mode: Unexpected undo behavior.Bastien Montagne
2020-10-30Undo System: support for grouping steps with begin/end callsCampbell Barton
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-19Fix T78624: Crash running operators from Python in background modeCampbell Barton
2020-07-03Cleanup: Editors, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-05-25Libquery: Refactor: add bmain to data passed to callback.Bastien Montagne
2020-05-14Fix undo-push assert for some modes with zero undo stepsCampbell Barton
2020-05-14Fix sculpt/paint missing undo-step limitingCampbell Barton
2020-04-17Enable new undo code by default.Bastien Montagne
2020-04-14Fix T75542: toggling modifier visibility not working correct with undo speedupBrecht Van Lommel
2020-04-08Cleanup: spellingCampbell Barton
2020-04-07Undo: change depsgraph recalc flags handling to improve performanceBrecht Van Lommel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: Continue renaming ARegion variables from ar to regionJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19Cleanup: spellingCampbell Barton
2020-03-18Cleanup: spellingCampbell Barton
2020-03-17Add experimental global undo speedup.Bastien Montagne
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-02-04Merge branch 'blender-v2.82-release'Campbell Barton
2020-02-04Fix T73234: Undo/redo with local collection crashesCampbell Barton
2020-01-28UI: Edit Menu - Undo History List and Operator PollingHarley Acheson
2019-11-07Fix T69822: Switching sculpt objects breaks undoCampbell Barton
2019-09-11Python handlers: Pass depsgraph to events where it makes senseSergey Sharybin
2019-09-09Move callbacks API from BLI to BKESergey Sharybin
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-19Outliner: sync selection on undo/redoNathan Craddock
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-07-11Undo System: add is_final argument (no functional changes)Campbell Barton
2019-07-10Undo: print the undo stack when ed.undo logging is enabledCampbell Barton
2019-07-05Workaround T61948: Undo steps created for non-paint operationsCampbell Barton
2019-06-07Fix T65229: Crash adjusting last operator after using undo historyCampbell Barton
2019-06-05Code Style: Make FormatJeroen Bakker
2019-06-04Fix status bar and keymap editor showing Call Menu instead of menu nameBrecht Van Lommel
2019-05-27Revert "UI: Edit Menu Operator Polling"Brecht Van Lommel