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-22Fix T101329: EXR 'JPG Preview' doesn't use color space anymoreLukas Stockner
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-03Fix OpenEXR saving still outputting alpha when using RGB instead of RGBA modeBrecht Van Lommel
2022-09-26Fix T101365: saving second view layer as (non-Multilayer) OpenEXR does not workBrecht Van Lommel
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-12Cleanup: replace BLI_snprintf with BLI_path_joinCampbell Barton
2022-09-05I18n: translate untitled file namesDamien Picard
2022-08-17Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-17Cleanup: spelling in commentsCampbell Barton
2022-08-08Merge branch 'blender-v3.3-release'Germano Cavalcante
2022-08-08Fix T100281: image save after copy not using correct filepathBrecht Van Lommel
2022-08-04Fix T97251: Store generated type information for each UDIM tileJesse Yurkovich
2022-07-15Cleanup: Use const pointers for ImageSaveOptions and ImageFormatDataJesse Yurkovich
2022-07-08Cleanup: spelling in commentsCampbell Barton
2022-07-07Fix T99388: Obey relative path option when saving UDIMsJesse Yurkovich
2022-06-03Fix T98579: image save operators changing file path to absoluteBrecht Van Lommel
2022-05-30Cleanup: Clang tidyHans Goudey
2022-05-30Fix T98444: Image.save_render not using scene output file typeBrecht Van Lommel
2022-05-23Fix T98305: Image.save not working for generated images with filepathBrecht Van Lommel
2022-05-16Fix image saving incorrectly overrding non-color data color spaceBrecht Van Lommel
2022-05-16Python API: make Image.save and Image.save_render more consistent with operatorBrecht Van Lommel
2022-05-16Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-15Fix T98049: crash rendering multilayer EXR with some color spacesBrecht Van Lommel
2022-05-13Color Management: various improvements and fixes for image savingBrecht Van Lommel
2022-05-12Cleanup: remove redundant float to byte conversion for stereo image savingBrecht Van Lommel
2022-05-12Cleanup: remove redundant code and data copying image save as operatorBrecht Van Lommel
2022-05-12Cleanup: move image save options init to image_save.ccBrecht Van Lommel
2022-03-24Fix T96756: Blender hanges on rendering after file save, after recent changesBrecht Van Lommel
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-03-24Cleanup: Clang tidyHans Goudey
2022-03-23Color Management: support different settings for render and compositing outputBrecht Van Lommel
2022-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-03-22Cleanup: add proper IMB_openexr.h instead of including file from intern/Brecht Van Lommel
2022-03-22Fix build error when WITH_OPENEXR=OFF, after recent refactorBrecht Van Lommel
2022-03-22Cleanup: Clang tidyHans Goudey
2022-03-21Cleanup: move render image and multilayer EXR write code to image_save.ccBrecht Van Lommel
2022-03-21Cleanup: move image_save.c to c++Brecht Van Lommel