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-11-10Cleanup: spelling in commentsCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-27Cleanup: remove workarounds and version checks for unsupported compilersCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-23Cleanup: spelling in commentsCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-13Cleanup: use u-prefixed integer types (for brevity)Campbell Barton
2022-09-12Fix T100886: error saving side-by-side stereo EXR image of depth passBrecht Van Lommel
2022-08-26Cleanup: use booleansCampbell Barton
2022-06-10Cleanup: Clang tidyHans Goudey
2022-05-20Cleanup: warnings, spelling, formattingCampbell Barton
2022-05-20Fix building with OpenEXR on LinuxCampbell Barton
2022-05-20IMBUF: Thumbnails of all EXR files using less RAMHarley Acheson
2022-05-18Fix T98216: OpenEXR: No difference in file size between ZIP, DWAA, DWAB.Bastien Montagne
2022-05-09Fix T97906: OpenEXR files with lower case xyz channel names not read correctlyBrecht Van Lommel
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
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-21Cleanup: move OpenEXR channel name construction to OpenEXR codeBrecht Van Lommel
2022-02-17Merge branch 'blender-v3.1-release'Brecht Van Lommel
2022-02-17Images: update code to support OpenEXR 3Sebastian Parborg
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-10Added support for large images to openexr.Jeroen Bakker
2021-12-09Cleanup: move public doc-strings into headers for 'imbuf'Campbell Barton
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-23Fix T91638: image editor Open Cached Render not loading some passesBrecht Van Lommel
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-14Fix T84167: Saving half-float EXR might result in NaN pixelsSergey Sharybin
2020-12-09Cleanup: various clang tidy fixesJacques Lucke
2020-12-07Cleanup: partial Clang-Tidy modernize-loop-convertSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-use-usingSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-use-overrideSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-11Fix T82602: checking image header reads past buffer boundsCampbell Barton
2020-11-11Cleanup: pass header size to 'is_a' callbacksCampbell Barton
2020-11-11Cleanup: use bool for imbuf save callbacksCampbell Barton
2020-11-07Cleanup: Clang-format.Ankit Meel
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-use-bool-literalsSergey Sharybin
2020-11-06Cleanup: replace STREQLEN with STRPREFIX for constant stringsCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton