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-18Brush: Wrap mtex/mask_tex around functions.Jeroen Bakker
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-07-25Undo: Improve image undo performanceAlex Parker
2022-05-17Fix T96414: Stencil mapping is incorrect for UDIMsJesse Yurkovich
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-22Painting: migrated curve mask generation to CPP.Jeroen Bakker
2021-11-17Cleanup: Painting - reduce reallocation of same memory.Jeroen Bakker
2021-11-02Images: refactor how failed image load attempts are rememberedJacques Lucke
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-01-09Cleanup: remove unused struct membersCampbell Barton
2021-01-09Cleanup: use bool arguments & variablesCampbell Barton
2020-09-21Cleanup: Sculpt/Paint ED code: correct return constant types.Bastien Montagne
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-30Cleanup: GPU: Remove GPU_draw.h and move fluid gpu function to DRWClément Foucault
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-04-27Fix T72476: Crash when drag & drop Color in the Image EditorRobert Guetzkow
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-26Fix T74711: tiling brush option in image editor not working anymoreBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-10Fix T74425: Cannot texture paint an images sequence anymorePhilipp Oeser
2020-02-11Fix T73656: Use BKE_brush_alpha_get in texture paintPablo Dobarro
2020-02-11Cleanup: Sculpt/Paint, use correct types and iterator variable declarationPablo Dobarro
2020-02-11Fix memory leak with 2D image paintingCampbell Barton
2019-12-17Cleanup: style, always use bracesCampbell Barton
2019-12-16Fix T72440: Dragging & dropping color in the Image Editor crashesLukas Stockner
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-11-06Fix 2D paint antialiasing offsetPablo Dobarro
2019-10-31Paint: Option to disable antialiasingPablo Dobarro
2019-10-07Paint: 2D paint brush stroke antialiasingPablo Dobarro
2019-10-01Cleanup: remove ED_image_paint_tile_remove_masks_allCampbell Barton
2019-10-01Cleanup: rename image undo_tile to paint_tileCampbell Barton
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-04-29Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-18Cleanup: remove compare_len_squared utilityCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-11-13Merge branch 'master' into blender2.8Campbell Barton
2018-11-13Cleanup: use lowercase 2d/3d in function namesCampbell Barton
2018-11-04Merge branch 'master' into blender2.8Campbell Barton
2018-11-01Fix T57529: 2D image paint fill tool not taking into account alpha.Brecht Van Lommel
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel