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-07-25Undo: Improve image undo performanceAlex Parker
2022-04-13Cleanup: Split paint_canvas into BKE and ED.Jeroen Bakker
2022-04-09Missing forward declaration.Jeroen Bakker
2022-04-08Painting: Canvas switcher for painting brushes/tools.Jeroen Bakker
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-01-18Fix T84739: Crash with curve brush in sculpt mode.Bastien Montagne
2020-09-21Cleanup: move some paint helpers to ED_ 'namespace'.Bastien Montagne
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-10Fix T74425: Cannot texture paint an images sequence anymorePhilipp Oeser
2020-03-02Cleanup: make remaining editor include headers work in C++Jacques Lucke
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-10-01Cleanup: remove ED_image_paint_tile_remove_masks_allCampbell Barton
2019-10-01Cleanup: rename image undo_tile to paint_tileCampbell Barton
2019-10-01Cleanup: move image undo into space_image/Campbell Barton
2019-10-01Image: support storing full image buffers for each undo stepCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
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-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-23Cleanup: move image undo into own fileCampbell Barton
2015-04-30Minor tweaks to make fill and invert support gpixel operationsAntony Riakiotakis
2015-04-18Cleanup: API naming use BKE_undo_ prefixCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-06-23Add ED_paint.h, split out ED_sculpt.hCampbell Barton