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-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-08-04Cleanup: quiet unused warningCampbell Barton
2022-08-04Fix T97251: Store generated type information for each UDIM tileJesse Yurkovich
2022-07-20Fix T99340: Image.frame_duration returning wrong value when image not loadedBrecht Van Lommel
2022-06-08LibOverride: Make 'image/movieclip user` properties editable.Bastien Montagne
2022-06-08Fix (unreported) missing rna path for some background image properties.Bastien Montagne
2022-06-03Cycles: Fix rendering of packed UDIM tiles with different sizesSergey Sharybin
2022-05-27GPU: Remove cached full/scaled image texture.Jeroen Bakker
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
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-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-01Merge branch 'blender-v3.1-release'Jacques Lucke
2022-03-01Fix T96030: ImageEditor not updated for generated images.Jeroen Bakker
2022-02-14Merge branch 'blender-v3.1-release'Jeroen Bakker
2022-02-14Phase out IMA_GPU_REFRESH.Jeroen Bakker
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-10Fix T95624: video texture not refreshing when changing offset in nodeJacques Lucke
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-09-27RNA: Make is clear that `Scene` parameter of `update` callback may be NULL.Bastien Montagne
2021-09-08Fix T90825: Performance texture painting with limited scale.Jeroen Bakker
2021-08-18UDIM: Support tile sets that do not start at 1001Jesse Yurkovich
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-01-28Fix T82785: Setting Image.alpha_mode clears generated image dataCampbell Barton
2021-01-04Cleanup: clang-formatCampbell Barton
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-18Fix T82591: Performance regression when rendering at very high resolutionJeroen Bakker
2020-12-08Spelling: Bit Depth Compound ModifiersYevgeny Makarov
2020-11-13Cleanup: use IMB_FTYPE_NONE instead of 0 for imbuf format comparisonCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell 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-26Cleanup: Image: Rename redundant enum for clarityClément Foucault
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-06Cleanup: Fix typo and other issues in some comment.Bastien Montagne
2020-03-27UI: use pixel unit for generated image dimensionsAdrian Newton
2020-03-26UI: rename image source Tiled to UDIM Tiles for easier discoveryBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-13Fix stereoscopy drawing for camera backgroundDalai Felinto
2020-02-25Cleanup: Silence compilation warnings (unused variables)Dalai Felinto
2020-02-25GPU: Add Image property to allow high bitdepth support on a per image basisClément Foucault
2020-01-16Fix T73133: UDIM texture count in Eevee is limited by OpenGLLukas Stockner
2019-12-17Cleanup: style, always use bracesCampbell Barton
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-06-17Fix T63867: image sequence not updating in Eevee animation renderBrecht Van Lommel
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne