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
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-26Cleanup: Image: Rename redundant enum for clarityClément Foucault
2020-07-22Simulation: improve depsgraph integrationJacques Lucke
2020-07-19Cleanup: spellingCampbell Barton
2020-07-16Fix T78537: too much memory usage rendering animation with persistent imagesBrecht Van Lommel
2020-07-11Cleanup: spellingCampbell Barton
2020-07-06Fix T78608: Memory leak in Material properties: "Data from SCE".Bastien Montagne
2020-07-03Cleanup: do not use magic values for enums...Bastien Montagne
2020-07-03New undo cache management: Add Image IDs.Bastien Montagne
2020-07-01Fix missing GPU image free in background modeBrecht Van Lommel
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-05-21Refactor: Move NOP idtypes foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-05-14Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-14Fix T66005: crash deleting render slot while rendering to itBrecht Van Lommel
2020-05-01Cleanup: pass const arguments to texture functionsCampbell Barton
2020-04-14Fix T75589: Image Sequences have no data on file load.Bastien Montagne
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-13Fix stereoscopy drawing for camera backgroundDalai Felinto
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton
2020-03-11Fix (unreported) bad user refcounting of viewer image ID.Bastien Montagne
2020-03-06Cleanup: Image: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-06Cleanup: rename 'verify' to 'ensure' for BKE_image_viewer functionsCampbell Barton
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: ID make local: remove `id_in_bmain` argument.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-02-26Fix T74225: Image (from sequence) cannot be loadedPhilipp Oeser
2020-02-17Fix T73898: UDIM crash changing form tiled to singleCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-29imbuf: support writing grayscale BMP imagesJames Fulop
2020-01-20Fix T73110: UDIM Texture Paint CrashPhilipp Oeser
2020-01-16Fix T73133: UDIM texture count in Eevee is limited by OpenGLLukas Stockner
2019-12-20Textures: Support UDIM imagesLukas Stockner
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-11-19Use mutex for lock in image.cRay Molenkamp
2019-10-04Fix expanding paths ignoring data-block librariesCampbell Barton
2019-09-26Fix T67732: metadata "Include Labels" checkbox doesn't work when "Use Strip M...Sybren A. Stüvel
2019-09-14Fix T69857: image.load() API function does not load pixelsBrecht Van Lommel
2019-09-11DNA: defaults for ID typesCampbell Barton
2019-09-07Cleanup: includes in headersCampbell Barton
2019-08-15Cleanup: use booleanCampbell Barton
2019-07-08Fix wrong colors when creating a float normal map image in texture paintBrecht Van Lommel
2019-07-07Cleanup: use BKE_packedfile prefix for function namesCampbell Barton
2019-06-26Fix T66141: missing viewport texture update after find missing filesBrecht Van Lommel