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-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-08-22Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-22I18n: disambiguate a few translationsDamien Picard
2022-08-15Fix regression: crash with uv constrain to bounds without imageChris Blackbourn
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-05Merge remote-tracking branch 'origin/blender-v3.3-release'Jesse Yurkovich
2022-08-05Fix T100142: Compare correct render_slot variable during clear operationJesse Yurkovich
2022-08-04Fix T97251: Store generated type information for each UDIM tileJesse Yurkovich
2022-08-04Cleanup: spelling, code-blocksCampbell Barton
2022-08-04Cleanup: quiet nonnull-compare warning for GCCCampbell Barton
2022-08-03Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-03Fix T100106: image movie/sequence auto refresh affects still image performanceBrecht Van Lommel
2022-08-03Fix unreported: Add tie-break conditions for udim search with integersChris Blackbourn
2022-07-30Fix 100035: Make UDIM detection less aggressiveJesse Yurkovich
2022-07-24Cleanup: Fix off-by-half-errors with udim searchChris Blackbourn
2022-07-22Cleanup: add BKE_image_find_nearest_tile_with_offsetCampbell Barton
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-07-15Cleanup: Use const pointers for ImageSaveOptions and ImageFormatDataJesse Yurkovich
2022-07-01Add helper function to replace buffer of a single-frame imageSergey Sharybin
2022-07-01Fix possible wrong image color space when it is created from image bufferSergey Sharybin
2022-07-01Fix image-from-imbuf resulting in invalid image configurationSergey Sharybin
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-17Cleanup: remove redundant string formattingCampbell Barton
2022-06-10Cleanup: Clang tidyHans Goudey
2022-05-28Merge remote-tracking branch 'origin/blender-v3.2-release'Jesse Yurkovich
2022-05-28Re-fix T97366: Support single-file UDIMsJesse Yurkovich
2022-05-27GPU: Remove cached full/scaled image texture.Jeroen Bakker
2022-05-12Cleanup: discarded-qualifier warning, mixing enum/intsCampbell Barton
2022-05-12UDIM: Add support for packing inside .blend filesJesse Yurkovich
2022-04-23Bake: add UDIM tile baking supportBrecht Van Lommel
2022-04-17Fix T97366: Misdetection of numbers as UDIMs in certain filepathsJesse Yurkovich
2022-04-13Cleanup: avoid redundant float/int conversions in BLFCampbell Barton
2022-04-11Cleanup: use doxy-comments and `r_` prefix return argumentsCampbell Barton
2022-04-06Fix badly broken caches handling during undo/redo.Bastien Montagne
2022-03-28Cleanup: Reduce duplication to prepare for UDIM packingJesse Yurkovich
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-03-25Cleanup: spelling in comments, stringsCampbell Barton
2022-03-24Cleanup: Clang tidyHans Goudey
2022-03-24UDIM: Improve tile format detection in filenamesJesse Yurkovich
2022-03-22Cleanup: add proper IMB_openexr.h instead of including file from intern/Brecht Van Lommel
2022-03-21Cleanup: move render image and multilayer EXR write code to image_save.ccBrecht Van Lommel
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-17Cleanup: spelling in commentsCampbell Barton
2022-03-16Cleanup: Remove volatile from RenderResult and related APIsJesse Yurkovich
2022-03-14Cleanup: spellingCampbell Barton
2022-03-11Cleanup: use doxy sections in image.ccCampbell Barton
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton