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-07-30Sculpt: Opaque vertex type for sculptJoseph Eagar
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
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-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-24Assets: Sanitize threaded preview creation with undoJulian Eisel
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-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
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-23Memfile Undo: aslo tag embedded IDs for update.Bastien Montagne
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-03-01Work around T86015: Crash undoing in certain scenario (disabling Global Undo).Bastien Montagne
2021-02-26Cleanup: move comment into function doc-stringCampbell Barton
2021-02-25Fix T85975: Edit-mode undo/redo removes overlaysCampbell 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-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
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