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-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-17UI: move "undo history" from a custom popup to a menu typeCampbell Barton
2021-12-16Fix T94115: Selecting current action in undo history undoes allCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-19Cleanup: use 'e' prefix for enum typesCampbell Barton
2021-09-13Various UI messages fixes and updates.Bastien Montagne
2021-09-02Docs: improve the error when undo poll failsCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Assets: Initial Asset List as part of the Asset System designJulian Eisel
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-03-17Fix T86609: GPencil: Sculpt brush cursor disappears on undo.Bastien Montagne
2021-03-16Fix T86561: Edit-mode crash with multiple objects sharing a meshCampbell Barton
2021-02-26Cleanup: move comment into function doc-stringCampbell Barton
2021-02-25Fix T85975: Edit-mode undo/redo removes overlaysCampbell 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-28Fix T85124: Undo assert changing property in redo panel.Bastien Montagne
2021-01-26ed_undo refactor: split/remove `ed_undo_step_impl`.Bastien Montagne
2021-01-26Fix T85054: undo/redo app handlers brokenFalk David
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
2020-12-28UI: List library overrides in the OutlinerJulian Eisel
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-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-14Fix undo-push assert for some modes with zero undo stepsCampbell Barton
2020-05-14Fix sculpt/paint missing undo-step limitingCampbell Barton
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-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