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
2020-05-13Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-13Cleanup: warningCampbell Barton
2020-05-13Merge branch 'blender-v2.83-release'Richard Antalik
2020-05-13Fix T76320: Thread race condition on undo with prefetching enabledRichard Antalik
2020-05-13Merge branch 'blender-v2.83-release'Richard Antalik
2020-05-13Fix T70612: Sequencer Crash on enabling PrefetchRichard Antalik
2020-05-10Merge branch 'blender-v2.83-release'Richard Antalik
2020-05-10Fix T71300: Crash on rendering scene recursively from sequencerRichard Antalik
2020-04-30VSE: Add frame interpolation option to speed effectIsrael Medina
2020-04-27Fix T75495: Blender crashes opening a VSE .blend fileRichard Antalik
2020-04-14Cleanup: remove redundant include, clang-formatCampbell Barton
2020-04-12Fix T74875: Preview shows previously cached frame after Hard CutRichard Antalik
2020-04-12Fix T74897: VSE animation doesn't workRichard Antalik
2020-04-06Cleanup: Use `_fn` as a suffix for callbacks in VSE codeRichard Antalik
2020-03-25Fix T74662: Prefetching causes random crashesRichard Antalik
2020-03-19VSE: Disk cacheRichard Antalik
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton
2020-03-06CodeCleanup: Added enums to opengl render functionsJeroen Bakker
2020-02-20Cleanup: unused enumsCampbell Barton
2020-02-17Fix T70229: Show Cache On will cause a lower fpsRichard Antalik
2020-02-08Cleanup: remove old VSE prefetching code.Richard Antalik
2020-01-29Merge branch 'blender-v2.82-release'Philipp Oeser
2020-01-29Fix T73014: Marker sync does not work correctly if moving strip so it overlap...Philipp Oeser
2020-01-22VSE: Tool system integrationRichard Antalik
2020-01-22Fix T70415 100% proxy files playing with poor performanceRichard Antalik
2019-12-06Draw: Removal of MultiSample BuffersJeroen Bakker
2019-11-29Refactor: Add C++ guard code to headersSergey Sharybin
2019-11-03Fix T68018: Crash on building movie proxyRichard Antalik
2019-10-02Fix T69924: Prefetch stops when moving playheadRichard Antalik
2019-09-14VSE: prefetchingRichard Antalik
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-06-11Sound: Fix queries of sound infoSergey Sharybin
2019-06-07VSE: Cache invalidationRichard Antalik
2019-05-31VSE: don't add crop and transform data for sound stripsRichard Antalik
2019-05-23VSE: minimal cache invalidationRichard Antalik
2019-05-02Workbench,EEVEE: Viewport Render SamplesJeroen Bakker
2019-05-01Fix T49589: 2.78 VSE no longer caching Node Editor scene stripsRichard Antalik
2019-04-30Sequencer: Scene Strip PerformanceJeroen Bakker
2019-04-29VSE: Cache rewriteRichard Antalik
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-02-23Revert "Glyph cache is cleared by UI_view2d_zoom_cache_reset, when zooming V2...Richard Antalik
2019-02-23Glyph cache is cleared by UI_view2d_zoom_cache_reset, when zooming V2D, but i...Richard Antalik
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-14Add font selection to VSE text stripsRichard Antalik
2019-01-11Merge branch 'blender2.7'Bastien Montagne