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-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-10-23Fix T101607: Changing Image source inadvertently clears file pathJesse Yurkovich
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-17Fix T100330: Remove Render Slot not working for first slotLukas Stockner
2022-09-16Cleanup: spelling in commentsCampbell Barton
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