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
2021-03-16FFmpeg: Improve proxy building performanceRichard Antalik
2021-03-04Cleanup: redundant struct declarationsCampbell Barton
2021-03-02FFmpeg: Improve scrubbing performanceRichard Antalik
2021-02-22UI: Remove Blend Thumb PassepartoutHarley Acheson
2021-02-18Cleanup: sort structs, file-listsCampbell Barton
2021-02-17Fix OpenColorIO 2.0 GPU shader error in uniform assignmentBrecht Van Lommel
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-17Cleanup: Use consistent order placement for includeHans Goudey
2021-02-15FFmpeg: Improve multi-threading settings for VSE proxiesPeter Fog
2021-02-15FFmpeg: Improve multi-threading settingsSergey Sharybin
2021-02-15Merge branch 'blender-v2.92-release'Sergey Sharybin
2021-02-15Fix T71960: Malformed .bmp files lead to crashSergey Sharybin
2021-02-12OpenColorIO: upgrade to version 2.0.0Brecht Van Lommel
2021-02-11Cleanup: clang-format, spellingCampbell Barton
2021-02-09Fix T81206: Do not limit gl texture size in image editorJeroen Bakker
2021-02-08Fix T81206: Do not limit gl texture size in image editorJeroen Bakker
2021-02-05Fix integer types in ImBuf leading to warningsSergey Sharybin
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-03BPY: allow `bpy.data.libraries.load()` to filter out non-asset data-blocks.Bastien Montagne
2021-01-29Merge branch 'blender-v2.92-release'Philipp Oeser
2021-01-29Fix T84661: read jpg pixel densityPhilipp Oeser
2021-01-28Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-28Fix jpeg200 4k cinema presetCampbell Barton
2021-01-24Cleanup: email address formattingCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-15Use mmap() IO for reading uncompressed .blendsLukas Stockner
2021-01-14Fix T84167: Saving half-float EXR might result in NaN pixelsSergey Sharybin
2021-01-12Cleanup: use exact check for fread, move out of the loopCampbell Barton
2021-01-12Cleanup: replace 'long long' with int64_t in imbuf indexerCampbell Barton
2021-01-11ImBuf: Add error handling to IMB_indexer_openSybren A. Stüvel
2021-01-04Cleanup: docy comments beginning with '/**' don't end with '**/'Campbell Barton
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-16VSE: Improve motion-picture workflowRichard Antalik
2020-12-15Asset System: Various changes to previews in preparation for Asset BrowserJulian Eisel
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-09Cleanup: various clang tidy fixesJacques Lucke
2020-12-08Cleanup: Correct an own earlier commit to use an existing utility functionJulian Eisel
2020-12-08Cleanup: Use guarded allocator for data-block names returned from file readingJulian Eisel
2020-12-07Fix DPX image output having invalid float metadataBrecht Van Lommel
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-12-03Fix linker errors when building without CyclesSybren A. Stüvel
2020-11-17Merge branch 'blender-v2.91-release'Jeroen Bakker
2020-11-17Fix T82042: Crash when rendering huge imagesJeroen Bakker
2020-11-16Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-16Fix T82460: Color Management Curves do not update when Image/UV EditorPhilipp Oeser
2020-11-13Cleanup: use IMB_FTYPE_NONE instead of 0 for imbuf format comparisonCampbell Barton
2020-11-13Merge branch 'blender-v2.91-release'Campbell Barton