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-06-14Cleanup: remove the need for image scale using a contextCampbell Barton
2022-06-03Merge branch 'blender-v3.2-release'Philipp Oeser
2022-06-03Fix T98573: Rescaling Image by python wrongPhilipp Oeser
2022-05-30Fix T98444: Image.save_render not using scene output file typeBrecht Van Lommel
2022-05-27GPU: Remove cached full/scaled image texture.Jeroen Bakker
2022-05-23Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-23Fix T98321: Image.update doesn't update the image editor.Jeroen Bakker
2022-05-16Python API: make Image.save and Image.save_render more consistent with operatorBrecht Van Lommel
2022-05-12UDIM: Add support for packing inside .blend filesJesse Yurkovich
2022-05-06Add documentation about Image/ImBuf to python/RNA API.Bastien Montagne
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-24Fix `Image.gl_touch` not loading image.Jeroen Bakker
2021-12-01Add layer and pass index parameters to rna_Image_gl_loadPaul Golter
2021-11-02Images: refactor how failed image load attempts are rememberedJacques Lucke
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-01-04Fix T84191: remove python API limits for Image.scale() dimensionsPhilipp Oeser
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-30RNA: Image API: Fix error in NULL check in rna_Image_gl_touchClément Foucault
2020-07-26Cleanup: GPU: Remove glew headers part2Clément Foucault
2020-07-26Cleanup: Image: Rename redundant enum for clarityClément Foucault
2020-07-26GPUTexture: Replace GL textarget enum by Image enumClément Foucault
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-29Fix T73188: RenderResult as Camera BG ImageJeroen Bakker
2020-01-16Fix T73133: UDIM texture count in Eevee is limited by OpenGLLukas Stockner
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-11-27Cleanup: Remove BIF_gl.hJeroen Bakker
2019-07-07Cleanup: move enum unto BKE_packedFile.hCampbell Barton
2019-07-07Cleanup: use BKE_packedfile prefix for function namesCampbell Barton
2019-06-07Fix T64625: Eevee image textures with alpha have dark edgesBrecht Van Lommel
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-13Cycles/Eevee: unified and improved texture image color space handlingBrecht Van Lommel
2019-04-18Images: support packing edited images as OpenEXR or PNG.Brecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-04Merge branch 'blender2.7'Brecht Van Lommel
2019-03-04Fix missing image editor redraw when reloading image through API.Brecht Van Lommel
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-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-05Color management: Cleanup, typosSergey Sharybin
2018-08-30Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-30Fix T56610: crash saving images with python API.Brecht Van Lommel
2018-07-11Merge branch 'master' into blender2.8Bastien Montagne
2018-07-11Fix T55912: saving Viewer Node image error.Bastien Montagne