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-10-04Cleanup: remove unnecessary includes from sculpt_paintCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-02-05Cleanup/refactor: Undosys: Get rid of the magic values for undo direction.Bastien Montagne
2021-01-18Fix T84739: Crash with curve brush in sculpt mode.Bastien Montagne
2021-01-06UndoType: Refactor: replace `use_context` boolean by a bitflag.Bastien Montagne
2021-01-06Undo: Further tweak/fixes the 'use context' flag of undo types.Bastien Montagne
2021-01-06Cleanup/refactor: UndoType: Clarify `use_context` variable.Bastien Montagne
2021-01-05Cleanup: Undo code: `poll` function.Bastien Montagne
2020-05-14Fix sculpt/paint missing undo-step limitingCampbell Barton
2019-11-13Fix sculpt + undo curve crashCampbell Barton
2019-09-21Cleanup: unused headers in editorsCampbell Barton
2019-08-02Fix T67670: Sculpt doesn't mark the file as modifiedCampbell Barton
2019-07-11Undo System: add is_final argument (no functional changes)Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-14Fix T62460: undo doesn't work in files that have a paint curve.Brecht Van Lommel
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Undo System: remove accumulate/store modesCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Undo System: add Main argument to encode/decodeCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-04-03Undo: replace global access w/ ED_undo_stack_getCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-27Cleanup: move paint curve undo into own fileCampbell Barton